blob: ff2fcdc0c6006428998f55ea64fdfd11480f8dcc [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: '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' }