|
|
|
@ -3,7 +3,7 @@
|
|
|
|
set_fact:
|
|
|
|
set_fact:
|
|
|
|
privileged_user: "{% if ansible_system is match('CYGWIN*|Win32NT') %}Administrator{% else %}root{% endif %}"
|
|
|
|
privileged_user: "{% if ansible_system is match('CYGWIN*|Win32NT') %}Administrator{% else %}root{% endif %}"
|
|
|
|
|
|
|
|
|
|
|
|
#- name: Copier la sources sur le client
|
|
|
|
- name: Copier la sources sur le client
|
|
|
|
# become: yes
|
|
|
|
# become: yes
|
|
|
|
# become_user: root
|
|
|
|
# become_user: root
|
|
|
|
# shell: scp admin@10.10.40.21:{{ splunk_build_location }} /tmp/
|
|
|
|
# shell: scp admin@10.10.40.21:{{ splunk_build_location }} /tmp/
|
|
|
|
|