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

Latest commit

 

History

History
54 lines (35 loc) · 935 Bytes

README.md

File metadata and controls

54 lines (35 loc) · 935 Bytes

ansible-role-citus

Install Postgresql Citus Community Edition (single machine and clustered) - https://www.citusdata.com/ . Tested with Citus 8.3 on CentOS 7 and Ubuntu 18.04.

Requirements

None

Role Variables

See defaults/main.yml and the example inventory below

Dependencies

None

Example Playbook

- name: Install the Citus role
  hosts: citus
  become: yes
  become_method: sudo
   
  roles:
    - ansible-role-citus

  tags:
    - citus

Example Inventory

[citus]
system-1 citus_coordinator=True
system-2 citus_coordinator=False
system-3 citus_coordinator=False

License

BSD

Author Information

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