updated proxy config
diff --git a/tasks/with_no_proxy.yml b/tasks/with_no_proxy.yml index c40fe10..9af0b27 100644 --- a/tasks/with_no_proxy.yml +++ b/tasks/with_no_proxy.yml
@@ -4,15 +4,15 @@ path: '{{ apigee_provision_dir }}' register: apigee_provision_status -- name: Ensure apigee-provision is current by uninstalling this first +- name: Ensure apigee-provision is current by uninstalling this first with no proxy ignore_errors: yes shell: '{{ apigee_service }} apigee-provision install' when: not apigee_provision_status.stat.exists -- name: Apigee provision installation +- name: Apigee provision installation with no proxy shell: '{{ apigee_service }} apigee-provision install' when: not apigee_provision_status.stat.exists -- name: Apigee organization setup +- name: Apigee organization setup with no proxy shell: '{{ apigee_service }} apigee-provision setup-org -f {{ onboarding_config_file_path }}' ignore_errors: yes
diff --git a/tasks/with_proxy.yml b/tasks/with_proxy.yml index e40e4f8..f3ba0fe 100644 --- a/tasks/with_proxy.yml +++ b/tasks/with_proxy.yml
@@ -4,7 +4,7 @@ path: '{{ apigee_provision_dir }}' register: apigee_provision_status -- name: Ensure apigee-provision is current by uninstalling this first +- name: Ensure apigee-provision is current by uninstalling this first with proxy ignore_errors: yes shell: '{{ apigee_service }} apigee-provision install' when: not apigee_provision_status.stat.exists @@ -13,7 +13,7 @@ http_proxy: "{{ http_proxy }}" https_proxy: "{{ https_proxy }}" -- name: Apigee provision installation +- name: Apigee provision installation with proxy shell: '{{ apigee_service }} apigee-provision install' when: not apigee_provision_status.stat.exists environment: @@ -21,7 +21,7 @@ http_proxy: "{{ http_proxy }}" https_proxy: "{{ https_proxy }}" -- name: Apigee organization setup +- name: Apigee organization setup with proxy shell: '{{ apigee_service }} apigee-provision setup-org -f {{ onboarding_config_file_path }}' ignore_errors: yes environment: