Commit e7282dfa by Cory Lee

OPS-2532 fix commented bit

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