ansible/roles/coller
Julien Riou 4c867292e6
Some checks failed
/ ansible-docsmith (push) Failing after 6s
Initial commit
Signed-off-by: Julien Riou <julien@riou.xyz>
2026-02-16 08:44:10 +01:00
..
defaults Initial commit 2026-02-16 08:44:10 +01:00
handlers Initial commit 2026-02-16 08:44:10 +01:00
meta Initial commit 2026-02-16 08:44:10 +01:00
tasks Initial commit 2026-02-16 08:44:10 +01:00
templates Initial commit 2026-02-16 08:44:10 +01:00
README.md Initial commit 2026-02-16 08:44:10 +01: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