https://github.com/dalee/ansible.install-postgresql96
https://github.com/dalee/ansible.install-postgresql96
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dalee/ansible.install-postgresql96
- Owner: Dalee
- Created: 2018-10-02T14:07:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-02T14:09:55.000Z (almost 8 years ago)
- Last Synced: 2025-04-10T20:50:46.303Z (over 1 year ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PostgreSQL 9.6
Install PostgreSQL 9.6 and create user, setup development and test database.
install only command-line tools:
```yaml
- hosts: localhost
connection: local
vars:
- postgresql_tools_only: yes
```