mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update enable_services.yml
This commit is contained in:
parent
04928693b1
commit
e5abe54373
1 changed files with 2 additions and 2 deletions
|
@ -48,13 +48,13 @@
|
||||||
enabled: no
|
enabled: no
|
||||||
when: not named_enabled and named_install
|
when: not named_enabled and named_install
|
||||||
|
|
||||||
- name: Install /etc/dnsmasq.conf from template, if dnsmasq_enabled
|
- name: Install /etc/dnsmasq.d/iiab.conf from template, when dnsmasq_enabled and isn't Appliance
|
||||||
template:
|
template:
|
||||||
src: network/dnsmasq.conf.j2
|
src: network/dnsmasq.conf.j2
|
||||||
dest: /etc/dnsmasq.d/iiab.conf
|
dest: /etc/dnsmasq.d/iiab.conf
|
||||||
when: dnsmasq_enabled and dnsmasq_install and (iiab_network_mode != "Appliance")
|
when: dnsmasq_enabled and dnsmasq_install and (iiab_network_mode != "Appliance")
|
||||||
|
|
||||||
- name: Remove /etc/dnsmasq.d/iiab.conf when not dnsmasq_enabled or is Appliance
|
- name: Remove /etc/dnsmasq.d/iiab.conf, when not dnsmasq_enabled or is Appliance
|
||||||
file:
|
file:
|
||||||
path: /etc/dnsmasq.d/iiab.conf
|
path: /etc/dnsmasq.d/iiab.conf
|
||||||
state: absent
|
state: absent
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue