mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
[PR #6677/3e0d84bd backport][stable-7] Use semantic markup (modules h-j) (#6706)
Use semantic markup (modules h-j) (#6677)
* Use semantic markup.
* Use 'ignore:' until a new version of antsibull-docs is released.
* 'ignore:' is no longer needed.
* E() now works better.
(cherry picked from commit 3e0d84bdda
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
92466e0dbd
commit
e968f89125
30 changed files with 202 additions and 202 deletions
|
@ -54,7 +54,7 @@ options:
|
|||
address:
|
||||
description:
|
||||
- The IP address for the A or AAAA record.
|
||||
- Required for I(type=A) or I(type=AAAA).
|
||||
- Required for O(type=A) or O(type=AAAA).
|
||||
type: str
|
||||
ttl:
|
||||
description:
|
||||
|
@ -80,38 +80,38 @@ options:
|
|||
port:
|
||||
description:
|
||||
- Sets the port of the SRV record.
|
||||
- Required for I(type=SRV).
|
||||
- Required for O(type=SRV).
|
||||
type: int
|
||||
target:
|
||||
description:
|
||||
- Sets the target of the SRV record.
|
||||
- Required for I(type=SRV).
|
||||
- Required for O(type=SRV).
|
||||
type: str
|
||||
order:
|
||||
description:
|
||||
- Sets the order of the NAPTR record.
|
||||
- Required for I(type=NAPTR).
|
||||
- Required for O(type=NAPTR).
|
||||
type: int
|
||||
preference:
|
||||
description:
|
||||
- Sets the preference of the NAPTR record.
|
||||
- Required for I(type=NAPTR).
|
||||
- Required for O(type=NAPTR).
|
||||
type: int
|
||||
flags:
|
||||
description:
|
||||
- Sets one of the possible flags of NAPTR record.
|
||||
- Required for I(type=NAPTR).
|
||||
- Required for O(type=NAPTR).
|
||||
type: str
|
||||
choices: ['S', 'A', 'U', 'P']
|
||||
service:
|
||||
description:
|
||||
- Sets the service of the NAPTR record.
|
||||
- Required for I(type=NAPTR).
|
||||
- Required for O(type=NAPTR).
|
||||
type: str
|
||||
replacement:
|
||||
description:
|
||||
- Sets the replacement of the NAPTR record.
|
||||
- Required for I(type=NAPTR).
|
||||
- Required for O(type=NAPTR).
|
||||
type: str
|
||||
username:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue