|
|
|
|
@ -9,13 +9,11 @@
|
|
|
|
|
become: yes
|
|
|
|
|
register: pre_existing_splunk_exec
|
|
|
|
|
|
|
|
|
|
- name: "Copie de l'installation Splunk Forwarder"
|
|
|
|
|
become: yes
|
|
|
|
|
tasks:
|
|
|
|
|
- name: "Copier la source"
|
|
|
|
|
- name: "Copier la source"
|
|
|
|
|
copy:
|
|
|
|
|
src: "{{ playbook_dir }}/Apps_for_Splunk/Source/splunkforwarder-8.2.3-cd0848707637-Linux-x86_64.tgz"
|
|
|
|
|
dest: "{{ splunk_build_location_uf }}"
|
|
|
|
|
become: yes
|
|
|
|
|
|
|
|
|
|
- name: "Set splunk install fact"
|
|
|
|
|
set_fact:
|
|
|
|
|
|