From 1f68031517d65d12f3bcfbd263838054b61ef80a Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Tue, 16 Jul 2024 22:00:04 +0530 Subject: [PATCH] add ansible_user for host adguard --- inventory.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/inventory.yml b/inventory.yml index 4b30642..9705461 100644 --- a/inventory.yml +++ b/inventory.yml @@ -9,6 +9,7 @@ ungrouped: ansible_user: root adguard: ansible_host: 192.168.1.51 + ansible_user: akshun pve: ansible_host: 192.168.1.105 ansible_user: root