diff --git a/.DS_Store b/.DS_Store index c19d5fd..36e1c3e 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/roles/splunk_common/tasks/pre_install_subtasks/get_facts.yml b/roles/splunk_common/tasks/pre_install_subtasks/get_facts.yml index 17df3be..1469e01 100755 --- a/roles/splunk_common/tasks/pre_install_subtasks/get_facts.yml +++ b/roles/splunk_common/tasks/pre_install_subtasks/get_facts.yml @@ -3,16 +3,16 @@ set_fact: privileged_user: "{% if ansible_system is match('CYGWIN*|Win32NT') %}Administrator{% else %}root{% endif %}" -- name: Copier la sources sur le client - become: yes - become_user: root - shell: scp admin@10.10.40.21:{{ splunk_build_location }} /tmp/ -# get_url: -# url: "https://{{ repo_url }}/{{ projet }}/{{ app_name }}" -# dest: /tmp/ -# username: "{{ repo_user }}" -# password: "{{ repo_password }}" -# validate_certs: false +#- name: Copier la sources sur le client +# become: yes +# become_user: root +# shell: scp admin@10.10.40.21:{{ splunk_build_location }} /tmp/ + get_url: + url: "http://{{ repo_url }}/{{ projet }}/{{ app_name }}" + dest: /tmp/ + username: "{{ repo_user }}" + password: "{{ repo_password }}" + validate_certs: false - name: "Check for existing installation" stat: