doc: fixed list indentation for #Advanced Configuration > Global Variables
This commit is contained in:
parent
0ebe1e620d
commit
79b21f6d4c
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -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***
|
||||||
|
|
Loading…
Add table
Reference in a new issue