parent
ebe046ebae
commit
4721371a1d
@ -1,10 +1,13 @@
|
|||||||
- name: Copier depuis repo
|
- name: Copier depuis repo
|
||||||
become: yes
|
hosts: all
|
||||||
copy:
|
become: true
|
||||||
src: /tmp/splunkforwarder-8.2.3-cd0848707637-Linux-x86_64.tgz
|
tasks:
|
||||||
dest: "{{ splunk_build_location_uf}}"
|
- name: copy
|
||||||
remote_src: yes
|
copy:
|
||||||
owner: admin
|
src: /tmp/splunkforwarder-8.2.3-cd0848707637-Linux-x86_64.tgz
|
||||||
group: admin
|
dest: "{{ splunk_build_location_uf}}"
|
||||||
mode: "0644"
|
remote_src: yes
|
||||||
delegate_to: 10.10.30.38
|
owner: admin
|
||||||
|
group: admin
|
||||||
|
mode: "0644"
|
||||||
|
delegate_to: 10.10.30.38
|
||||||
Loading…
Reference in new issue