commit | e6c6451763127586379daf564aa96267b095358a | [log] [tgz] |
---|---|---|
author | Carlos Frias <cfrias@apigee.com> | Thu Sep 08 10:55:33 2016 -0400 |
committer | Carlos Frias <cfrias@apigee.com> | Thu Sep 08 10:55:33 2016 -0400 |
tree | fccd14b56ad70256f5ffe9c72de44720615d7441 |
initial commit
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 opdk-setup-default-settings:
Path to the Apigee setup script
apigee_setup:
Name of the installation profile to invoke
profile: ''
Path to the silent installation file
opdk_installation_config_file: ''
Version of OPDK to install
opdk_version: '4.16.09'
Email of the Apigee user
opdk_user_email: ''
Password of the Apigee user
opdk_user_pass: ''
This role depends on the following roles:
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: servers roles: - { role: username.rolename, x: 42 }
BSD
An optional section for the role authors to include contact information, or a website (HTML is not allowed).