updated docs and task sequence
1 file changed
tree: 31bcf9d15c5b69986f16f0ea2b8d8e39e09da38b
  1. defaults/
  2. handlers/
  3. meta/
  4. tasks/
  5. tests/
  6. vars/
  7. .gitignore
  8. .travis.yml
  9. CONTRIBUTION.md
  10. LICENSE
  11. README.md
README.md

Apigee OPDK Setup Apigee user

This roles makes sure that the apigee user is setup on the system.

Requirements

This role requires elevated system privilege.

Role Variables

Variable NameDescription
opdk_user_nameThe name of the OPDK user. OPDK user is apigee. No other names are allowed.
opdk_group_nameThe group name of the OPDK user. The group name is apigee
opdk_group_createUsed to indicate that the group apigee should not be created. This is needed for those situations when the system admin chooses to manage the creation of the apigee group
opdk_installer_pathThe path used to stage installation files

Dependencies

This depends on the following roles:

  • apigee-opdk-setup-default-settings.

Example Playbook

- hosts: servers
  roles:
     - { role: apigee-opdk-setup-apigee-user }

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.