Installs and configures a Squid proxy.
get this error?
{"failed": true} msg: Destination /etc/squid not writable
Set "become: yes" on the host
See defaults/main.yml
internal_net: "10.0.0.0/8" squid_extra_settings: - "setting1" - "setting2"
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 }
community.general
MIT