updated docs and task sequence
2 files changed
tree: d0a35d3e12a99fafba4e90d3e5866a9e6976e2f4
  1. defaults/
  2. handlers/
  3. meta/
  4. tasks/
  5. tests/
  6. vars/
  7. .gitignore
  8. CONTRIBUTION.md
  9. LICENSE
  10. 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

BSD

Author Information

An optional section for the role authors to include contact information, or a website (HTML is not allowed).

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.