diff options
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 |