Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/angristan/ansible-netdata

Simple Ansible role for Netdata
https://github.com/angristan/ansible-netdata

ansible ansible-role debian netdata ubuntu

Last synced: 2 days ago
JSON representation

Simple Ansible role for Netdata

Awesome Lists containing this project

README

        

# Ansible role for Netdata

This is a simple role that will install Netdata on Debian/Ubuntu from the [packgecloud APT repo](https://packagecloud.io/netdata/netdata).

## Installation

Add this to your `requirements.yml`:

```yml
- src: https://github.com/angristan/ansible-netdata
```

## Sample playbook

```yaml
---

- hosts: myhost
roles:
- name: netdata
tags: netdata
```