Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Latest commit

 

History

History
45 lines (29 loc) · 817 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 817 Bytes

ansible-role-pg-partman

Molecule Test

Installs the pg_partman partition management extension for PostgreSQL 10 - https://github.com/pgpartman/pg_partman . Tested with pg_partman 3.2.1 on CentOS 7.

Requirements

None

Role Variables

See defaults/main.yml and the example inventory below

Dependencies

None

Example Playbook

- name: Install PG_PARTMAN for PostgreSQL 10
  hosts: partman
  become: yes
  become_method: sudo

  roles:
    - ansible-role-pg-partman

  tags:
    - partman

License

BSD

Author Information

Kevin Coakley (https://github.com/kevincoakley)