1
0
Fork 0
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:
Jerry Vonau 2020-05-08 23:46:24 -05:00
parent 7e79d691fc
commit c88312428f

View file

@ -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: