vm-ansible/dbhosts.yaml

11 lines
161 B
YAML

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