mirror of
https://github.com/zahodi/ansible-mikrotik.git
synced 2025-07-20 19:04:40 +02:00
update docstring for snmp
This commit is contained in:
parent
18616af9c2
commit
2e9470d232
1 changed files with 5 additions and 5 deletions
|
@ -27,8 +27,8 @@ options:
|
||||||
- sub endpoint for mikrotik snmp
|
- sub endpoint for mikrotik snmp
|
||||||
required: True
|
required: True
|
||||||
options:
|
options:
|
||||||
- netwatch
|
- community
|
||||||
- e-mail
|
- snmp
|
||||||
settings:
|
settings:
|
||||||
description:
|
description:
|
||||||
- All Mikrotik compatible parameters for this particular endpoint.
|
- All Mikrotik compatible parameters for this particular endpoint.
|
||||||
|
@ -43,10 +43,10 @@ EXAMPLES = '''
|
||||||
hostname: "{{ inventory_hostname }}"
|
hostname: "{{ inventory_hostname }}"
|
||||||
username: "{{ mt_user }}"
|
username: "{{ mt_user }}"
|
||||||
password: "{{ mt_pass }}"
|
password: "{{ mt_pass }}"
|
||||||
parameter: e-mail
|
parameter: community
|
||||||
settings:
|
settings:
|
||||||
address: 192.168.1.1
|
addresses: "192.168.1.0/24"
|
||||||
from: foo@bar.com
|
name: ansible_managed
|
||||||
'''
|
'''
|
||||||
|
|
||||||
from mt_common import clean_params, MikrotikIdempotent
|
from mt_common import clean_params, MikrotikIdempotent
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue