diff --git a/ansible/inventory/hosts.yml b/ansible/inventory/hosts.yml new file mode 100644 index 0000000..dec9711 --- /dev/null +++ b/ansible/inventory/hosts.yml @@ -0,0 +1,7 @@ +all: + children: + rsyslog_servers: + hosts: + rsyslog-lab: + ansible_host: local + ansible_user: root \ No newline at end of file diff --git a/rsyslog.conf b/files/rsyslog.conf similarity index 100% rename from rsyslog.conf rename to files/rsyslog.conf diff --git a/rsyslog.d/30-lab.conf b/files/rsyslog.d/30-lab.conf similarity index 100% rename from rsyslog.d/30-lab.conf rename to files/rsyslog.d/30-lab.conf