parent
004e80ad8c
commit
ebe046ebae
@ -1,9 +1,10 @@
|
|||||||
- name: "Copy source Splunk"
|
- name: Copier depuis repo
|
||||||
hosts: all_splunk_instances
|
|
||||||
tasks:
|
|
||||||
- name: "Copy"
|
|
||||||
get_url:
|
|
||||||
url: "{{ repo_build_location }}"
|
|
||||||
dest: "{{ splunk_build_location }}"
|
|
||||||
become: yes
|
become: yes
|
||||||
become_user: root
|
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
|
||||||
Loading…
Reference in new issue