0.1.0-DEV-20200212-80132
------------------------ * INITIAL: - initial repo commit
This commit is contained in:
28
defaults/main/dhcpd_vars.yml
Normal file
28
defaults/main/dhcpd_vars.yml
Normal file
@ -0,0 +1,28 @@
|
||||
---
|
||||
dhcp_conf_file : /etc/dhcp/dhcpd.conf
|
||||
dhcp_conf_version : 1.0
|
||||
dhcp_conf_revision : 20200212-125405
|
||||
|
||||
|
||||
dhcp_ddns_style : none
|
||||
dhcp_authoritive : "True"
|
||||
|
||||
dhcp_domain_name: "thezengarden.net"
|
||||
|
||||
dhcp_default_lease : 86400
|
||||
dhcp_max_lease : 604800
|
||||
|
||||
|
||||
dhcp_subnet : 10.1.1.0
|
||||
dhcp_netmask : 255.255.255.0
|
||||
dhcp_router : 10.1.1.10
|
||||
dhcp_range_from : 10.1.1.161
|
||||
dhcp_range_to : 10.1.1.199
|
||||
dhcp_broadcast : 10.1.1.255
|
||||
dhcp_dns : 10.1.1.210
|
||||
|
||||
|
||||
# pxeboot stuff
|
||||
pxeboot_file : pxelinux.0
|
||||
pxeboot_server : 10.1.1.193
|
||||
|
Reference in New Issue
Block a user