Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.32 KB

README.md

File metadata and controls

50 lines (36 loc) · 1.32 KB

ansible-windows-docker

An Ansible role to install Docker on Windows - 2016

Requirements

Role Variables

Dependencies

Example Playbook

---
- 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

License

MIT

Author Information

Larry Smith Jr.