mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-31 03:35:45 +02:00
Update to 2023-07-03 00:00
This commit is contained in:
@@ -94,6 +94,14 @@
|
||||
notify: reload squid
|
||||
tags: proxy
|
||||
|
||||
- name: Remove obsolete acl files
|
||||
file: path=/etc/squid/acl/{{ item }} state=absent
|
||||
loop:
|
||||
- software_fws.domains
|
||||
- service_fws.domains
|
||||
notify: reload squid
|
||||
tags: proxy
|
||||
|
||||
- name: Deploy local white and blacklists
|
||||
template: src={{ item }}.j2 dest=/etc/squid/acl/{{ item }}
|
||||
with_items:
|
||||
|
Reference in New Issue
Block a user