feat(bundle): initial commit
Some checks failed
Build Bootstrap Bundle / build (push) Failing after 54s

This commit is contained in:
Sebastian Rust
2026-02-05 18:19:37 +01:00
commit 702b7d2fe1
8 changed files with 434 additions and 0 deletions

25
roles/users/meta/main.yml Normal file
View File

@@ -0,0 +1,25 @@
---
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: []