mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +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
|
- name: Execute the script that sets up userspace firewall
|
||||||
shell: iiab-gen-iptables
|
shell: iiab-gen-iptables
|
||||||
|
|
||||||
- name: Add squid to service list
|
- name: Add 'squid' to service list
|
||||||
ini_file: dest='{{ service_filelist }}'
|
ini_file: dest='{{ service_filelist }}'
|
||||||
section=squid
|
section=squid
|
||||||
option='{{ item.option }}'
|
option='{{ item.option }}'
|
||||||
|
@ -122,7 +122,7 @@
|
||||||
- option: enabled
|
- option: enabled
|
||||||
value: "{{ squid_enabled }}"
|
value: "{{ squid_enabled }}"
|
||||||
|
|
||||||
- name: Add DansGuardian to service list
|
- name: Add 'dansguardian' to service list
|
||||||
ini_file: dest='{{ service_filelist }}'
|
ini_file: dest='{{ service_filelist }}'
|
||||||
section=dansguardian
|
section=dansguardian
|
||||||
option='{{ item.option }}'
|
option='{{ item.option }}'
|
||||||
|
@ -131,7 +131,7 @@
|
||||||
- option: enabled
|
- option: enabled
|
||||||
value: "{{ dansguardian_enabled }}"
|
value: "{{ dansguardian_enabled }}"
|
||||||
|
|
||||||
- name: Add wondershaper to service list
|
- name: Add 'wondershaper' to service list
|
||||||
ini_file: dest='{{ service_filelist }}'
|
ini_file: dest='{{ service_filelist }}'
|
||||||
section=wondershaper
|
section=wondershaper
|
||||||
option='{{ item.option }}'
|
option='{{ item.option }}'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue