blob: d0a5403e2a8878f207ff16d1cb35d0c24483a13b [file] [log] [blame]
Zack Williams9fc21d72020-11-22 22:36:54 -07001---
2# dhcpd defaults/main.yml
3#
4# SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
5# SPDX-License-Identifier: Apache-2.0
6
7## dhcpd config
8
9# interfaces to listen on
10dhcpd_interfaces: []
11
12# subnets to serve DHCP on
13dhcpd_subnets: []
14
15# default PXE filename
16dhcpd_pxe_filename: "undionly.kpxe"
17
18## tftpd config
19# files to copy to the TFTP server
20tftpd_files: []