bytepark.netdata

Build Status

ansible-netdata

This is an Ansible role that helps you install and set up Netdata.

Requirements

You need bash for this to work.

Role Variables

Check the defaults/main.yml file to see all the available variables and how to use them.

Dependencies

There are no dependencies.

Install from GitHub

In the root directory of your Ansible project, run: ansible-galaxy install git+https://github.com/bytepark/ansible-netdata.git,master

ℹ️ Add --force after the command to update your local role with the latest version from GitHub.

ℹ️ To use a different branch, just replace master with the branch name you want.

Example Playbook

- hosts: servers
  roles:
     - { role: bytepark.netdata }

Troubleshooting

If the Netdata service doesn't start, it may be due to file/folder permission problems. You can fix this by running the following commands on the host (not on your Ansible machine):

# Fixes issues starting the Netdata service:
chown -R netdata:root /var/lib/netdata
chown -R netdata:root /etc/netdata

License

MIT

Author Information

bytepark / 2019.

Contributors Information

Amir Moradi

Informazioni sul progetto

Ansible Role to install and configure netdata

Installa
ansible-galaxy install bytepark.netdata
Licenza
mit
Download
1.1k
Proprietario