mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update computed_services.yml
This commit is contained in:
parent
65972dafbc
commit
eaf81d0d6b
1 changed files with 13 additions and 3 deletions
|
@ -56,11 +56,21 @@
|
||||||
option: "{{ item.option }}"
|
option: "{{ item.option }}"
|
||||||
value: "{{ item.value }}"
|
value: "{{ item.value }}"
|
||||||
with_items:
|
with_items:
|
||||||
- option: iiab_network_mode_applied
|
- option: dansguardian_enabled
|
||||||
|
value: "{{ dansguardian_enabled }}"
|
||||||
|
- option: squid_enabled
|
||||||
|
value: "{{ squid_enabled }}"
|
||||||
|
- option: wondershaper_enabled
|
||||||
|
value: "{{ wondershaper_enabled }}"
|
||||||
|
- option: iiab_network_mode(applied)
|
||||||
value: "{{ iiab_network_mode }}"
|
value: "{{ iiab_network_mode }}"
|
||||||
|
- option: dhcpd_enabled
|
||||||
|
value: "{{ dhcpd_enabled }}"
|
||||||
- option: dhcp_service2
|
- option: dhcp_service2
|
||||||
value: "{{ dhcp_service2 }}"
|
value: "{{ dhcp_service2 }}"
|
||||||
|
- option: 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…
Add table
Add a link
Reference in a new issue