- Jinja 99.4%
- Dockerfile 0.4%
- Shell 0.2%
| defaults | ||
| handlers | ||
| meta | ||
| tasks | ||
| templates | ||
| tests | ||
| vars | ||
| .travis.yml | ||
| Dockerfile | ||
| LICENSE | ||
| playbook.yml | ||
| README.md | ||
| requirements.yml | ||
| setup_travis_tests.sh | ||
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
Requirements
Install required Ansible roles from requirements.yml
ansible-galaxy install -r requirements.yml
Role Variables
Dependencies
Referenace Requirements section
Example Playbook
License
MIT
Author Information
Larry Smith Jr.
Contributing
Contributions are welcome. The typical workflow is:
- Open an issue describing the change you'd like to make.
- Fork the repository (or create a feature branch if you have write access).
- Commit your changes with clear, descriptive messages.
- Open a pull request against the
masterbranch.
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.