|
|
|
@ -13,7 +13,7 @@
|
|
|
|
set_fact:
|
|
|
|
set_fact:
|
|
|
|
splunk_install: "{{ not pre_existing_splunk_exec.stat.exists | default(True) }}"
|
|
|
|
splunk_install: "{{ not pre_existing_splunk_exec.stat.exists | default(True) }}"
|
|
|
|
|
|
|
|
|
|
|
|
- name: "Check for existing splunk secret"
|
|
|
|
-name: "Check for existing splunk secret"
|
|
|
|
stat:
|
|
|
|
stat:
|
|
|
|
path: "{{ splunk_home_uf }}/etc/auth/splunk.secret"
|
|
|
|
path: "{{ splunk_home_uf }}/etc/auth/splunk.secret"
|
|
|
|
register: pre_existing_splunk_secret
|
|
|
|
register: pre_existing_splunk_secret
|
|
|
|
|