community.windows.win_snmp – Configures the Windows SNMP service¶
Note
This plugin is part of the community.windows collection (version 1.3.0).
To install it use: ansible-galaxy collection install community.windows
.
To use it in a playbook, specify: community.windows.win_snmp
.
Parameters¶
Examples¶
- name: Replace SNMP communities and managers
community.windows.win_snmp:
community_strings:
- public
permitted_managers:
- 192.168.1.2
action: set
- name: Replace SNMP communities and clear managers
community.windows.win_snmp:
community_strings:
- public
permitted_managers: []
action: set
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Michael Cassaniti (@mcassaniti)