Skip to content

deasmi/ansible-netdata

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

ansible-netdata

Ansible role to install and configure Netdata

Requirements

Requires bash.

Role Variables

See defaults/main.yml for all available variables and there usage info.

Dependencies

No dependencies.

Install from github

In your ansible project's root, run: ansible-galaxy install git+https://github.com/bytepark/ansible-netdata.git,master

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

ℹ️ You can choose another branch by changing master to your desired branch.

Example Playbook

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

Troubleshooting

If netdata service cannot start, there might be a file/folder permission issue, fix it by running the following on the host (not on your ansible machine)

#Fixes netdata service start errors:
chown -R netdata:root /var/lib/netdata
chown -R netdata:root /etc/netdata

License

MIT

Author Information

bytepark / 2019.

Contributors Information

Amir Moradi

About

Ansible Role für Netdata

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 91.9%
  • Jinja 6.6%
  • Python 1.5%