From 03c74b6cbba6492dc7a404b8c17f4e119976dae9 Mon Sep 17 00:00:00 2001 From: Maksym Buz Date: Sun, 24 Aug 2025 18:20:16 +0200 Subject: [PATCH] redefined groupping to separate ubuntu hosts from proxmox --- inventory/hosts.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/inventory/hosts.ini b/inventory/hosts.ini index 79be4d9..b62b98d 100644 --- a/inventory/hosts.ini +++ b/inventory/hosts.ini @@ -2,8 +2,10 @@ ansible_user = mbuz ansible_ssh_private_key_file = /home/mbuz/.ssh/id_ed25519 -[servers] -proxmox ansible_host=10.0.0.1 +[proxmox] +proxmox_host ansible_host=10.0.0.1 + +[ubuntu_servers] raspberry-pi ansible_host=10.0.0.5 oracle-arm ansible_host=130.61.76.209 ansible_user=ubuntu