| commit | fd9f6be93f17999782dbb0d678b762afe4678d4e | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Tue May 02 22:45:59 2017 -0400 |
| committer | Carlos Frias <friasc@google.com> | Tue May 02 22:45:59 2017 -0400 |
| tree | 99d81b6a431564dc9486a0c1862645e4a0c854b6 | |
| parent | eafd4e5f2ecc14ed1e051e71f139cf4d3ef3ae2f [diff] |
commented out code that is not used, will remove shortly
This roles makes sure that the apigee user and ssh keys is setup on the system.
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.
This role uses variables defined in the role apigee-opdk-setup-default-settings
This depends on the following roles:
- hosts: servers
roles:
- { role: apigee-opdk-setup-apigee-user }
Apache License Version 2.0, January 2004
Carlos Frias