Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update computed_services.yml
  • Loading branch information
holta authored Oct 9, 2018
commit eaf81d0d6be5cce027883247e489d43ae6bf197d
16 changes: 13 additions & 3 deletions roles/network/tasks/computed_services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,21 @@
option: "{{ item.option }}"
value: "{{ item.value }}"
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 }}"
- option: dhcpd_enabled
value: "{{ dhcpd_enabled }}"
- option: dhcp_service2
value: "{{ dhcp_service2 }}"
- option: named_enabled
value: "{{ named_enabled }}"
- option: dnsmasq_enabled
value: "{{ dnsmasq_enabled }}"
- option: no_net_restart
value: "{{ no_net_restart }}"
# - option: no_net_restart
# value: "{{ no_net_restart }}"