Configure a system to use a Proxy Server
Available on Ansible Galaxy: isaackehle.proxy-setup
- hosts: all
vars:
proxy:
addr: my.fqdn
port: 3128
roles:
- isaackehle.proxy-setup
yamllint -c yamllint.yaml .
ansible-lint .
MIT