Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andif888/ansible-role-win-snmp
Role to install SNMP in Windows
https://github.com/andif888/ansible-role-win-snmp
ansible-role snmp windows
Last synced: about 1 month ago
JSON representation
Role to install SNMP in Windows
- Host: GitHub
- URL: https://github.com/andif888/ansible-role-win-snmp
- Owner: andif888
- Created: 2023-01-25T23:05:45.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-13T08:51:49.000Z (almost 2 years ago)
- Last Synced: 2024-11-11T23:33:33.807Z (3 months ago)
- Topics: ansible-role, snmp, windows
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ansible-role-win-snmp
Role to install SNMP in Windows
## Table of content
- [Default Variables](#default-variables)
- [win_snmp_auto_reboot](#win_snmp_auto_reboot)
- [win_snmp_firewall_apply](#win_snmp_firewall_apply)
- [win_snmp_firewall_open](#win_snmp_firewall_open)
- [win_snmp_firewall_rules](#win_snmp_firewall_rules)
- [Dependencies](#dependencies)
- [License](#license)
- [Author](#author)---
## Default Variables
### win_snmp_auto_reboot
automatically reboot when required
#### Default value
```YAML
win_snmp_auto_reboot: true
```### win_snmp_firewall_apply
#### Default value
```YAML
win_snmp_firewall_apply: true
```### win_snmp_firewall_open
apply firewall rules
### win_snmp_firewall_rules
list of firewall rules to allow
#### Default value
```YAML
win_snmp_firewall_rules:
- {name: SNMP UDP Port 161 In, direction: in, protocol: udp, localport: 161}
- {name: SNMP UDP Port 161 Out, direction: out, protocol: udp, localport: 161}
- {name: SNMPTRAP UDP Port 162 In, direction: in, protocol: udp, localport: 162}
- {name: SNMPTRAP UDP Port 162 Out, direction: out, protocol: udp, localport: 162}
```## Dependencies
None.
## License
license (GPL-2.0-or-later, MIT, etc)
## Author
andif888