From ccd5c7c1383ce6144e7eae4f66f8c8bca6fc79ec Mon Sep 17 00:00:00 2001 From: Maksym Buz Date: Sun, 24 Aug 2025 15:04:38 +0200 Subject: [PATCH] added global variable for user and key to use --- inventory/example_hosts.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/inventory/example_hosts.ini b/inventory/example_hosts.ini index e76a3cf..e38ef73 100644 --- a/inventory/example_hosts.ini +++ b/inventory/example_hosts.ini @@ -1,3 +1,7 @@ +[all:vars] +ansible_user = mbuz +ansible_ssh_private_key_file = /home/mbuz/.ssh/id_rsa + [proxmox] proxmox-host ansible_host=x.x.x.x