| --- | |
| # dhcpd vars/OpenBSD.yml | |
| # | |
| # SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org> | |
| # SPDX-License-Identifier: Apache-2.0 | |
| # | |
| # NOTE: Only put platform/OS-specific variables in this file. | |
| # Put all other variables in the 'defaults/main.yml' file. | |
| dhcpd_service: "dhcpd" | |
| dhcpd_config_dir: "/etc" | |
| dhcpd_groupname: "wheel" | |
| tftpd_service: "tftpd" | |
| tftpd_groupname: "_tftpd" | |
| tftpd_boot_dir: "/var/tftpd" |