Zack Williams | 142f2b5 | 2020-11-22 19:35:44 -0700 | [diff] [blame^] | 1 | --- |
| 2 | # unbound vars/Debian.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 |
| 11 | unbound_conf_dir: "/etc/unbound" |
| 12 | |
| 13 | # group with read permissions on config files |
| 14 | unbound_groupname: "root" |
| 15 | |
| 16 | # service name |
| 17 | unbound_service: "unbound" |