mrlesmithjr.postgresql

ansible-postgresql

An Ansible role to install/configure Postgresql

Build Status

GitHub Actions

Molecule Test

Travis CI

Build Status

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

defaults/main.yml

Dependencies

Example Playbook

playbook.yml

License

MIT

Author Information

Larry Smith Jr.

NOTE: Repo has been created/updated using https://github.com/mrlesmithjr/cookiecutter-ansible-role as a template.

About

An Ansible role to install/configure Postgresql

Install
ansible-galaxy install mrlesmithjr.postgresql
GitHub repository
License
mit
Downloads
531
Owner
Sharing practical insights on virtualization, cloud, automation, and DevOps to help others build, automate, and innovate with confidence.