Installing and configuraion of the Zabbix agent. Uses packages from http://www.zabbix.com.
NOTE: gather_facts
must be set to yes
.
---
- hosts: all
remote_user: root
gather_facts: yes
roles:
- resmo.zabbix-agent
- resmo.zabbix-common (https://github.com/resmo/ansible-role-zabbix-common)
MIT
René Moser