vm-ansible/nightly.yaml
Torma Kristóf b65e387d7d
Some checks failed
continuous-integration/drone/push Build is failing
remove docker restart from nightly run
2022-05-28 21:03:36 +02:00

33 lines
518 B
YAML

---
- name: "Deploy basic webhost with Docker"
hosts: nightlydocker
roles:
- netplan
- common
- webserver
- internalsmtp
- name: "Setup neko"
hosts: neko
roles:
- common
- neko
- customfirewall
- internalsmtp
- name: "Deploy smtpgateway to smtp.intra.tormakris.dev"
hosts: smtp
roles:
- netplan
- common
- smtpgateway
- name: "Deploy backup server"
hosts: backup
roles:
- netplan
- common
- internalsmtp
- backupscript
- backuphost
...