ansible-role-coller/README.md
Julien Riou 71e97a1819
fix(README): Remove inexistant db variable
Signed-off-by: Julien Riou <julien@riou.xyz>
2025-08-22 19:33:35 +02:00

837 B

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.

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