Skip to content

A role which installs Squid on Ubutnu 16.04 & CentoOS 7

License

Notifications You must be signed in to change notification settings

shelleg/ansible-role-squid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role Squid

Installs latest squid on ubuntu 16.04 & CentOs 7

Example Playbook

install server only:

- hosts: squid-servers
  roles:
     - shelleg.squid

config clients -> see ansible-role-proxy-client

- hosts: squid-servers
  roles:
     - shelleg.squid
       squid_server_mode: false
       squid_proxy_port: 3148                # your custom proxy port

Default vars

squid_server_mode: true # install server
squid_proxy_port: 8080  # the defult sqiod listen port

License

MIT

Author Information

Haggai Philip Zagury -> Tikal Knowledge

About

A role which installs Squid on Ubutnu 16.04 & CentoOS 7

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published