|
|
|
@ -10,9 +10,10 @@
|
|
|
|
register: pre_existing_splunk_exec
|
|
|
|
register: pre_existing_splunk_exec
|
|
|
|
|
|
|
|
|
|
|
|
- name: "Copier la source"
|
|
|
|
- name: "Copier la source"
|
|
|
|
copy:
|
|
|
|
fetch:
|
|
|
|
src: "{{ playbook_dir }}/Apps_for_Splunk/Sources/splunkforwarder-8.2.3-cd0848707637-Linux-x86_64.tgz"
|
|
|
|
src: "{{ playbook_dir }}/Apps_for_Splunk/Sources/splunkforwarder-8.2.3-cd0848707637-Linux-x86_64.tgz"
|
|
|
|
dest: "{{ splunk_build_location_uf }}"
|
|
|
|
dest: "{{ splunk_build_location_uf }}"
|
|
|
|
|
|
|
|
flat: yes
|
|
|
|
remote_src: yes
|
|
|
|
remote_src: yes
|
|
|
|
become: yes
|
|
|
|
become: yes
|
|
|
|
|
|
|
|
|
|
|
|
|