Commit e7282dfa by Cory Lee

OPS-2532 fix commented bit

parent f7d470f9
......@@ -37,17 +37,17 @@
- "{{ splunk_home }}/{{ splunk_cert_path }}"
- "{{ splunk_home }}/etc/system/local"
# - name: Write SSL certs to disk
# copy:
# dest: "{{ splunk_home }}/{{ splunk_cert_path }}/{{ item.0 }}"
# content: "{{ item.1 }}"
# owner: splunk
# group: splunk
# mode: "0400"
# when: SPLUNK_SSL_CERT is defined and SPLUNK_SSL_CERT | length > 0
# with_together:
# - [forwarder.pem, cacert.pem]
# - ["{{ SPLUNK_SSL_CERT }}", "{{ SPLUNK_SSL_ROOT_CA }}"]
- name: Write SSL certs to disk
copy:
dest: "{{ splunk_home }}/{{ splunk_cert_path }}/{{ item.0 }}"
content: "{{ item.1 }}"
owner: splunk
group: splunk
mode: "0400"
when: SPLUNK_SSL_CERT is defined and SPLUNK_SSL_CERT | length > 0
with_together:
- [forwarder.pem, cacert.pem]
- ["{{ SPLUNK_SSL_CERT }}", "{{ SPLUNK_SSL_ROOT_CA }}"]
- name: Create inputs configuration
template:
......
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