From 9979c3bc69657a9c7a36d71a7065e86916ebc8ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20=C5=BBbikowski?= Date: Thu, 29 Jan 2026 13:21:14 +0100 Subject: [PATCH] v1.1 - password auth --- inventory.ini.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/inventory.ini.example b/inventory.ini.example index 1e0b867..f67837c 100644 --- a/inventory.ini.example +++ b/inventory.ini.example @@ -5,7 +5,9 @@ pg1 ansible_host=10.0.0.1 pg2 ansible_host=10.0.0.2 [all:vars] -ansible_user=root +ansible_user=ansible +ansible_ssh_pass=SILNE_HASLO + pg_version=16 pg_cluster=main pg_data=/var/lib/postgresql/16/main