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
- Host: GitHub
- URL: https://github.com/devgateway/ansible-vendor-postgres
- Owner: devgateway
- Created: 2017-07-21T21:30:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-30T14:10:40.000Z (almost 7 years ago)
- Last Synced: 2025-07-23T13:00:10.533Z (10 months ago)
- Topics: ansible, ansible-role, postgres, postgresql, yum
- Size: 4.88 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.