Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cimon-io/ansible-role-postgresql-client


https://github.com/cimon-io/ansible-role-postgresql-client

ansible ansible-role postgresql-client

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

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

```yaml
postgresql_client_version: "9.6"
```

Postgresql-client package version which will be installed.

Dependencies
------------

None

Example Playbook
----------------

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

License
-------

MIT