Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.27 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.27 KB

Lint Molecule

ansible-collection-gographite

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.

Installation

ansible-galaxy collection install tbauriedel.gographite

Roles

  • gocarbon: Install and configure go-carbon
  • carbonapi Install and configure carbonapi

Example usage

---
- hosts: graphing
  become: true
  collections: tbauriedel.gographite
  roles:
    - gocarbon
    - carbonapi

Contribution

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!