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.
None
See defaults/main.yml and the example inventory below
None
- name: Install PG_PARTMAN for PostgreSQL 10
hosts: partman
become: yes
become_method: sudo
roles:
- ansible-role-pg-partman
tags:
- partman
BSD
Kevin Coakley (https://github.com/kevincoakley)