1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Update squid.yml

This commit is contained in:
A Holt 2017-12-08 06:08:14 -05:00 committed by GitHub
parent 2a4b5fdb21
commit 46470e75bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,10 +82,11 @@
- include_tasks: roles/network/tasks/dansguardian.yml
when: dansguardian_install
- name: Add 'squid' to list of services at /etc/iiab/iiab.ini
# {{ proxy }} is normally "squid", but is "squid3" on raspbian-8 & debian-8
- name: Add '{{ proxy }}' to list of services at /etc/iiab/iiab.ini
ini_file:
dest: "{{ service_filelist }}"
section: squid
section: "{{ proxy }}"
option: "{{ item.option }}"
value: "{{ item.value }}"
with_items: