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