/ansible-postgresql

Ansible PostgreSQL role

Primary LanguageHTMLBSD 2-Clause "Simplified" LicenseBSD-2-Clause

No Maintenance Intended

postgresql

Build Status

Installs PostgreSQL

Requirements

This role requires Ansible 1.9 or higher.

Role Variables

Name Default Description
postgresql_version 9.5 Version of PostgreSQL to install

Dependencies

None

Example Playbook

Install PostgreSQL

- hosts: all
  roles:
    - tkanemoto.postgresql

License

BSD

Author Information

Kevin Brebanov (original author) Takeshi Kanemoto