zen_dhcpd/defaults/main/dhcpd_vars.yml
Chris Hammer 616cb434f0 0.1.0-DEV-20200212-80132
------------------------
    * INITIAL:
      - initial repo commit
2020-02-12 08:01:10 -05:00

29 lines
534 B
YAML

---
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