Commit 7bad77d0 by Feanil Patel

Move overridable defaults to the top of the file.

parent 769a516c
......@@ -16,23 +16,12 @@
#
splunk_role_name: 'splunk'
#
# OS packages
#
splunk_debian_pkgs:
- gdebi
splunk_redhat_pkgs: []
SPLUNKFORWARDER_SERVER: 'localhost:9997'
SPLUNKFORWARDER_PACKAGE_LOCATION: !!null
SPLUNKFORWARDER_DEB: !!null
SPLUNKFORWARDER_PASSWORD: !!null
splunkforwarder_output_dir: '/opt/splunkforwarder/'
SPLUNKFORWARDER_LOG_ITEMS:
- directory: '{{log_base_dir}}'
recursive: true
......@@ -46,3 +35,13 @@ SPLUNKFORWARDER_LOG_ITEMS:
recursive: true
index: '{{ENV_TYPE}}-{{ENV_NAME}}'
sourcetype: 'nginx'
#
# OS packages
#
splunk_debian_pkgs:
- gdebi
splunk_redhat_pkgs: []
splunkforwarder_output_dir: '/opt/splunkforwarder/'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment