mrlesmithjr.postgresql
ansible-postgresql
An Ansible role to install/configure Postgresql
Build Status
GitHub Actions
Travis CI
Requirements
For any required Ansible roles, review: requirements.yml
If setting up replication:
defaults/main.yml
postgresql_config: true
postgresql_enable_replication: true
postgresql_listen_addresses:
- "*"
postgresql_replication:
interface: enp0s8
master: "{{ groups[postgresql_replication_group][0] }}"
user: repluser
postgresql_replication_group: postgres_replication
Role Variables
Dependencies
Example Playbook
License
MIT
Author Information
Larry Smith Jr.
NOTE: Repo has been created/updated using https://github.com/mrlesmithjr/cookiecutter-ansible-role as a template.
Install
ansible-galaxy install mrlesmithjr.postgresqlLicense
mit
Downloads
531
Owner
Sharing practical insights on virtualization, cloud, automation, and DevOps to help others build, automate, and innovate with confidence.
