aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorThéophile Helleboid <theophile.helleboid@captaintrain.com>2019-05-02 17:34:44 +0200
committerThéophile Helleboid <theophile.helleboid@captaintrain.com>2019-05-02 17:34:44 +0200
commit29f3186f165565e03b3b091523f8b682be99404a (patch)
tree214db2306ef4a929da043d0209ca70bde78ee28b /README.md
parent0c83dd00b4110d55b1602ca8d732a8cb414cfd0a (diff)
downloadansible-postgresql-role-29f3186f165565e03b3b091523f8b682be99404a.tar.gz
ansible-postgresql-role-29f3186f165565e03b3b091523f8b682be99404a.tar.zst
ansible-postgresql-role-29f3186f165565e03b3b091523f8b682be99404a.zip
Allow to use any ansible become method
The variable can be set to 'sudo' if ansible uses sudo
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