blob: aa86f49b152b5122af0fe41a92e07e827c784c49 [file] [log] [blame]
Zack Williams98725e22021-03-18 10:21:26 -07001---
2# dhcpd 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
10dhcpd_service: "dhcpd"
11dhcpd_config_dir: "/etc"
12dhcpd_groupname: "wheel"
13
14tftpd_service: "tftpd"
15tftpd_groupname: "_tftpd"
Zack Williams7f58df02021-09-14 13:49:57 -070016tftpd_boot_dir: "/var/tftpd"