[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:
patchback[bot] 2023-06-15 19:04:36 +02:00 committed by GitHub
parent 92466e0dbd
commit e968f89125
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 202 additions and 202 deletions

View file

@ -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: