From 6ba8ee4d79f4e3fde4c64502ffb12fb22c411477 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 --- Ansible/inventory/hosts.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Ansible/inventory/hosts.ini b/Ansible/inventory/hosts.ini index 79be4d9..b62b98d 100644 --- a/Ansible/inventory/hosts.ini +++ b/Ansible/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