Files
ansible/setup_linux.yml
2026-01-12 14:01:56 +01:00

6 lines
132 B
YAML

---
- name: Ensure admin user exists, is in sudo group, and has SSH key
hosts: all
become: true
roles:
- role: setup_linux