From fb856e16d7589b364e0c7c848964d57f223a7409 Mon Sep 17 00:00:00 2001 From: Maksym Buz Date: Sun, 24 Aug 2025 17:57:29 +0200 Subject: [PATCH] Key file adjustmen --- inventory/hosts.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inventory/hosts.ini b/inventory/hosts.ini index 69a5df1..722fcfb 100644 --- a/inventory/hosts.ini +++ b/inventory/hosts.ini @@ -1,6 +1,6 @@ [all:vars] ansible_user = mbuz -ansible_ssh_private_key_file = /home/mbuz/.ssh/id_rsa +ansible_ssh_private_key_file = /home/mbuz/.ssh/id_ed25519 [proxmox] proxmox-host ansible_host=10.0.0.1 @@ -19,6 +19,7 @@ raspberry-pi ansible_host=10.0.0.5 ansible ansible_host=10.0.0.111 zabbix-proxy ansible_host=10.0.0.110 pi-hole ansible_host=10.0.0.104 +localhost ansible_connection=local # for testing playbooks on the control node [proxmox_backup] proxmox-backup ansible_host=10.0.0.201