Repository URL to install this package:
|
Version:
1.0.0b1 ▾
|
---
# tasks file for ansible-netdata
- include: debian.yml
when: ansible_os_family == "Debian"
- include: redhat.yml
when: ansible_os_family == "RedHat"
- include: install.yml
- include: config.yml
when: netdata_config
- include: update.yml
when: netdata_update
- include: auto_updates.yml
when: netdata_auto_updates['enabled']
- include: uninstall.yml
when: netdata_uninstall
tags:
- netdata_uninstall