parent
75ca8eb42f
commit
372b896ed1
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue