vm-ansible/dbhosts.yaml

11 lines
170 B
YAML

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