Skip to content

devgateway/ansible-vendor-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published