Dalee / ansible.install-postgresql96

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PostgreSQL 9.6

Install PostgreSQL 9.6 and create user, setup development and test database.

install only command-line tools:

- hosts: localhost
  connection: local
  vars:
    - postgresql_tools_only: yes

About