mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 14:20:22 -07:00
Use semantic markup (modules m-n) (#6679)
* Use semantic markup. * Use option instead of alias. * Simplify. * Fix/improve nagios docs.
This commit is contained in:
parent
c694abbdf9
commit
b271dba4bf
24 changed files with 263 additions and 259 deletions
|
@ -31,23 +31,23 @@ options:
|
|||
type: str
|
||||
mac:
|
||||
description:
|
||||
- Specifies the I(mac) address to attach the nic tag to when not creating an I(etherstub).
|
||||
- Parameters I(mac) and I(etherstub) are mutually exclusive.
|
||||
- Specifies the O(mac) address to attach the nic tag to when not creating an O(etherstub).
|
||||
- Parameters O(mac) and O(etherstub) are mutually exclusive.
|
||||
type: str
|
||||
etherstub:
|
||||
description:
|
||||
- Specifies that the nic tag will be attached to a created I(etherstub).
|
||||
- Parameter I(etherstub) is mutually exclusive with both I(mtu), and I(mac).
|
||||
- Specifies that the nic tag will be attached to a created O(etherstub).
|
||||
- Parameter O(etherstub) is mutually exclusive with both O(mtu), and O(mac).
|
||||
type: bool
|
||||
default: false
|
||||
mtu:
|
||||
description:
|
||||
- Specifies the size of the I(mtu) of the desired nic tag.
|
||||
- Parameters I(mtu) and I(etherstub) are mutually exclusive.
|
||||
- Specifies the size of the O(mtu) of the desired nic tag.
|
||||
- Parameters O(mtu) and O(etherstub) are mutually exclusive.
|
||||
type: int
|
||||
force:
|
||||
description:
|
||||
- When I(state) is absent set this switch will use the C(-f) parameter and delete the nic tag regardless of existing VMs.
|
||||
- When O(state=absent) this switch will use the C(-f) parameter and delete the nic tag regardless of existing VMs.
|
||||
type: bool
|
||||
default: false
|
||||
state:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue