ansible_docker

Role Name

Installs Docker on Ubuntu 16.04

Requirements

Requires Ansible 2.0 or higher.

Role Variables

ansible_docker_user. If it is defined, then at the end of the install, the user will be added to the "docker" group. If it isn't, it'll fail fast

Dependencies

None.

Example Playbook

- hosts: foo
  vars:
    - install_docker: true
    - install_docker_compose: true
    - weave_install: true
    - ansible_docker_user: barbaz
  roles:
     - dieswaytoofast.ansible_docker_utils

License

BSD

Author Information

Mahesh Paolini-Subramanya (@dieswaytoofast)

About

Ansible role that installs Docker on Ubuntu Xenial.

Install
ansible-galaxy install dieswaytoofast/ansible_docker
GitHub repository
License
Unknown
Downloads
82
Owner
That Tall Bald Indian Guy...