xoxys.postgres/molecule/default/playbook.yml
Robert Kaussow f546144c57
All checks were successful
continuous-integration/drone/push Build is passing
add loop control and remove no_log
2019-10-27 16:57:12 +01: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