Skip to content

cimon-io/ansible-role-postgresql-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PostgreSQL-Client role

An ansible role that installs postgresql-client package.

Requirements

None

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml):

postgresql_client_version: "9.6"

Postgresql-client package version which will be installed.

Dependencies

None

Example Playbook

- hosts: servers
  roles:
    - role: postgresql-client
      postgresql_client_version: 9.6

License

MIT