| commit | 9977910f8ca0e167f5f6c161831f0ebea35e2c61 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Tue Apr 10 13:10:02 2018 -0400 |
| committer | Carlos Frias <friasc@google.com> | Tue Apr 10 13:10:02 2018 -0400 |
| tree | b9431307e771460d999b3b444f8dd4970fdf598d | |
| parent | 8e43c4a560930e4b589577c1a119ae1cff95ac09 [diff] |
fixed logic for use of smtp
The purpose of this role is to construct a configuration file for the Apigee OPDK silent installer.
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.
Apigee silent installation configuration file
opdk_installation_config_file: "{{ opdk_installer_path }}/silent-install.conf"
Reference to the OPDK user name
opdk_user_name: ''
Reerence to the OPDK user group name
opdk_group_name: ''
Reference to an installation file that is provided by the user instead of the generated installation file.
provided_response_file: ''
This role depends on the following roles:
- hosts: servers
roles:
- { role: apigee-opdk-setup-silent-installation-config }
Apache License Version 2.0, January 2004
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.