blob: 85dcc6dba56b50ccabc946a4ef336b2ec968e1d3 [file] [log] [blame]
---
# dhcpd defaults/main.yml
#
# SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
# SPDX-License-Identifier: Apache-2.0
## dhcpd config
# interfaces to listen on
dhcpd_interfaces: []
# subnets to serve DHCP on
dhcpd_subnets: {}
# default PXE and EFI TFTP delivered files
dhcpd_pxe_filename: "undionly.kpxe"
dhcpd_efi_filename: "snponly.efi"
## tftpd config
# files to copy to the TFTP server
tftpd_files: []
# Set this to listen on a specific non-default IP address. Only has effect on
# OpenBSD TFTP server
# tftpd_listen_ip: 10.0.0.1