43 lines
996 B
Markdown
43 lines
996 B
Markdown
|
# ansible-netdata
|
||
|
|
||
|
Ansible role to install/configure Netdata
|
||
|
|
||
|
## Build Status
|
||
|
|
||
|
### GitHub Actions
|
||
|
|
||
|
![Molecule Test](https://github.com/mrlesmithjr/ansible-netdata/workflows/Molecule%20Test/badge.svg)
|
||
|
|
||
|
### Travis CI
|
||
|
|
||
|
[![Build Status](https://travis-ci.org/mrlesmithjr/ansible-netdata.svg?branch=master)](https://travis-ci.org/mrlesmithjr/ansible-netdata)
|
||
|
|
||
|
## Requirements
|
||
|
|
||
|
For any required Ansible roles, review:
|
||
|
[requirements.yml](requirements.yml)
|
||
|
|
||
|
## Role Variables
|
||
|
|
||
|
[defaults/main.yml](defaults/main.yml)
|
||
|
|
||
|
## Dependencies
|
||
|
|
||
|
## Example Playbook
|
||
|
|
||
|
[playbook.yml](playbook.yml)
|
||
|
|
||
|
## License
|
||
|
|
||
|
MIT
|
||
|
|
||
|
## Author Information
|
||
|
|
||
|
Larry Smith Jr.
|
||
|
|
||
|
- [@mrlesmithjr](https://twitter.com/mrlesmithjr)
|
||
|
- [mrlesmithjr@gmail.com](mailto:mrlesmithjr@gmail.com)
|
||
|
- [http://everythingshouldbevirtual.com](http://everythingshouldbevirtual.com)
|
||
|
|
||
|
> NOTE: Repo has been created/updated using [https://github.com/mrlesmithjr/cookiecutter-ansible-role](https://github.com/mrlesmithjr/cookiecutter-ansible-role) as a template.
|