Zack Williams | 9fc21d7 | 2020-11-22 22:36:54 -0700 | [diff] [blame^] | 1 | --- |
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 | ||||
10 | dhcpd_interfaces: [] | ||||
11 | |||||
12 | # subnets to serve DHCP on | ||||
13 | dhcpd_subnets: [] | ||||
14 | |||||
15 | # default PXE filename | ||||
16 | dhcpd_pxe_filename: "undionly.kpxe" | ||||
17 | |||||
18 | ## tftpd config | ||||
19 | # files to copy to the TFTP server | ||||
20 | tftpd_files: [] |