Skip to content

Latest commit

 

History

History

postgresql_client

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Ansible Role: PostgreSQL-Client

Installs PostgreSQL client on Debian and Ubuntu servers.

Role Variables

Available variables can be found in defaults/main.yml

Example Playbook

    - hosts: all

      vars:
        postgresql_client_use_repo: true

      roles:
        - alphanodes.setup.postgresql_client