1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update local_vars_medium.yml

This commit is contained in:
A Holt 2019-01-03 13:00:20 -05:00 committed by GitHub
parent 04492eee93
commit 2006881560
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,15 @@ services_externally_visible: True
# Make this True if client machines should have access to WAN/Internet: # Make this True if client machines should have access to WAN/Internet:
iiab_gateway_enabled: False iiab_gateway_enabled: False
# dnsmasq # dhcpd
dhcpd_install: False
dhcpd_enabled: False
# named (BIND)
named_install: False
named_enabled: False
# dnsmasq - handles DHCP and DNS
dnsmasq_install: True dnsmasq_install: True
dnsmasq_enabled: True dnsmasq_enabled: True