blob: 52148f55287079c4c40bcb3a8ae6d099c2183082 [file] [log] [blame]
---
- name: Install Apigee Setup
shell: '{{ apigee_service }} apigee-setup install'
environment:
http_proxy: "{{ http_proxy }}"
https_proxy: "{{ https_proxy }}"
- name: Install Apigee Admin
shell: '{{ apigee_service }} apigee-adminapi install'
environment:
http_proxy: "{{ http_proxy }}"
https_proxy: "{{ https_proxy }}"