/ansible-squid

A caching proxy for the Web supporting HTTP, HTTPS, FTP, and more.

Primary LanguageRubyMIT LicenseMIT

ansible-squid

Squid - a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more.

Platforms

Tunables

  • squid_user: (string) - Name of user.
  • squid_runtime_root: (string) - Directory for runtime.
  • squid_pidfile_path: (string) - Path to pidfile.
  • squid_listen_on_port: (integer) - Port that squid listens on.
  • squid_allow_access_to_ports: (integer) - Ports that squid has access to.
  • squid_allow_access_from_ips: (integer) - IPs that have access to squid.

Dependencies

Example Playbook

- hosts: servers
  roles:
     - role: telusdigital.squid

License

MIT

Contributors