infrastructure/ansible/roles/http_proxy/handlers/main.yml
Jake Howard 041f791b60
Add squid as a forwarding proxy so containers are exposed through a VPN
Implementation isn't perfect, but as `qbittorrent` already had an outbound VPN connection, it makes sense to just reuse it.
2022-11-06 18:26:09 +00:00

6 lines
85 B
YAML

- name: restart squid
service:
name: squid
state: restarted
become: true