vm-ansible/dbhosts.yaml
2022-04-16 23:37:46 +02:00

11 lines
161 B
YAML

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