|
|
|
@ -17,8 +17,19 @@
|
|
|
|
#emote_src: yes
|
|
|
|
#emote_src: yes
|
|
|
|
#become: yes
|
|
|
|
#become: yes
|
|
|
|
|
|
|
|
|
|
|
|
- name: "Copy SCP"
|
|
|
|
#- name: "Copy SCP"
|
|
|
|
shell: scp admin@10.10.30.38:/tmp/splunkforwarder-8.2.3-cd0848707637-Linux-x86_64.tgz "{{ splunk_build_location_uf}}"
|
|
|
|
#shell: scp admin@10.10.30.38:/tmp/splunkforwarder-8.2.3-cd0848707637-Linux-x86_64.tgz "{{ splunk_build_location_uf}}"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Copier depuis repo
|
|
|
|
|
|
|
|
become: yes
|
|
|
|
|
|
|
|
copy:
|
|
|
|
|
|
|
|
src: /tmp/splunkforwarder-8.2.3-cd0848707637-Linux-x86_64.tgz
|
|
|
|
|
|
|
|
dest: "{{ splunk_build_location_uf}}"
|
|
|
|
|
|
|
|
remote_src: yes
|
|
|
|
|
|
|
|
owner: admin
|
|
|
|
|
|
|
|
group: admin
|
|
|
|
|
|
|
|
mode: "0644"
|
|
|
|
|
|
|
|
delegate_to: 10.10.30.38
|
|
|
|
|
|
|
|
|
|
|
|
- name: "Set splunk install fact"
|
|
|
|
- name: "Set splunk install fact"
|
|
|
|
set_fact:
|
|
|
|
set_fact:
|
|
|
|
|