Commit fc7f072c by Cory Lee

OPS-2554 Remove debian specific bits from the splunk runbook that dont successfully run

parent 0ae57c0f
......@@ -6,9 +6,4 @@
gather_facts: True
vars:
roles:
- aws
- splunk-server
- role: datadog
when: COMMON_ENABLE_DATADOG
- role: newrelic
when: COMMON_ENABLE_NEWRELIC
......@@ -44,7 +44,7 @@
owner: splunk
group: splunk
mode: "0400"
when: SPLUNK_SSL_CERT is defined and SPLUNK_SSL_CERT | length > 0
when: SPLUNK_SSL_CERT is defined
with_together:
- [forwarder.pem, cacert.pem]
- ["{{ SPLUNK_SSL_CERT }}", "{{ SPLUNK_SSL_ROOT_CA }}"]
......
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