create demo user with molecule
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
7f52666ebe
commit
f2d87a54cc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user