Clone this repo:

Branches

  1. 2c9d353 Updated README.md file by Carlos Frias · 8 years ago master
  2. 6908c68 Updated existing changes by Carlos Frias · 8 years ago
  3. 70f51cb Restored home directory for apigee user. by Carlos Frias · 8 years ago
  4. 52a6e6d updated docs and task sequence by Carlos Frias · 8 years ago
  5. ae22a98 updated docs and task sequence by Carlos Frias · 8 years ago

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.