master
JocelynPa 3 years ago
parent 3340a1bc5b
commit 52a6988657

@ -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"

Loading…
Cancel
Save