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

Apigee OPDK Setup OS Postgres

This role performs system updates that are required for the use of PostgreSQL as a part of an Apigee platform.

Requirements

This role requires elevated system privilege.

Role Variables

The collection sysctl_pg is used to perform systctl.conf updates specific for the use of PostgreSQL as a part of the Apigee platform.

sysctl_pg:
- { name: 'kernel.sem', value: "500 32000 32 1024" }

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-os-postgres }

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.