diff --git a/README.md b/README.md index 8507eeb..674b37f 100644 --- a/README.md +++ b/README.md @@ -124,11 +124,11 @@ task venv -- ansible-galaxy collection init tooling ## Advanced Configuration ### Global variables 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.default`: default type of DNS configuration to setup; will use the corresponding `dns.` dictionary retrieve corresponding data; -`dns.udp`: IP addresses for basic DNS configuration; -`dns.dot`: IP addresses for DNS-over-TLS configuration; -`dns.doh`: IP addresses and HTTPS addresses for DNS-over-HTTPS configuration; +- `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.` dictionary retrieve corresponding data; +- `dns.udp`: IP addresses for basic DNS configuration; +- `dns.dot`: IP addresses for DNS-over-TLS configuration; +- `dns.doh`: IP addresses and HTTPS addresses for DNS-over-HTTPS configuration; ## Notes ***dir layout***