This repository has been archived on 2026-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
Set-OPS/roles/client_dns/defaults/main.yml

10 lines
296 B
YAML
Raw Permalink Normal View History

---
client_dns_apply: false
client_dns_confirm: false
client_dns_zone: "{{ domaine_interne }}"
client_dns_search_domains:
- "{{ client_dns_zone }}"
client_dns_nameservers: []
client_dns_resolv_conf_path: "/etc/resolv.conf"
client_dns_resolv_conf_header: "Gere par Ansible Set-OPS - client_dns"