ansible-roles/squid
Jérémy Lecour 6bada3aa70 squid: just reload when possible 2017-07-03 17:37:11 +02:00
..
defaults squid: add whitelist entries 2017-04-04 11:52:08 +02:00
files Let's Encrypt has many subdomains, let's whitelist them all 2017-05-19 21:35:51 +02:00
handlers squid: reload handler must be precise 2017-04-05 11:24:48 +02:00
meta Ansible >= 2.2 supported 2017-03-24 14:15:09 +01:00
tasks squid: just reload when possible 2017-07-03 17:37:11 +02:00
templates Squid: deal with Jessie and Stretch 2017-03-14 18:11:49 +01:00
tests Add tests for many roles 2017-05-18 15:44:21 +02:00
vars Squid: deal with Jessie and Stretch 2017-03-14 18:11:49 +01:00
.kitchen.yml Kitchen: Change base image to evolix/ansible 2017-06-02 08:38:08 -04:00
README.md squid: add whitelist entries 2017-04-04 11:52:08 +02:00

README.md

squid

Installation and configuration of Squid as an outgoing proxy.

Tasks

Everything is in the tasks/main.yml file.

A blank file is created at /etc/squid3/whitelist-custom.conf to add addresses in the whitelist.

Available variables

  • squid_address : IP address for internal/outgoing traffic (default: Ansible detected IPv4 address) ;
  • squid_whitelist_items : list of URL to add to the whitelist (default: []) ;
  • general_alert_email: email address to send various alert messages (default: root@localhost).
  • log2mail_alert_email: email address to send Log2mail messages to (default: general_alert_email).

The full list of variables (with default values) can be found in defaults/main.yml.