An open API service indexing awesome lists of open source software.

https://github.com/cscfi/ansible-role-squid

Installing and configuring a squid proxy
https://github.com/cscfi/ansible-role-squid

Last synced: over 1 year ago
JSON representation

Installing and configuring a squid proxy

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/CSCfi/ansible-role-squid.svg)](https://travis-ci.org/CSCfi/ansible-role-squid)
ansible-role-squid
=========

Installs and configures a Squid proxy.

Requirements
------------

get this error?


{"failed": true}
msg: Destination /etc/squid not writable

Set "become: yes" on the host

Role Variables
--------------

See defaults/main.yml


internal_net: "10.0.0.0/8"
squid_extra_settings:
- "setting1"
- "setting2"

Dependencies
------------

Example Playbook
----------------

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
roles:
- { role: ansible-role-squid }

Required Ansible collections
----------------------------


community.general

License
-------

MIT

Author Information
------------------