blob: b1fd226e3add2293a9bbc6c4e03d4fb319a2efd4 [file] [log] [blame]
Zack Williamsba5549c2017-03-25 15:04:45 -07001---
2# dhcpd/defaults/main.yml
3
4dns_search: []
5dns_servers: []
6
7# http://serverfault.com/questions/40712/what-range-of-mac-addresses-can-i-safely-use-for-my-virtual-machines
8hwaddr_prefix: "c2a4"
9
10dhcpd_subnets: []
11
12# example dhcpd_subnets:
13#
14# dhcpd_subnets:
15# - interface: eth1
16# cidr: 192.168.200.1/24
17# dhcp_first: 129
18# dhcp_last: 254
19# tftp_server: 192.168.200.1
20# static_nodes:
21# - name: node1
22# ipv4_last_octet: 30
23# filename: boot.tftp
24# other_static:
25# - head_lxd_list
26
27