An open API service indexing awesome lists of open source software.

https://github.com/devgateway/ansible-vendor-postgres

Install Postgres from community YUM repos
https://github.com/devgateway/ansible-vendor-postgres

ansible ansible-role postgres postgresql yum

Last synced: about 1 month ago
JSON representation

Install Postgres from community YUM repos

Awesome Lists containing this project

README

          

# vendor-postgres

Install Postgres from community YUM repos.

## Role Variables

`pg_version` - desired Postgres version *as a string*. Make sure to quote it, so that YAML doesn't cast it to float, especially on versions like 10.0.

## Example Playbook

- hosts: postgres-servers
roles:
- role: vendor-postgres
pg_version: "10.0"

# License

GPL3+

# Author Information

Copyright 2017, Development Gateway.