31 lines
604 B
YAML
31 lines
604 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
|
|
- unhb_backup_location
|
|
- unhb_backup_scripts
|
|
|
|
- name: Set up roles on unhb4
|
|
hosts: unhb2
|
|
remote_user: root
|
|
|
|
roles:
|
|
- watchtower_docker # Needs changes when migrating to Traefik
|
|
- pretix_docker # Needs changes when migrating to Traefik
|
|
|
|
- name: Set up roles on unhb4
|
|
hosts: unhb4
|
|
remote_user: root
|
|
|
|
roles:
|
|
- authentik_docker
|
|
- element_web_docker
|
|
- traefik_docker
|