blob: 85dcc6dba56b50ccabc946a4ef336b2ec968e1d3 [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
Zack Williams5101b5f2022-05-17 13:30:01 -070015# default PXE and EFI TFTP delivered files
Zack Williams9fc21d72020-11-22 22:36:54 -070016dhcpd_pxe_filename: "undionly.kpxe"
Zack Williams5101b5f2022-05-17 13:30:01 -070017dhcpd_efi_filename: "snponly.efi"
Zack Williams9fc21d72020-11-22 22:36:54 -070018
19## tftpd config
20# files to copy to the TFTP server
21tftpd_files: []
Zack Williams98725e22021-03-18 10:21:26 -070022
23# Set this to listen on a specific non-default IP address. Only has effect on
24# OpenBSD TFTP server
25# tftpd_listen_ip: 10.0.0.1