An Ansible role to install Docker on Windows - 2016
---
- hosts: windows_docker_hosts
roles:
- role: ansible-windows-docker
when: ansible_os_family == "Windows"
vars:
proxy_url: http://www.someproxy.com:80
proxy_username: someUsername
proxy_password: somePassword
MIT
Larry Smith Jr.
- @mrlesmithjr
- EverythingShouldBeVirtual
- mrlesmithjr.com
- mrlesmithjr [at] gmail.com