mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Update computed_services.yml
This commit is contained in:
parent
3693a2249b
commit
1f8c3f78cb
1 changed files with 3 additions and 3 deletions
|
@ -62,7 +62,7 @@
|
||||||
value: "{{ squid_enabled }}"
|
value: "{{ squid_enabled }}"
|
||||||
- option: wondershaper_enabled
|
- option: wondershaper_enabled
|
||||||
value: "{{ wondershaper_enabled }}"
|
value: "{{ wondershaper_enabled }}"
|
||||||
- option: iiab_network_mode(applied)
|
- option: iiab_network_mode_applied
|
||||||
value: "{{ iiab_network_mode }}"
|
value: "{{ iiab_network_mode }}"
|
||||||
- option: dhcpd_enabled
|
- option: dhcpd_enabled
|
||||||
value: "{{ dhcpd_enabled }}"
|
value: "{{ dhcpd_enabled }}"
|
||||||
|
@ -72,5 +72,5 @@
|
||||||
value: "{{ named_enabled }}"
|
value: "{{ named_enabled }}"
|
||||||
- option: dnsmasq_enabled
|
- option: dnsmasq_enabled
|
||||||
value: "{{ dnsmasq_enabled }}"
|
value: "{{ dnsmasq_enabled }}"
|
||||||
# - option: no_net_restart
|
- option: no_net_restart
|
||||||
# value: "{{ no_net_restart }}"
|
value: "{{ no_net_restart }}"
|
||||||
|
|
Loading…
Reference in a new issue