vm-ansible/dbhosts.yaml

11 lines
161 B
YAML
Raw Normal View History

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