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
- Host: GitHub
- URL: https://github.com/m4rcu5nl/ansible-role-docker
- Owner: m4rcu5nl
- Created: 2017-02-25T15:37:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-23T02:36:48.000Z (over 8 years ago)
- Last Synced: 2025-01-23T06:28:49.275Z (over 1 year ago)
- Topics: ansible-role, centos7, docker-ce
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/m4rcu5nl/ansible-role-docker) [](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