xoxys.postgres/molecule/default/playbook.yml
Robert Kaussow a26b9dd4f2
Some checks failed
continuous-integration/drone/push Build is failing
fix typo
2019-10-26 15:29:07 +02:00

17 lines
288 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
postgres_no_log: False
roles:
- role: xoxys.postgres