From 3ac59fed886099ee0257faf7ac5071ab67368971 Mon Sep 17 00:00:00 2001 From: admingit Date: Fri, 22 Nov 2024 20:56:24 +0100 Subject: [PATCH] repolocatl --- .DS_Store | Bin 10244 -> 10244 bytes .../tasks/pre_install_subtasks/get_facts.yml | 20 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.DS_Store b/.DS_Store index c19d5fd85ef8381682081a805320ca37e83ec31f..36e1c3efc3c57d70e901e045de8be4673a3f1ecd 100644 GIT binary patch delta 576 zcmZn(XbIS$CNSAeTyV0vz?I3KB0`g81$8E?3kXb(6x6fqW?*2L_a6*^ECvQPhGd3( zhFl=bXUOx+$xlwo$xi}`3otM+g4F84)J{GisK>|n6Gi9`&|m=x7Csacg(lYt$xgm4 zrZKr*$a!*u7z-C8AKZ`&LUw!%>w#t?gk*#rgcxO!g@ASlPgW3?pWG`f$_H`uU3m-xi&;X&ydZMzEv&Dc0fXuFgyFg1+b26i-G{j-Z!Y&YpA%to~ zHQ1QaK^~sGO4M-jQc;1)uSMk{4nnAs5L2DJT1;TFub45&VN8s5liS2pm>AYiUL)oK x;(ZgF!o>J)a*wzT8`vrDCZ7{`;sFQ3JBX_`D@r_LpV+{1BytPprPeDWDy1i1~!IdhJ1!x zAk1gT^UTRlPRhwo0*VVTFfhp=tDSs6P>+wP3q|OUppFnj3Q(vNW-Cyq(BwKH*~!^r zqI?V>2f?K#R|$FWF@ju#5V{~_$HxeA5<*Bu*g*(vGh7I0rtoA1Vfo3u!lDotz@;W{ z5Vqk1yWlCz1(SaX_XvS)h6{lmr6(#o`L>uCFUV7HnaNtBnv)qtr6KM@7IuNS3n5e^ zsxkSNsNm$SqH4TAFEfS0Eqo!W1okSDkc5~jDD06$yu{2Vs|g5Bo+u_c*+xuo@@_H9 z$pu3ElbOZanV8}x_lVm}{vgHzVxALsn%p49!od^=v0<~K#54AZ4Xm5l6+~GFmqX0} D2TCv5 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: