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
|
2023-09-05 13:15:13 +02:00
|
|
|
- unhb_backup_location
|
|
|
|
- unhb_backup_scripts
|
2023-09-04 14:45:09 +02:00
|
|
|
|
|
|
|
- name: Set up roles on unhb4
|
|
|
|
hosts: unhb2
|
|
|
|
remote_user: root
|
|
|
|
|
|
|
|
roles:
|
2023-09-13 19:29:43 +02:00
|
|
|
- watchtower_docker
|
|
|
|
- pretix_docker
|
2022-12-14 21:41:29 +01:00
|
|
|
|
|
|
|
- name: Set up roles on unhb4
|
|
|
|
hosts: unhb4
|
|
|
|
remote_user: root
|
|
|
|
|
|
|
|
roles:
|
2023-09-13 19:29:43 +02:00
|
|
|
- authentik_docker
|