docker

ansible docker

Build Status

This Role installs Docker on your Debian/Ubuntu Server.

Import the gpg Key for the Repository.

Optional:

  • Add a User to docker group.
  • Specifie a docker-version to install and apt-pin it.

Example Playbook

- hosts: all
  roles:
    - role: ypsman.docker
      docker_version: "1.12.1"  # optional
      docker_user: LinuxUser
About

Setup Docker repository (with pinned version)and installs Docker

Install
ansible-galaxy install ypsman/ansible-docker
GitHub repository
License
Unknown
Downloads
1575
Owner