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-04 14:45:09 +02:00
|
|
|
|
|
|
|
- name: Set up roles on unhb4
|
|
|
|
hosts: unhb2
|
|
|
|
remote_user: root
|
|
|
|
|
|
|
|
roles:
|
|
|
|
- docker_watchtower
|
|
|
|
- docker_pretix
|
2022-12-14 21:41:29 +01:00
|
|
|
|
|
|
|
- name: Set up roles on unhb4
|
|
|
|
hosts: unhb4
|
|
|
|
remote_user: root
|
|
|
|
|
|
|
|
roles:
|
2023-09-04 12:04:01 +02:00
|
|
|
- docker_authentik
|
2022-12-14 21:41:29 +01:00
|
|
|
|