diff options
author | Paul B <paul+gh@bonaud.fr> | 2019-05-03 10:59:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-03 10:59:19 +0200 |
commit | c6719a82860c7855fb749f98734fe17c38c2fe78 (patch) | |
tree | 214db2306ef4a929da043d0209ca70bde78ee28b /README.md | |
parent | 0c83dd00b4110d55b1602ca8d732a8cb414cfd0a (diff) | |
parent | 29f3186f165565e03b3b091523f8b682be99404a (diff) | |
download | ansible-postgresql-role-c6719a82860c7855fb749f98734fe17c38c2fe78.tar.gz ansible-postgresql-role-c6719a82860c7855fb749f98734fe17c38c2fe78.tar.zst ansible-postgresql-role-c6719a82860c7855fb749f98734fe17c38c2fe78.zip |
Merge pull request #9 from chtitux/become-method
Allow to use any ansible become method
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -75,6 +75,9 @@ postgres_allowed_hosts: | |||
75 | postgres_replication_hosts: | 75 | postgres_replication_hosts: |
76 | - user: replicator | 76 | - user: replicator |
77 | range: 10.0.0.0/24 | 77 | range: 10.0.0.0/24 |
78 | |||
79 | # Ansible related Configuration | ||
80 | postgres_become_method: su # Optional | ||
78 | ``` | 81 | ``` |
79 | 82 | ||
80 | #### Testing | 83 | #### Testing |