xoxys.postgres/molecule/rocky8/converge.yml
Robert Kaussow 8507a31cab
All checks were successful
continuous-integration/drone/push Build is passing
feat: add test for Rocky Linux 8 (#1)
2022-04-04 21:51:15 +02:00

16 lines
261 B
YAML

---
- name: Converge
hosts: all
vars:
postgres_repository_enabled: True
postgres_users:
- name: "pgdemo"
password: "secure"
priv: ALL
db: "demo"
postgres_dbs:
- name: demo
roles:
- role: xoxys.postgres