Skip to content

CSCfi/ansible-role-squid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status 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