IaC: with Ansible role to install and configure (Linux)SNMP Agent
- Ansible for SNMP Agent
vagrant@localhost:~$ ansible-galaxy install wluisaraujo.snmpd
vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.snmpd/requirements.txt
- None
---
- hosts: localhost
vars:
- name: value
roles:
- snmpd
...