[hosts] become "postgres" on db server to manage postgres

This commit is contained in:
bronsen 2025-03-02 10:05:49 +01:00
parent 958a7a3cc3
commit 0a44247e74

View file

@ -22,4 +22,4 @@ app1 ansible_ssh_port=2222
app2 ansible_ssh_port=2200
[database_servers]
db ansible_ssh_port=2201
db ansible_ssh_port=2201 ansible_become_user=postgres