summaryrefslogtreecommitdiff
path: root/vars/main.yml
blob: 8e4dbe561314d76d087bcf521033f6c5fc335c62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
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