This roles is used to setup individual Apigee OPDK components.
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.
Variable defaults are managed in the role apigee-opdk-setup-default-settings:
Variable Name | Description |
---|---|
apigee_setup | Path to the Apigee setup script |
profile | Name of the installation profile to invoke |
opdk_installation_config_file | Path to the silent installation file |
opdk_version is Version of OPDK to install | |
opdk_user_email | Email of the Apigee user |
opdk_user_pass | Password of the Apigee user |
This role depends on the following roles:
- apigee-opdk-setup-default-settings
- hosts: servers
roles:
- { role: apigee-opdk-setup-component }
Apache 2.0
Carlos Frias
This is not an officially supported Google product.
We'd love to accept your patches and contributions to this project. Please review our guidelines.