aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 06622c8..5482bc6 100644
--- a/README.md
+++ b/README.md
@@ -75,6 +75,9 @@ postgres_allowed_hosts:
75postgres_replication_hosts: 75postgres_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
80postgres_become_method: su # Optional
78``` 81```
79 82
80#### Testing 83#### Testing