Clone this repo:

Branches

  1. a8d46d2 Updated README.md file by Carlos Frias · 7 years ago master
  2. 651ec56 Updated existing changes by Carlos Frias · 7 years ago
  3. d172236 Updates to docs and sequence of role invocations. by Carlos Frias · 7 years ago
  4. d424087 Updated README.md file by Carlos Frias · 7 years ago
  5. 9dedac0 Updated README.md file by Carlos Frias · 7 years ago

Apigee OPDK Common OS Setup

This roles sets up operating system packages and configs with common tools used by system admins to carry out diagnostic and troubleshooting. This role builds on the bare bones setup performed by apigee-opdk-setup-os-minimum.

Requirements

This role requires elevated system privilege.

Role Variables

The collection os_packages contains a list of the systems packages installed by this role:

os_packages:
- lsof
- nc
- dos2unix
- tcpdump
- telnet
- vim
- tree

Dependencies

None

Example Playbook

- hosts: servers
  roles:
     - { role: apigee-opdk-setup-os-common }

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.