Ansible role to install and update netdata on Debian, Ubuntu and CentOS.
Ansible 2.2 or higher. Operating systems that use systemd as init system need the ansible systemd module.
netdata_install_dir: /opt/netdata
netdata_version: v1.8.0
Netdata dependencies are loaded from within the vars file per operating system family (Debian or RedHat). If you want to install the latest netdata release, specify HEAD as netdata_version.
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: all
roles:
- ymajik.netdata
MIT
ymajik