|
|
@ -46,9 +46,9 @@ EXAMPLES = r'''
|
|
|
|
tasks:
|
|
|
|
tasks:
|
|
|
|
- name: Replace SNMP communities and managers
|
|
|
|
- name: Replace SNMP communities and managers
|
|
|
|
win_snmp:
|
|
|
|
win_snmp:
|
|
|
|
communities:
|
|
|
|
community_strings:
|
|
|
|
- public
|
|
|
|
- public
|
|
|
|
managers:
|
|
|
|
permitted_managers:
|
|
|
|
- 192.168.1.2
|
|
|
|
- 192.168.1.2
|
|
|
|
action: set
|
|
|
|
action: set
|
|
|
|
|
|
|
|
|
|
|
@ -56,9 +56,9 @@ EXAMPLES = r'''
|
|
|
|
tasks:
|
|
|
|
tasks:
|
|
|
|
- name: Replace SNMP communities and clear managers
|
|
|
|
- name: Replace SNMP communities and clear managers
|
|
|
|
win_snmp:
|
|
|
|
win_snmp:
|
|
|
|
communities:
|
|
|
|
community_strings:
|
|
|
|
- public
|
|
|
|
- public
|
|
|
|
managers: []
|
|
|
|
permitted_managers: []
|
|
|
|
action: set
|
|
|
|
action: set
|
|
|
|
'''
|
|
|
|
'''
|
|
|
|
|
|
|
|
|
|
|
|