mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-21 01:41:25 -07:00
[PR #6679/b271dba4 backport][stable-7] Use semantic markup (modules m-n) (#6704)
Use semantic markup (modules m-n) (#6679)
* Use semantic markup.
* Use option instead of alias.
* Simplify.
* Fix/improve nagios docs.
(cherry picked from commit b271dba4bf
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
be0d207f90
commit
f583dbd2d3
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