create demo user with molecule
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Robert Kaussow 2019-10-26 15:22:25 +02:00
parent 7f52666ebe
commit f2d87a54cc

View File

@ -3,6 +3,11 @@
hosts: all
vars:
postgres_repository_enabled: True
postgres_user:
- name: "pgdemo"
password: "secure"
priv: ALL
db: "demo"
postgres_db:
- name: demo
postgres_no_log: False