An open API service indexing awesome lists of open source software.

https://github.com/m4rcu5nl/ansible-role-docker

Ansible role to install Docker-CE on CentOS7
https://github.com/m4rcu5nl/ansible-role-docker

ansible-role centos7 docker-ce

Last synced: over 1 year ago
JSON representation

Ansible role to install Docker-CE on CentOS7

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/m4rcu5nl/ansible-role-docker.svg?branch=master)](https://travis-ci.org/m4rcu5nl/ansible-role-docker) [![GitHub issues](https://img.shields.io/github/issues/m4rcu5nl/ansible-role-docker.svg)](https://github.com/m4rcu5nl/ansible-role-docker/issues)

docker-engine
=========

Ansible role to install Docker as discribed on [https://docs.docker.com/engine/installation/linux/centos/](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