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

kevincoakley/ansible-role-citus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)