From 51fbf2b767f822b3cf0d549efc8a8dc065de923c Mon Sep 17 00:00:00 2001 From: Maksym Buz Date: Sun, 24 Aug 2025 18:05:14 +0200 Subject: [PATCH] changes in the inventory structure --- inventory/hosts.ini | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/inventory/hosts.ini b/inventory/hosts.ini index 9ac5c60..74ee9f9 100644 --- a/inventory/hosts.ini +++ b/inventory/hosts.ini @@ -2,19 +2,18 @@ ansible_user = mbuz ansible_ssh_private_key_file = /home/mbuz/.ssh/id_ed25519 -[proxmox] -proxmox-host ansible_host=10.0.0.1 +[servers] +proxmox ansible_host=10.0.0.1 +raspberry-pi ansible_host=10.0.0.5 +oracle-arm ansible_host=130.61.76.209 ansible_user=ubuntu [docker] docker-apps ansible_host=10.0.0.101 docker-cloud ansible_host=10.0.0.102 -[truenas] +[filestorage] truenas ansible_host=10.0.0.200 -[raspberry_pi] -raspberry-pi ansible_host=10.0.0.5 - [lxc] gitea ansible_host=10.0.0.108 zabbix-proxy ansible_host=10.0.0.110