blob: 41d87ff41e0054ecaf93ff642912741e79465cae [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 filename
dhcpd_pxe_filename: "undionly.kpxe"
## 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