blob: 05d45036fcd3d5d262476f69a9bca2b56eedebfc [file] [log] [blame]
Zack Williams8296e472021-03-23 21:13:07 -07001---
2# unbound vars/OpenBSD.yml
3#
4# SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
5# SPDX-License-Identifier: Apache-2.0
6#
7# NOTE: Only put platform/OS-specific variables in this file.
8# Put all other variables in the 'defaults/main.yml' file.
9
10# config dir
11unbound_conf_dir: "/var/unbound/etc"
12
13# group with read permissions on config files
14unbound_groupname: "_unbound"
15
16# service name
17unbound_service: "unbound"