[PR #10409/a36ad54b backport][stable-10] doc style adjustments: modules i* (#10410)

doc style adjustments: modules i* (#10409)

(cherry picked from commit a36ad54b53)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2025-07-14 15:34:36 +02:00 committed by GitHub
commit 003f9e498e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 305 additions and 306 deletions

View file

@ -45,33 +45,31 @@ options:
- Manage DNS record name with this value.
- Mutually exclusive with O(record_values), and exactly one of O(record_value) and O(record_values) has to be specified.
- Use O(record_values) if you need to specify multiple values.
- In the case of V(A) or V(AAAA) record types, this will be the IP address.
- In the case of V(A6) record type, this will be the A6 Record data.
- In the case of V(CNAME) record type, this will be the hostname.
- In the case of V(DNAME) record type, this will be the DNAME target.
- In the case of V(NS) record type, this will be the name server hostname. Hostname must already have a valid A or AAAA
record.
- In the case of V(PTR) record type, this will be the hostname.
- In the case of V(TXT) record type, this will be a text.
- In the case of V(SRV) record type, this will be a service record.
- In the case of V(MX) record type, this will be a mail exchanger record.
- In the case of V(SSHFP) record type, this will be an SSH fingerprint record.
- In the case of V(A) or V(AAAA) record types, this is the IP address.
- In the case of V(A6) record type, this is the A6 Record data.
- In the case of V(CNAME) record type, this is the hostname.
- In the case of V(DNAME) record type, this is the DNAME target.
- In the case of V(NS) record type, this is the name server hostname. Hostname must already have a valid A or AAAA record.
- In the case of V(PTR) record type, this is the hostname.
- In the case of V(TXT) record type, this is a text.
- In the case of V(SRV) record type, this is a service record.
- In the case of V(MX) record type, this is a mail exchanger record.
- In the case of V(SSHFP) record type, this is an SSH fingerprint record.
type: str
record_values:
description:
- Manage DNS record name with this value.
- Mutually exclusive with O(record_value), and exactly one of O(record_value) and O(record_values) has to be specified.
- In the case of V(A) or V(AAAA) record types, this will be the IP address.
- In the case of V(A6) record type, this will be the A6 Record data.
- In the case of V(CNAME) record type, this will be the hostname.
- In the case of V(DNAME) record type, this will be the DNAME target.
- In the case of V(NS) record type, this will be the name server hostname. Hostname must already have a valid A or AAAA
record.
- In the case of V(PTR) record type, this will be the hostname.
- In the case of V(TXT) record type, this will be a text.
- In the case of V(SRV) record type, this will be a service record.
- In the case of V(MX) record type, this will be a mail exchanger record.
- In the case of V(SSHFP) record type, this will be an SSH fingerprint record.
- In the case of V(A) or V(AAAA) record types, this is the IP address.
- In the case of V(A6) record type, this is the A6 Record data.
- In the case of V(CNAME) record type, this is the hostname.
- In the case of V(DNAME) record type, this is the DNAME target.
- In the case of V(NS) record type, this is the name server hostname. Hostname must already have a valid A or AAAA record.
- In the case of V(PTR) record type, this is the hostname.
- In the case of V(TXT) record type, this is a text.
- In the case of V(SRV) record type, this is a service record.
- In the case of V(MX) record type, this is a mail exchanger record.
- In the case of V(SSHFP) record type, this is an SSH fingerprint record.
type: list
elements: str
record_ttl: