solar/bootstrap/playbooks/files/dnsmasq_pxe.conf
Evgeniy L 5da5f18760 Add option to boot slave using pxe into bootstrap image
This functionality is required in order to perform
partitioning/provisioning.
2015-10-09 21:02:38 +03:00

14 lines
274 B
Plaintext

# Specify interface for dhcp server
interface={{dhcp_interface}}
bind-interfaces
# Specify IP addresses range
dhcp-range={{dhcp_range_start}},{{dhcp_range_end}},12h
# Net boot file name
dhcp-boot=tag:!nopxe,pxelinux.0
# Configure tftp
enable-tftp
tftp-root={{tftp_root}}