Installs and configures go-carbon and carbonapi.
All roles of the collection should work without adding any custom configuration.
Collection tested on RockyLinux 8, Debian 12 and Ubuntu 22.04.
ansible-galaxy collection install tbauriedel.gographite
---
- hosts: graphing
become: true
collections: tbauriedel.gographite
roles:
- gocarbon
- carbonapi
Not all components of the go-graphite project are currently managed with that collection.
Also not every configuration possibility are implemented for the already existing roles.
New stuff will be added setp by step, wgen the need arises. If you want to use this ansible collection but something is missing, you are welcome to create a PR with the necessary settings!