vm-ansible/nightly.yaml
Kristóf Torma 7eafd343cb
Some checks reported errors
continuous-integration/drone/push Build was killed
remove neko from nightly as it needs fixing
2023-03-09 19:48:18 +01:00

22 lines
367 B
YAML

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