vm-ansible/dbhosts.yaml

10 lines
166 B
YAML

---
- name: "Deploy database server base"
hosts: postgres, mariadb
roles:
- netplan
- common
- customfirewall
- backupscript
- customfirewall