|
|
|
@ -1,7 +1,8 @@
|
|
|
|
---
|
|
|
|
---
|
|
|
|
- name: Copier un fichier via SCP
|
|
|
|
- name: Copier un fichier via SCP
|
|
|
|
hosts: all:!splunk_uf_Linux_TIC
|
|
|
|
hosts: all:!splunk_uf_Linux_TIC
|
|
|
|
become: false
|
|
|
|
become: true
|
|
|
|
|
|
|
|
become_user: root
|
|
|
|
vars:
|
|
|
|
vars:
|
|
|
|
source_file: "/tmp/splunk-8.2.3-cd0848707637-Linux-x86_64.tgz"
|
|
|
|
source_file: "/tmp/splunk-8.2.3-cd0848707637-Linux-x86_64.tgz"
|
|
|
|
destination_file: "/tmp/splunk-8.2.3-cd0848707637-Linux-x86_64.tgz"
|
|
|
|
destination_file: "/tmp/splunk-8.2.3-cd0848707637-Linux-x86_64.tgz"
|
|
|
|
|