https://github.com/mikepruett3/ansible-role-snmpd
Ansible role to configure SNMP daemon on Linux Servers
https://github.com/mikepruett3/ansible-role-snmpd
ansible ansible-role snmp snmpv3
Last synced: 3 months ago
JSON representation
Ansible role to configure SNMP daemon on Linux Servers
- Host: GitHub
- URL: https://github.com/mikepruett3/ansible-role-snmpd
- Owner: mikepruett3
- License: mit
- Created: 2021-06-14T14:38:53.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-05T00:27:28.000Z (over 2 years ago)
- Last Synced: 2025-01-22T12:32:35.078Z (5 months ago)
- Topics: ansible, ansible-role, snmp, snmpv3
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ansible Role: SNMPD
=========Ansible role to configure SNMP daemon on Linux Servers.
Requirements
------------The role does not require anyting to run on RHEL and its derivatives.
Role Variables
--------------Available variables are listed below, along with default values (see ```defaults/main.yml```):
``` yaml
snmp_username: "username"
snmp_password: "password"
``````snmp_username``` **(Required)** The SNMPv3 username to configure.
```snmp_password``` **(Required)** The cooresponding password for the SNMPv3 username.
Role variables can be stored with the hosts.yaml file, or in the main variables file.
Dependencies
------------None.
Example Playbook
----------------``` yaml
- hosts: servers
roles:
- role: mikepruett3.snmpd
```License
-------MIT
Author Information
------------------Role created by [mikepruett3](https://github.com/mikepruett3) on [Github.com](https://github.com/mikepruett3/ansible-role-snmpd)