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
|
hosts: all
|
||||||
vars:
|
vars:
|
||||||
postgres_repository_enabled: True
|
postgres_repository_enabled: True
|
||||||
|
postgres_user:
|
||||||
|
- name: "pgdemo"
|
||||||
|
password: "secure"
|
||||||
|
priv: ALL
|
||||||
|
db: "demo"
|
||||||
postgres_db:
|
postgres_db:
|
||||||
- name: demo
|
- name: demo
|
||||||
postgres_no_log: False
|
postgres_no_log: False
|
||||||
|
Loading…
Reference in New Issue
Block a user