doc: fixed list indentation for #Advanced Configuration > Global Variables

This commit is contained in:
NaeiKinDus 2024-01-06 00:00:00 +00:00
parent 0ebe1e620d
commit 79b21f6d4c
Signed by: WoodSmellParticle
GPG key ID: 8E52ADFF7CA8AE56

View file

@ -124,11 +124,11 @@ task venv -- ansible-galaxy collection init tooling
## Advanced Configuration ## Advanced Configuration
### Global variables ### Global variables
Global variables are defined in `inventory/group_vars/all/vars.yml` and are used in multiple roles and playbooks. Global variables are defined in `inventory/group_vars/all/vars.yml` and are used in multiple roles and playbooks.
`dns.type`: what type of DNS configuration should be performed; also works as a selector for type related parameters; - `dns.type`: what type of DNS configuration should be performed; also works as a selector for type related parameters;
`dns.default`: default type of DNS configuration to setup; will use the corresponding `dns.<type>` dictionary retrieve corresponding data; - `dns.default`: default type of DNS configuration to setup; will use the corresponding `dns.<type>` dictionary retrieve corresponding data;
`dns.udp`: IP addresses for basic DNS configuration; - `dns.udp`: IP addresses for basic DNS configuration;
`dns.dot`: IP addresses for DNS-over-TLS configuration; - `dns.dot`: IP addresses for DNS-over-TLS configuration;
`dns.doh`: IP addresses and HTTPS addresses for DNS-over-HTTPS configuration; - `dns.doh`: IP addresses and HTTPS addresses for DNS-over-HTTPS configuration;
## Notes ## Notes
***dir layout*** ***dir layout***