mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
validate - prune dnsmasq
This commit is contained in:
parent
9be9644625
commit
12d239cb2b
4 changed files with 0 additions and 4 deletions
|
@ -5,7 +5,6 @@
|
|||
|
||||
- name: dnsmasq (install now, configure LATER in 'network', after Stage 9)
|
||||
include_tasks: roles/network/tasks/dnsmasq.yml
|
||||
#when: dnsmasq_install | bool
|
||||
|
||||
- name: Install uuid-runtime package (debuntu)
|
||||
package:
|
||||
|
|
|
@ -99,7 +99,6 @@ named_install: False
|
|||
named_enabled: False
|
||||
|
||||
# dnsmasq - handles DHCP and DNS
|
||||
dnsmasq_install: True
|
||||
dnsmasq_enabled: True
|
||||
|
||||
# Enable AFTER installing IIAB! Then run "cd /opt/iiab/iiab; ./iiab-network"
|
||||
|
|
|
@ -99,7 +99,6 @@ named_install: False
|
|||
named_enabled: False
|
||||
|
||||
# dnsmasq - handles DHCP and DNS
|
||||
dnsmasq_install: True
|
||||
dnsmasq_enabled: True
|
||||
|
||||
# Enable AFTER installing IIAB! Then run "cd /opt/iiab/iiab; ./iiab-network"
|
||||
|
|
|
@ -99,7 +99,6 @@ named_install: False
|
|||
named_enabled: False
|
||||
|
||||
# dnsmasq - handles DHCP and DNS
|
||||
dnsmasq_install: True
|
||||
dnsmasq_enabled: True
|
||||
|
||||
# Enable AFTER installing IIAB! Then run "cd /opt/iiab/iiab; ./iiab-network"
|
||||
|
|
Loading…
Reference in a new issue