commit | 43db1572ad86ba664216d055eaa07b98693c507e | [log] [tgz] |
---|---|---|
author | Carlos Frias <friasc@google.com> | Fri Feb 24 21:14:47 2017 -0500 |
committer | Carlos Frias <friasc@google.com> | Fri Feb 24 21:14:47 2017 -0500 |
tree | a9c52089e15eb9265256ced62d971f661bc02685 | |
parent | ffaf2581917d659ce3ed1580f7bcbc6d55e251d1 [diff] |
added ability to use archive_folder to setup a tarball archive
This role manages downloading and invoking the bootstrap script from the Apigee servers that will install Apigee OPDK service manager.
This role requires that you have an account with Apigee.
The installation of Apigee OPDK requires root access. Credentials must also be supplied to override the empty placeholders provided here. It is recommended that credentials be consolidated into a single credentials.yml file that can be stored separately. It is assumed that files containing credentials are stored in the ~/.apigee folder.
Default values for these variables are provided by the role apigee-opdk-setup-default-settings.
URL from which to download the bootstrap scripts
apigee_repo_url: 'https://{{ apigee_repo_uri }}'
Path to the bootstrap script
bootstrap_script: 'bootstrap.sh'
Apigee repository user
apigee_repo_user: ''
Apigee repository user password
apigee_repo_password: ''
Apigee repository host that can be used for special releases.
apigee_repo_host: ''
Apigee artifact stage
apigee_stage: ''
role: apigee-opdk-setup-default-settings
- hosts: servers roles: - { role: apigee-opdk-setup-bootstrap }
Apache License Version 2.0, January 2004
Carlos Frias