From 5e9a72b585810195a289317dc41e59c533322a26 Mon Sep 17 00:00:00 2001 From: Dvir Horev Date: Mon, 13 Apr 2026 12:54:18 +0000 Subject: [PATCH] Update inventory --- ansible/inventory/hosts.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ansible/inventory/hosts.yml b/ansible/inventory/hosts.yml index dec9711..a662d1b 100644 --- a/ansible/inventory/hosts.yml +++ b/ansible/inventory/hosts.yml @@ -2,6 +2,5 @@ all: children: rsyslog_servers: hosts: - rsyslog-lab: - ansible_host: local - ansible_user: root \ No newline at end of file + localhost: + ansible_connection: local