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 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cimon-io/ansible-role-postgresql-client
- Owner: cimon-io
- Created: 2018-01-09T13:29:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-05T09:05:32.000Z (over 7 years ago)
- Last Synced: 2024-12-29T11:45:00.731Z (over 1 year ago)
- Topics: ansible, ansible-role, postgresql-client
- Size: 2.93 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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