ansible/site.yml

21 lines
295 B
YAML
Raw Normal View History

2022-12-14 17:43:16 +01:00
---
- name: Set up user account on all hosts
hosts: all
remote_user: root
roles:
2022-12-14 17:49:34 +01:00
- apt
- apt-update-upgrade
- apt_listchanges
2022-12-14 17:43:16 +01:00
- basic_common_settings
2022-12-14 21:41:29 +01:00
- firewalld
- name: Set up roles on unhb4
hosts: unhb4
remote_user: root
roles:
- authentik_docker