[hosts] become "postgres" on db server to manage postgres
This commit is contained in:
parent
958a7a3cc3
commit
0a44247e74
1 changed files with 1 additions and 1 deletions
|
@ -22,4 +22,4 @@ app1 ansible_ssh_port=2222
|
||||||
app2 ansible_ssh_port=2200
|
app2 ansible_ssh_port=2200
|
||||||
|
|
||||||
[database_servers]
|
[database_servers]
|
||||||
db ansible_ssh_port=2201
|
db ansible_ssh_port=2201 ansible_become_user=postgres
|
||||||
|
|
Loading…
Add table
Reference in a new issue