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
- Host: GitHub
- URL: https://github.com/cscfi/ansible-role-squid
- Owner: CSCfi
- License: mit
- Created: 2015-09-17T09:26:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T07:37:24.000Z (about 2 years ago)
- Last Synced: 2025-01-07T12:24:27.522Z (over 1 year ago)
- Language: Dockerfile
- Size: 84 KB
- Stars: 9
- Watchers: 36
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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
------------------