Updated existing changes
1 file changed
tree: 7f889b7f06d7cbeac8654f7cbd2ed735e49bfa9b
  1. defaults/
  2. handlers/
  3. meta/
  4. tasks/
  5. tests/
  6. vars/
  7. .gitignore
  8. LICENSE
  9. README.md
README.md

Apigee OPDK Setup Target Links

This role sets up a scaffolded apigee_home to redirect components and data to custom locations. This role will setup the target links if the target_links collection is provided.

Requirements

This role requires elevated system privilege.

Role Variables

The collection target_links is used for creating softlinks from apigee system folders to customer target locations.

target_links:
- { src: '/apps/opt/apigee', dest: '/opt/apigee' }

Dependencies

None

Example Playbook

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: apigee-opdk-setup-target-links }

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.