ansible-infra/roles/deploy_systemd_resolved_config/defaults/main.yaml
lilly 58ced1a85e
All checks were successful
/ Ansible Lint (push) Successful in 2m28s
/ Ansible Lint (pull_request) Successful in 2m24s
add capability to disable systemd-resolved to base_config role
2026-05-01 00:16:43 +02:00

9 lines
252 B
YAML

---
deploy_systemd_resolved_config__enable: true
deploy_systemd_resolved_config__mode: "stub"
deploy_systemd_resolved_config__dns: [ ]
deploy_systemd_resolved_config__fallback_dns:
- "9.9.9.9"
- "149.112.112.112"
- "2620:fe::fe"
- "2620:fe::9"