]> arthur.barton.de Git - AnsibleRoles.git/commit
Add "zabbix-agent" role
authorAlexander Barton <alex@barton.de>
Wed, 21 Jan 2015 14:42:49 +0000 (15:42 +0100)
committerAlexander Barton <alex@barton.de>
Wed, 21 Jan 2015 14:42:49 +0000 (15:42 +0100)
commit662554c84f07271efd7e6f7d3a188db43b8e8a5d
tree554d39151fc00b8ccb07964a3cc94937e1394a30
parent350429524bea13d7ae9b7442b03c171a1682ac61
Add "zabbix-agent" role

This role downloads, installs, and configures the official
(non-Debian) Zabbix agent, see <http://www.zabbix.com/download.php>,
for Debian 7 "Wheezy".
roles/zabbix-agent/defaults/main.yml [new file with mode: 0644]
roles/zabbix-agent/handlers/main.yml [new file with mode: 0644]
roles/zabbix-agent/meta/main.yml [new file with mode: 0644]
roles/zabbix-agent/tasks/main.yml [new file with mode: 0644]
roles/zabbix-agent/templates/agent.conf.j2 [new file with mode: 0644]