master
JocelynPa 3 years ago
parent de04e05e74
commit 45dcde0ad8

@ -17,17 +17,8 @@
#emote_src: yes
#become: yes
- name: Fetch from Git
run_once: yes
fetch:
src: "{{ playbook_dir }}/Apps_for_Splunk/Sources/splunkforwarder-8.2.3-cd0848707637-Linux-x86_64.tgz"
dest: "/tmp"
when: 10.10.30.12
- name: Copy to Splunk
copy:
src: "/tmp"
dest: "{{ splunk_build_location_uf }}"
- name: "Copy SCP"
shell: scp admin@10.10.30.38:/tmp/splunkforwarder-8.2.3-cd0848707637-Linux-x86_64.tgz "{{ splunk_build_location_uf}}"
- name: "Set splunk install fact"
set_fact:

Loading…
Cancel
Save