Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
---
# 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