1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00
This commit is contained in:
A Holt 2017-10-27 13:51:20 -04:00 committed by GitHub
parent d38627f053
commit dfc0641e19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,7 +113,7 @@
- name: Execute the script that sets up userspace firewall
shell: iiab-gen-iptables
- name: Add squid to service list
- name: Add 'squid' to service list
ini_file: dest='{{ service_filelist }}'
section=squid
option='{{ item.option }}'
@ -122,7 +122,7 @@
- option: enabled
value: "{{ squid_enabled }}"
- name: Add DansGuardian to service list
- name: Add 'dansguardian' to service list
ini_file: dest='{{ service_filelist }}'
section=dansguardian
option='{{ item.option }}'
@ -131,7 +131,7 @@
- option: enabled
value: "{{ dansguardian_enabled }}"
- name: Add wondershaper to service list
- name: Add 'wondershaper' to service list
ini_file: dest='{{ service_filelist }}'
section=wondershaper
option='{{ item.option }}'