Skip to content
Snippets Groups Projects
Commit 3cad590b authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

zabbix: add prerequisites for snmp features for zabbix

parent 8ec3446e
No related branches found
No related tags found
No related merge requests found
#
# As the snmp packages come without MIB files due to license reasons, loading
# of MIBs is disabled by default. If you added the MIBs you can reenable
# loaging them by commenting out the following line.
#mibs:
---
- name: ensure snmp software is installed
apt: name={{ item }} state=latest
with_items:
- snmp
- snmp-mibs-downloader
tags:
- snmp
- software
- name: ensure the correct snmp.conf is present
copy: src=snmp.conf dest=/etc/snmp/snmp.conf
tags:
- snmp
- config
- name: ensure the snmp MIB libs are present
command: download-mibsmibs
tags:
- snmp
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment