This commit is contained in:
parent
f2d87a54cc
commit
a26b9dd4f2
@ -49,7 +49,7 @@ postgres_users: []
|
|||||||
|
|
||||||
postgres_users_extra: []
|
postgres_users_extra: []
|
||||||
|
|
||||||
postgres_db: []
|
postgres_dbs: []
|
||||||
# @var postgres_db:example: >
|
# @var postgres_db:example: >
|
||||||
# postgres_db:
|
# postgres_db:
|
||||||
# - name: "my_app"
|
# - name: "my_app"
|
||||||
@ -66,7 +66,7 @@ postgres_db: []
|
|||||||
# state: "present"
|
# state: "present"
|
||||||
# @end
|
# @end
|
||||||
|
|
||||||
postgres_db_extra: []
|
postgres_dbs_extra: []
|
||||||
|
|
||||||
postgres_clean_hba_file: True
|
postgres_clean_hba_file: True
|
||||||
postgres_hba_entries:
|
postgres_hba_entries:
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
hosts: all
|
hosts: all
|
||||||
vars:
|
vars:
|
||||||
postgres_repository_enabled: True
|
postgres_repository_enabled: True
|
||||||
postgres_user:
|
postgres_users:
|
||||||
- name: "pgdemo"
|
- name: "pgdemo"
|
||||||
password: "secure"
|
password: "secure"
|
||||||
priv: ALL
|
priv: ALL
|
||||||
db: "demo"
|
db: "demo"
|
||||||
postgres_db:
|
postgres_dbs:
|
||||||
- name: demo
|
- name: demo
|
||||||
postgres_no_log: False
|
postgres_no_log: False
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user