Clone this repo:

Branches

  1. 304a73f Updated README.md file by Carlos Frias · 8 years ago master
  2. 23bca89 Updated existing changes by Carlos Frias · 8 years ago
  3. 4ea0027 Updated docs by Carlos Frias · 8 years ago
  4. 9977910 fixed logic for use of smtp by Carlos Frias · 8 years ago
  5. 8e43c4a updated smtp setting by Carlos Frias · 8 years ago

Apigee OPDK Silent Installation Config

The purpose of this role is to construct a configuration file for the Apigee OPDK silent installer.

Requirements

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.

Role Variables

Variable NameDescription
opdk_installation_config_fileApigee silent installation configuration file
opdk_user_nameReference to the OPDK user name
opdk_group_nameReference to the OPDK user group name
provided_response_fileReference to an installation file that is provided by the user instead of the generated installation file.

Dependencies

This role depends on the following roles:

  • apigee-opdk-setup-default-settings

Example Playbook

- hosts: servers
  roles:
     - { role: apigee-opdk-setup-silent-installation-config }

License

Apache 2.0

Author Information

Carlos Frias

Not Google Product Clause

This is not an officially supported Google product.

How to Contribute

We'd love to accept your patches and contributions to this project. Please review our guidelines.