vm-ansible/dbhosts.yaml

11 lines
170 B
YAML
Raw Normal View History

2022-04-16 19:09:47 +02:00
---
- name: "Deploy database server base"
hosts: postgres, mariadb
roles:
- netplan
- common
- customfirewall
- backupscript
- customfirewall
2022-04-16 19:55:29 +02:00
...