Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/angristan/ansible-netdata
- Owner: angristan
- License: mit
- Created: 2020-05-12T19:46:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-12T19:47:01.000Z (over 4 years ago)
- Last Synced: 2025-01-19T22:16:16.445Z (5 days ago)
- Topics: ansible, ansible-role, debian, netdata, ubuntu
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```