vm-ansible/nightly.yaml
Kristóf Torma 9500cbc866
Some checks reported errors
continuous-integration/drone/push Build was killed
adjust jitsi stuff
2022-12-30 16:41:22 +01:00

37 lines
592 B
YAML

---
- name: "Deploy basic webhost with Docker"
hosts: nightlydocker
roles:
- common
- webserver
- internalsmtp
- name: "Deploy Jitsi Meet server"
hosts: jitsi
roles:
- common
- webserver
- internalsmtp
- customfirewall
- name: "Setup neko"
hosts: neko
roles:
- neko
- customfirewall
- 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
...