Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cimon-io/ansible-role-postgresql-client
- Owner: cimon-io
- Created: 2018-01-09T13:29:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-05T09:05:32.000Z (about 6 years ago)
- Last Synced: 2024-11-07T20:51:10.728Z (3 months 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