Update to 2021-08-25 13:00

master
Daniel Berteaud 3 years ago
parent 326cb70ccb
commit 1fe5467513
  1. 2
      roles/matrix_synapse/defaults/main.yml
  2. 6
      roles/squid/defaults/main.yml

@ -1,7 +1,7 @@
--- ---
# Synapse version to deploy # Synapse version to deploy
synapse_version: 1.40.0 synapse_version: 1.41.0
# Should ansible handle Synapse upgrades ? If false, only initial install will be done # Should ansible handle Synapse upgrades ? If false, only initial install will be done
synapse_manage_upgrade: True synapse_manage_upgrade: True

@ -19,7 +19,7 @@ squid_nat_https_ports: [443,8006,8443]
squid_src_ip: "{{ squid_servers_ip + squid_workstations_ip + squid_admins_ip + squid_vip_ip + squid_guests_ip }}" squid_src_ip: "{{ squid_servers_ip + squid_workstations_ip + squid_admins_ip + squid_vip_ip + squid_guests_ip }}"
squid_safe_ports: [ 80, 443, 21 ] squid_safe_ports: [ 80, 443, 21 ]
squid_ssl_ports: [ 443, 8006, 8443 ] squid_ssl_ports: [ 443, 8006, 8007, 8443, 8448 ]
# Admin email displayed on denied and error pages # Admin email displayed on denied and error pages
# squid_admin_email: admin@example.com # squid_admin_email: admin@example.com
@ -192,7 +192,9 @@ squid_base_http_access:
match: "manager" match: "manager"
priority: 200 priority: 200
- policy: deny - policy: deny
match: "!safe_ports" match:
- "!connect"
- "!safe_ports"
priority: 300 priority: 300
- policy: deny - policy: deny
match: match:

Loading…
Cancel
Save