Zack Williams | 13644cc | 2020-08-30 15:16:43 -0700 | [diff] [blame] | 1 | --- |
2 | # nsd tasks/OpenBSD.yml | ||||
3 | # | ||||
4 | # SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org> | ||||
5 | # SPDX-License-Identifier: Apache-2.0 | ||||
6 | |||||
Zack Williams | b7f2ab4 | 2021-03-15 22:26:41 -0700 | [diff] [blame] | 7 | # NSD installed in base |
8 | |||||
9 | - name: Set unbound arguments for use with service module | ||||
10 | set_fact: | ||||
11 | nsd_arguments: "-c /var/nsd/etc/nsd.conf" |