deploy zabbix agents on debian (linux) nodes using ansible
Zabbix Agent Version 3.0
git clone https://github.com/kayemk/deploy-zabbix-agent.git
cd deploy-zabbix-agent
ansible 2.1 at least as control node
- Activate ssh connection for root user.
- Modify hosts.ini and if needed ansible.cfg. Don't modify the
gather_facts
because they are needed for hostname validation on zabbix_agentd.conf. - After that you're good to go.
ansible-playbook site.yml --ask-pass
- Deactivate ssh connection for root user.