Role Name

An Ansible role to install/configure SNMPD

Build Status

Build Status

Requirements

None

Role Variables

---
# defaults file for ansible-snmpd
snmpd_config: true
snmpd_enable: true

# Define read-only snmpd settings
snmpd_authorized_networks: []
#  - network: 10.0.101.0/24
#    community: example

snmpd_sysLocation: "Sitting on the Dock of the Bay"
snmpd_sysContact: "Me <me@example.org>"

Dependencies

None

Example Playbook

- hosts: all
  become: true
  vars:
  roles:
    - role: ansible-snmpd
  tasks:

License

BSD

Author Information

Larry Smith Jr.