Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevincoakley/ansible-role-postgres
https://github.com/kevincoakley/ansible-role-postgres
ansible ansible-role postgres postgresql
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kevincoakley/ansible-role-postgres
- Owner: kevincoakley
- Created: 2018-09-12T16:55:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-18T20:28:52.000Z (over 2 years ago)
- Last Synced: 2024-11-14T06:36:37.112Z (3 months ago)
- Topics: ansible, ansible-role, postgres, postgresql
- Homepage: https://galaxy.ansible.com/kevincoakley/postgres
- Size: 54.7 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ansible-role-postgres
=====================![](https://github.com/kevincoakley/ansible-role-postgres/workflows/Molecule%20Test/badge.svg)
Install Postgres 10, 11, 12, 13, 14, & 15. Tested with Postgres 10, 11, 12, 13, 14, & 15 and CentOS 8, Ubuntu 20.04 & Ubuntu 22.04.
Requirements
------------None
Role Variables
--------------See defaults/main.yml and the example inventory below
Dependencies
------------None
Example Playbook
----------------
- name: Postgres role
hosts: postgres
become: yes
become_method: sudo
vars:
- postgres_listen_addresses: "*"
- postgres_client_auth:
- type: host
database: all
user: all
address: 0.0.0.0/0
method: md5
- type: local
database: all
user: all
method: md5
roles:
- ansible-role-postgres
tags:
- postgresLicense
-------BSD
Author Information
------------------Kevin Coakley (https://github.com/kevincoakley)