Ansible role to manage a coller instance
Find a file
Julien Riou 40e342e6b9
feat: Use release 1.0.0 by default
Signed-off-by: Julien Riou <julien@riou.xyz>
2025-08-28 17:01:20 +02:00
defaults feat: Use release 1.0.0 by default 2025-08-28 17:01:20 +02:00
handlers feat: First release 2025-08-22 19:31:43 +02:00
meta feat: First release 2025-08-22 19:31:43 +02:00
tasks feat: Use release 1.0.0 by default 2025-08-28 17:01:20 +02:00
templates feat: Use release 1.0.0 by default 2025-08-28 17:01:20 +02:00
LICENSE Initial commit 2025-08-22 07:06:43 +02:00
README.md feat: Use PostgreSQL 2025-08-26 13:02:15 +02:00

ansible-role-coller

Ansible role to manage a coller instance.

Installation

Clone the repository in your local Ansible roles directory:

git clone https://git.riou.xyz/jriou/ansible-role-coller.git ~/.ansible/roles/coller

See Storing and finding roles.

Configuration

See Variable precedence to find where you should put your own variables.

Then define at least coller_db_password with a strong and secure password, encrypted using ansible-vault.

See list of default variables.

Usage

Example of a basic coller.yml playbook:

- hosts: coller
  roles:
    - coller

Then run the playbook:

ansible-playbook coller.yml