mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +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
|
dest: /etc/hosts.dnsmasq
|
||||||
when: dnsmasq_install and dnsmasq_enabled and (iiab_network_mode != "Appliance")
|
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
|
## Another way to skin the cat
|
||||||
##- name: Check if systemd service networkd-dispatcher is enabled
|
##- name: Check if systemd service networkd-dispatcher is enabled
|
||||||
## systemd:
|
## systemd:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue