vahubert.squid

ansible-role-squid

This role installs and sets up a Squid proxy.

Requirements

If you see this error:

{"failed": true}
msg: Destination /etc/squid not writable

You need to add become: yes to the host configuration.

Role Variables

You can find the default variables in defaults/main.yml. Here are some examples:

internal_net: "10.0.0.0/8"
squid_extra_settings:
  - "setting1"
  - "setting2"

Dependencies

Make sure to check any dependencies required for this role.

Example Playbook

Here’s an example of how to use this role:

- hosts: servers
  roles:
    - { role: ansible-role-squid }

License

This project is licensed under the MIT License.

Author Information

Information about the author can be found here.

Informazioni sul progetto

Installs and configures a squid proxy

Installa
ansible-galaxy install vahubert.squid
Licenza
mit
Download
358
Proprietario