Migrated from github.com/shafiqalibhai/ansible-netdata
  • Jinja 99.4%
  • Dockerfile 0.4%
  • Shell 0.2%
Find a file
2026-04-27 22:56:02 +00:00
defaults Resolved Ubuntu 18.04 install 2018-04-30 10:07:31 -04:00
handlers first commit 2017-04-28 19:11:24 -04:00
meta Added Debian Stretch as supported distro 2018-04-30 01:04:28 -04:00
tasks Resolved Ubuntu 18.04 install 2018-04-30 10:07:31 -04:00
templates Resolves #10 2018-04-14 22:27:34 -04:00
tests Implemented new Travis-CI testing 2018-04-30 00:22:00 -04:00
vars first commit 2017-04-28 19:11:24 -04:00
.travis.yml Resolved Ubuntu 18.04 install 2018-04-30 10:07:31 -04:00
Dockerfile Add Dockerfile: ansible runner image with this role pre-installed 2026-04-27 22:56:02 +00:00
LICENSE Create LICENSE 2018-03-19 23:35:10 -04:00
playbook.yml Split example playbook out into it's own file w/reference in README 2018-03-19 23:33:45 -04:00
README.md Update README with comprehensive project information 2026-04-27 20:32:43 +00:00
requirements.yml first commit 2017-04-28 19:11:24 -04:00
setup_travis_tests.sh Implemented new Travis-CI testing 2018-04-30 00:22:00 -04:00

ansible-netdata

Overview

Table of Contents generated with DocToc

Detected project type: Ansible role.

This repository was migrated from upstream source github.com/shafiqalibhai/ansible-netdata and is preserved here for archival, reference, or continued local development.

At a glance

  • Default branch: master
  • Visibility: public
  • Size: 84 KB
  • Created: 2026-04-27
  • Last updated: 2026-04-27
  • Stars / Forks / Open issues: 0 / 0 / 0
  • License: MIT

Languages

Language Bytes Share
Jinja 173,208 bytes 99.8%
Shell 377 bytes 0.2%

Repository structure

  • defaults/
  • handlers/
  • meta/
  • tasks/
  • templates/
  • tests/
  • vars/
  • .travis.yml (2,120 B)
  • LICENSE (1,072 B)
  • playbook.yml (976 B)
  • README.md (1,413 B)
  • requirements.yml (127 B)
  • setup_travis_tests.sh (377 B)

Getting started

Clone the repository:

git clone https://forgejo.deployview.com/ssa/ansible-netdata.git
cd ansible-netdata

Installation

ansible-galaxy install -r requirements.yml
ansible-playbook playbook.yml

Usage

Include this role/collection in a playbook and run with ansible-playbook. See defaults/main.yml (if present) for configurable variables.

Original README

The content below is preserved from the previous README. Headings have been demoted so they don't compete with the new top-level sections.

Table of Contents generated with DocToc

Role Name

An Ansible role to install/configure Netdata

Build Status

Build Status

Requirements

Install required Ansible roles from requirements.yml

ansible-galaxy install -r requirements.yml

Role Variables

defaults/main.yml

Dependencies

Referenace Requirements section

Example Playbook

playbook.yml

License

MIT

Author Information

Larry Smith Jr.

Contributing

Contributions are welcome. The typical workflow is:

  1. Open an issue describing the change you'd like to make.
  2. Fork the repository (or create a feature branch if you have write access).
  3. Commit your changes with clear, descriptive messages.
  4. Open a pull request against the master branch.

Please follow the existing code style and include tests or reproduction steps where relevant.

License

This project is licensed under the MIT license. See the LICENSE file for the full text.

Repository

  • Browse: https://forgejo.deployview.com/ssa/ansible-netdata
  • Clone (HTTPS): https://forgejo.deployview.com/ssa/ansible-netdata.git
  • Clone (SSH): ssh://git@forgejo.deployview.com:30143/ssa/ansible-netdata.git
  • Upstream / origin: github.com/shafiqalibhai/ansible-netdata

This README was generated automatically based on repository metadata, contents, and any prior README content. Edit any section above to add project-specific detail.