diff --git a/ansible/host_vars/gateway.yml b/ansible/host_vars/gateway.yml index c000b28e..e10243ad 100644 --- a/ansible/host_vars/gateway.yml +++ b/ansible/host_vars/gateway.yml @@ -67,7 +67,10 @@ dnsmasq_additional_conf: |- # UEFI boot dhcp-match=set:efi-x86_64,option:client-arch,7 dhcp-boot=tag:efi-x86_64,bootx64.efi - + + # Ignore queries for domain "marmila.com" + server=/marmila.com/ + #################### # ntp role variables ####################