ansible/site.yml

32 lines
604 B
YAML
Raw Permalink 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
- 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
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
- element_web_docker
- traefik_docker