vahubert.squid

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 }

License

MIT

Author Information

About

Installs and configures a squid proxy

Install
ansible-galaxy install vahubert.squid
GitHub repository
License
mit
Downloads
367