/ansible-proxy-setup

Enable a Proxy Server for a VM

Primary LanguageRubyMIT LicenseMIT

Ansible Role - proxy-setup

Configure a system to use a Proxy Server

Available on Ansible Galaxy: pgkehle.proxy-setup

Examples

  - hosts: all
  
    vars:
      proxy:
        addr:    my.fqdn
        port:    3128
        noproxy: 10.20.1.0/24
  
    roles:
      - ansible-proxy-setup

License

MIT

Author Information

Paul Kehle
@pgkehle (twitter, github, linkedin)

References