/ansible-role-squid

Primary LanguageJinjaGNU General Public License v3.0GPL-3.0

Ansible role to set up and manage Squid Proxy servers

This role provides a means to configure Squid HTTP proxy servers.

It will install Squid and configure it according to the settings available in [defaults/main.yml](the default files).

Usage

After fulfilling the requirements above this role can be used as follows:

  • Install the role (either from Galaxy or directly from GitHub)
  • Copy the defaults file to your inventory (or wherever you store them) and fill in the blanks
  • Add the role to your master playbook
  • Run Ansible
  • ???
  • Profit!