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

kevincoakley/ansible-role-pg-partman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)