From c4d4d266b6ed02c9371624c4716b09f8282db4c9 Mon Sep 17 00:00:00 2001 From: akshun Date: Wed, 2 Oct 2024 07:41:07 +0530 Subject: [PATCH] added group proxmox --- inventory.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/inventory.yml b/inventory.yml index 764fa13..846ea62 100644 --- a/inventory.yml +++ b/inventory.yml @@ -4,24 +4,15 @@ ungrouped: omv: ansible_host: 192.168.1.4 ansible_user: root - proxmox: - ansible_host: 192.168.1.126 - ansible_user: root adguard: ansible_host: 192.168.1.51 ansible_user: akshun - pve: - ansible_host: 192.168.1.105 - ansible_user: root nextcloud: ansible_host: 192.168.1.53 ansible_user: akshun nginx: ansible_host: 192.168.1.165 ansible_user: akshun - nvidia: - ansible_host: 192.168.1.113 - ansible_user: akshun pi: ansible_host: 192.168.1.44 ansible_user: akshun @@ -36,4 +27,14 @@ kube: kube-03: ansible_host: 192.168.1.32 ansible_user: akshun +proxmox: + proxmox: + ansible_host: 192.168.1.126 + ansible_user: root + pve: + ansible_host: 192.168.1.105 + ansible_user: root + nvidia: + ansible_host: 192.168.1.113 + ansible_user: akshun