Project

General

Profile

Support #17790 » dhcp.yml

Alex Brodov, 12/20/2016 11:44 AM

 
---
# Can be true, false, or http/https to enable just one of the protocols
:enabled: http

# valid providers:
# - dhcp_isc (ISC dhcp server)
# - dhcp_native_ms (Microsoft native implementation)
# - dhcp_libvirt
:use_provider: dhcp_native_ms
#:server: 172.29.100.20
# subnets restricts the subnets queried to a subset, to reduce the query time.
#:subnets: [192.168.205.0/255.255.255.128, 192.168.205.128/255.255.255.128]
:subnets: [172.29.20.0/255.255.255.0]
(1-1/2)