mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
settable at runtime
This commit is contained in:
parent
7e79d691fc
commit
c88312428f
1 changed files with 6 additions and 0 deletions
|
@ -60,6 +60,12 @@
|
|||
dest: /etc/hosts.dnsmasq
|
||||
when: dnsmasq_install and dnsmasq_enabled and (iiab_network_mode != "Appliance")
|
||||
|
||||
- name: Update /etc/dnsmasq.d/dnsmasq-iiab for custom dns setting
|
||||
template:
|
||||
src: network/dnsmasq-iiab
|
||||
dest: /etc/dnsmasq.d/dnsmasq-iiab
|
||||
when: dnsmasq_install
|
||||
|
||||
## Another way to skin the cat
|
||||
##- name: Check if systemd service networkd-dispatcher is enabled
|
||||
## systemd:
|
||||
|
|
Loading…
Reference in a new issue