--- is_alpine: '{{ansible_facts["system"].lower() == "linux" and ansible_facts["distribution"].lower() == "alpine"}}' is_voidlinux: '{{ansible_facts["system"].lower() == "linux" and ansible_facts["distribution"].lower() == "void"}}' is_rhel: '{{ansible_facts["system"].lower() == "linux" and ansible_facts["os_family"].lower() == "redhat"}}' is_deb: '{{ansible_facts["system"].lower() == "linux" and ansible_facts["os_family"].lower() == "debian"}}' is_openbsd: '{{ansible_facts["system"].lower() == "openbsd"}}' # Overridden in other vars based on OS use_runit: false nsd_conf: /etc/nsd/nsd.conf zone_dir: /etc/nsd/zones zone_owner: root zone_group: nsd