master
JocelynPa 3 years ago
parent 754cc1bb3b
commit 61aa5bdf5d

@ -9,12 +9,11 @@
become: yes become: yes
register: pre_existing_splunk_exec register: pre_existing_splunk_exec
- name: Copie de l'installation Splunk Forwarder - name: "Copie de l'installation Splunk Forwarder"
become: yes become: yes
become_user: root
hosts: all hosts: all
tasks: tasks:
- name: Copier la source - name: "Copier la source"
copy: copy:
src: "{{ playbook_dir }}/Apps_for_Splunk/Source/splunkforwarder-8.2.3-cd0848707637-Linux-x86_64.tgz" src: "{{ playbook_dir }}/Apps_for_Splunk/Source/splunkforwarder-8.2.3-cd0848707637-Linux-x86_64.tgz"
dest: "{{ splunk_build_location_uf }}" dest: "{{ splunk_build_location_uf }}"

Loading…
Cancel
Save