Files
bootstrap/roles/users/meta/main.yml
Sebastian Rust 702b7d2fe1
Some checks failed
Build Bootstrap Bundle / build (push) Failing after 54s
feat(bundle): initial commit
2026-02-05 18:19:37 +01:00

26 lines
478 B
YAML

---
galaxy_info:
author: "Jack"
description: "Creates and configures a user with SSH key authentication and optional sudo access"
license: "MIT"
min_ansible_version: "2.9"
platforms:
- name: Archlinux
versions:
- all
- name: Debian
versions:
- bullseye
- bookworm
- name: Ubuntu
versions:
- focal
- jammy
- noble
- name: EL
versions:
- "8"
- "9"
dependencies: []