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