1.7 KiB
1.7 KiB
Netdata
Overview
A role to manage Netdata installation and configuration.
Role Variables
- netdata__base_packages : List of base packages in order to provide Netdata [default :
netdata
]. - netdata__install_recommends : If recommends packages should be install [default :
True
]. - netdata__deploy_state : The desired state this role should achieve. [default :
present
].
Example Playbook
- Use defaults vars :
- hosts: mynode.domain
roles:
- role: ipr-cnrs.netdata
tags: ['role::netdata', 'ipr']
Configuration
This role will :
- Install needed packages to provide
netdata
service.
Development
This source code comes from our Gogs instance and the Github repo exist just to be able to send the role to Ansible Galaxy…
But feel free to send issue/PR here :)
Thanks to this hook, Github automatically got updates from our Gogs instance :)
License
Author Information
Jérémy Gardais
- Source : on IPR's Gogs
- IPR (Institut de Physique de Rennes)