Kristóf Torma
7eafd343cb
Some checks reported errors
continuous-integration/drone/push Build was killed
22 lines
367 B
YAML
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
|
|
... |