Files
it-ansible/playbooks/maintenance.yaml
Julian Schacher de568ceacd Add role for deploying SSH authorized_keys and add it to maint. playb.
Having this role will enable us to easily manage SSH authorized_keys.
2024-02-07 20:44:46 +01:00

11 lines
205 B
YAML

---
- name: Ensure the system is updated and potentially rebooted
hosts: all
roles:
- system_update
- name: Ensure correct authorized_keys are deployed
hosts: all
roles:
- authorized_keys