mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-19 19:30: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
|
@ -46,7 +46,7 @@ options:
|
|||
type: str
|
||||
record:
|
||||
description:
|
||||
- Record to add or delete, supports wildcard (*). Default is C(@) (e.g. the zone name).
|
||||
- Record to add or delete, supports wildcard (V(*)). Default is V(@) (that is, the zone name).
|
||||
default: "@"
|
||||
aliases: [ name ]
|
||||
type: str
|
||||
|
@ -65,11 +65,11 @@ options:
|
|||
type: bool
|
||||
default: false
|
||||
description:
|
||||
- Whether the record should be the only one for that record type and record name. Only use with I(state=present).
|
||||
- Whether the record should be the only one for that record type and record name. Only use with O(state=present).
|
||||
- This will delete all other records with the same record name and type.
|
||||
priority:
|
||||
description:
|
||||
- Record priority. Required for I(type=MX).
|
||||
- Record priority. Required for O(type=MX).
|
||||
required: false
|
||||
type: int
|
||||
state:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue