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/clients_dns/defaults/main.yml

9 lines
302 B
YAML

---
clients_dns_apply: false
clients_dns_confirm: false
clients_dns_zone: "chezlepro.internal"
clients_dns_search_domains:
- "{{ clients_dns_zone }}"
clients_dns_nameservers: []
clients_dns_resolv_conf_path: "/etc/resolv.conf"
clients_dns_resolv_conf_header: "Gere par Ansible Set-OPS - clients_dns"