diff --git a/tasks/config.yaml b/tasks/config.yaml index 02621b1..ea3191a 100644 --- a/tasks/config.yaml +++ b/tasks/config.yaml @@ -20,8 +20,8 @@ mode: "0644" notify: "restart rsyslog" -# configure splunk universal forwarder - input -- name: "config - splunk universal forwarder - input" +# configure splunk universal forwarder - inputs +- name: "config - splunk universal forwarder - inputs" ansible.builtin.template: src: "templates/splunkforwarder/inputs.conf.j2" dest: "/opt/splunkforwarder/etc/system/local/inputs.conf" diff --git a/templates/splunkforwarder/input.conf.j2 b/templates/splunkforwarder/inputs.conf.j2 similarity index 100% rename from templates/splunkforwarder/input.conf.j2 rename to templates/splunkforwarder/inputs.conf.j2