Ansible Role snmp
This role installs and configures snmp.
Optional Role Variables
Variable |
Description |
Default Value |
---|---|---|
|
Sets the SNMPv1 + SNMPv2 readonly community. |
|
|
Sets the systemcontact information. |
|
|
Sets the location of the system. |
|
Example:
# optional
snmp__rocommunity: 'myreadonlycommunity'
snmp__syscontact: 'webmaster@example.com'
snmp__syslocation: 'Datacenter Zurich'