ansible/site.yml

21 lines
295 B
YAML

---
- name: Set up user account on all hosts
hosts: all
remote_user: root
roles:
- apt
- apt-update-upgrade
- apt_listchanges
- basic_common_settings
- firewalld
- name: Set up roles on unhb4
hosts: unhb4
remote_user: root
roles:
- authentik_docker