blob: ef9f27262af3915bbfac2536cf9edf03eb6038bc [file] [log] [blame]
---
# tasks file for apigee-opdk-setup-bootstrap
- name: Update bootstrap cache with key and value
tags: ['cache']
cache:
key: "{{ item.key }}"
value: "{{ item.value }}"
with_items:
- { key: "apigeerepobasepath", value: "{{ apigee_home }}/data/apigee-mirror" }
- { key: 'apigee_service', value: '{{ apigee_home }}/apigee-service/bin/apigee-service' }
- { key: 'apigee_setup', value: '{{ apigee_home }}/apigee-setup/bin/setup.sh' }
- { key: 'apigee_update', value: '{{ apigee_home }}/apigee-setup/bin/update.sh' }
- { key: 'apigee_all', value: '{{ apigee_home }}/apigee-service/bin/apigee-all' }
- { key: 'opdk_license_target_file_path', value: "{{ opdk_installer_path }}/license.conf" }
- { key: 'opdk_license_source_file_name', value: "{{ local_apigee_secure }}/license.txt" }
- { key: 'default_apigee_repo_user', value: '{{ opdk_user_name }}' }
- { key: 'default_apigee_repo_password', value: '' }
- { key: 'default_apigee_repo_uri', value: 'software.apigee.com' }
- { key: 'default_apigee_repo_protocol', value: 'https' }
- { key: 'default_apigee_repo_url', value: 'https://software.apigee.com' }