mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
refined
This commit is contained in:
parent
d38627f053
commit
dfc0641e19
1 changed files with 3 additions and 3 deletions
|
@ -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 }}'
|
||||
|
|
Loading…
Reference in a new issue