From 00f392009f7531d07abdd91527ad4488a40a8d78 Mon Sep 17 00:00:00 2001 From: SysAdmin DCC Date: Wed, 3 Dec 2025 00:08:14 +0000 Subject: [PATCH] fix: Corregir inventory para host core --- inventory | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/inventory b/inventory index 8403a89..0ee8966 100644 --- a/inventory +++ b/inventory @@ -1,2 +1,5 @@ -[core_group] -10.10.10.104 ansible_user=root +[core] +10.10.10.104 ansible_user=root ansible_connection=ssh + +[all:vars] +ansible_python_interpreter=/usr/bin/python3