An open API service indexing awesome lists of open source software.

https://github.com/dalee/ansible.install-postgresql96


https://github.com/dalee/ansible.install-postgresql96

Last synced: 6 months ago
JSON representation

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
```