Code Monkey home page Code Monkey logo

ansible-role-squid's Introduction

Role Name: squid

Build Status

Installs and allows flexible configuration of squid with parameterized variables.

Requirements

None.

Role Variables

All the sections in the squid configuration file /etc/squid/squid.conf template are parameterized with variables, to make the configuration as flexible as possible. The configuration sections are defined by the following variables:

Variable name Description
squid_acl_localnet ACLs for local networks
squid_acl_defaults Default ACLs
squid_acl_custom Custom ACLs
squid_http_access HTTP access permissions
squid_http_ports Squid http listen ports
squid_cache_peer Cache peers
squid_cache_peers_access Cache peers access
squid_cache_dir Disck cache directory
squid_coredump_dir Directory to leave coredumps
squid_refresh_patterns refresh_pattern entries

Dependencies

None.

Example Playbook

- hosts: servers
  roles:
    - role: squid
      squid_http_ports:
        - 3128
        - 80

License

GPLv2

Author Information

https://github.com/ichundu

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.