From 0a44247e74a527e1f165a946c8d0ac863816b978 Mon Sep 17 00:00:00 2001 From: bronsen <kontakt+gitcommit@nrrd.de> Date: Sun, 2 Mar 2025 10:05:49 +0100 Subject: [PATCH] [hosts] become "postgres" on db server to manage postgres --- hosts.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts.ini b/hosts.ini index 883486d..d20eff9 100644 --- a/hosts.ini +++ b/hosts.ini @@ -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