/ansible-role-docker

Ansible role to install Docker-CE on CentOS7

Build Status GitHub issues

docker-engine

Ansible role to install Docker as discribed on https://docs.docker.com/engine/installation/linux/centos/.

Additionally installs docker-compose version 1.9.0 using Pip to maintain compatibility with Ansible.

Role Variables

dockerengine_state

Determines the state this role leaves the docker service in when it's done. (started|stopped)
Default: started

dockerengine_enabled

Determines if the docker service should be enabled. (yes|no)
Default: yes