https://github.com/zaiste/ansible-postgresql
Ansible role that installs PostgreSQL for Debian/Ubuntu from the official APT.
https://github.com/zaiste/ansible-postgresql
ansible ansible-role postgresql ubuntu
Last synced: about 2 months ago
JSON representation
Ansible role that installs PostgreSQL for Debian/Ubuntu from the official APT.
- Host: GitHub
- URL: https://github.com/zaiste/ansible-postgresql
- Owner: zaiste
- Created: 2016-08-05T19:53:49.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-07-04T10:11:21.000Z (about 8 years ago)
- Last Synced: 2025-02-10T09:31:11.774Z (over 1 year ago)
- Topics: ansible, ansible-role, postgresql, ubuntu
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ansible-postgresql
Ansible role that installs PostgreSQL for Ubuntu using the official APT. By
default it supports Ubuntu 18.04 (Bionic Beaver).
## Requirements
None.
## Role Variables
- `dist` defaults to `bionic`
- `databases` is a list; it defaults to `app` database owned by `app` user with `app` password (check the example playbook below)
## Dependencies
None.
## Example Playbook
```yml
- hosts: servers
roles:
- role: zaiste.postgresql
databases:
- name: app
owner: app
password: secr3t
extensions:
- hstore
- name: data
owner: app
extensions:
- hstore
- isn
```
## License
MIT / BSD
## Author Information
[Zaiste](http://zaiste.net) 2018