blob: cd96479a1a783426f7a1635f373a743778065b33 [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
Zack Williams7f58df02021-09-14 13:49:57 -070013dhcpd_subnets: {}
Zack Williams9fc21d72020-11-22 22:36:54 -070014
15# default PXE filename
16dhcpd_pxe_filename: "undionly.kpxe"
17
18## tftpd config
19# files to copy to the TFTP server
20tftpd_files: []
Zack Williams98725e22021-03-18 10:21:26 -070021
22# Set this to listen on a specific non-default IP address. Only has effect on
23# OpenBSD TFTP server
24# tftpd_listen_ip: 10.0.0.1