blob: 012471e8688d706d55d9857d0444a545277b01d8 [file] [log] [blame]
---
- name: Install Apigee Setup with proxy
shell: '{{ apigee_service }} apigee-setup install'
environment:
no_proxy: "{{ no_proxy }}"
http_proxy: "{{ http_proxy }}"
https_proxy: "{{ https_proxy }}"
- name: Install Apigee Admin with proxy
shell: '{{ apigee_service }} apigee-adminapi install'
environment:
no_proxy: "{{ no_proxy }}"
http_proxy: "{{ http_proxy }}"
https_proxy: "{{ https_proxy }}"