mirror of
https://github.com/zahodi/ansible-mikrotik.git
synced 2025-07-21 03:14:53 +02:00
update docstring
This commit is contained in:
parent
a28e8d27c4
commit
20ac4fd7f2
1 changed files with 5 additions and 1 deletions
|
@ -9,7 +9,7 @@ short_description: Manage mikrotik interfaces
|
||||||
requirements:
|
requirements:
|
||||||
- mt_api
|
- mt_api
|
||||||
description:
|
description:
|
||||||
- manage settings on interfaces
|
- manage interfaces and settings
|
||||||
options:
|
options:
|
||||||
hostname:
|
hostname:
|
||||||
description:
|
description:
|
||||||
|
@ -30,6 +30,9 @@ options:
|
||||||
options:
|
options:
|
||||||
- ethernet
|
- ethernet
|
||||||
- vlan
|
- vlan
|
||||||
|
- bridge
|
||||||
|
- bridge port
|
||||||
|
- bridge settings
|
||||||
settings:
|
settings:
|
||||||
description:
|
description:
|
||||||
- All Mikrotik compatible parameters for this particular endpoint.
|
- All Mikrotik compatible parameters for this particular endpoint.
|
||||||
|
@ -38,6 +41,7 @@ options:
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- absent or present
|
- absent or present
|
||||||
|
required: Flase
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue