mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-30 11:15:42 +02:00
Update to 2023-07-03 00:00
This commit is contained in:
@@ -91,7 +91,6 @@ squid_base_acl:
|
||||
type: dstdomain
|
||||
items:
|
||||
- '"/etc/squid/acl/software_windows.domains"'
|
||||
- '"/etc/squid/acl/service_fws.domains"'
|
||||
- '"/etc/squid/acl/service_dbd.domains"'
|
||||
- '"/etc/squid/acl/service_various.domains"'
|
||||
- '"/etc/squid/acl/software_epel.domains"'
|
||||
|
@@ -1,3 +0,0 @@
|
||||
.firewall-services.com
|
||||
.fws.fr
|
||||
iptek.biz
|
@@ -1,2 +0,0 @@
|
||||
repo.firewall-services.com
|
||||
rpms.fws.fr
|
@@ -41,12 +41,6 @@ www.piwheels.org
|
||||
# Ruby
|
||||
api.rubygems.org
|
||||
|
||||
# Seadrive
|
||||
download.seadrive.org
|
||||
rpm.seadrive.org
|
||||
linux-clients.seafile.com
|
||||
s3.eu-central-1.amazonaws.com
|
||||
|
||||
# GLPI
|
||||
forge.glpi-project.org
|
||||
|
||||
@@ -255,6 +249,7 @@ www.zimbra.com
|
||||
openzal.org
|
||||
update.zextras.com
|
||||
download.zextras.com
|
||||
go.zextras.com
|
||||
|
||||
# ZFS On Linux
|
||||
download.zfsonlinux.org
|
||||
@@ -371,9 +366,6 @@ www.cloudflare.com
|
||||
static.metabase.com
|
||||
downloads.metabase.com
|
||||
|
||||
# Zimbra / Zextras
|
||||
go.zextras.com
|
||||
|
||||
# Zulip
|
||||
www.zulip.org
|
||||
packages.groonga.org
|
||||
@@ -393,3 +385,6 @@ releases.hashicorp.com
|
||||
|
||||
# Traefik plugins
|
||||
.plugin.pilot.traefik.io
|
||||
|
||||
# COPR repositories
|
||||
download.copr.fedorainfracloud.org
|
||||
|
@@ -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