Skip to content

pauvos/ansible-role-docker-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: docker-engine Build Status

Installs docker-ce with official packages from download.docker.com.

Tested with:

  • CentOS 7
  • Debian 8
  • Fedora 24
  • Ubuntu 16.04

Install

ansible-galaxy install pauvos.docker_engine

Example Playbook

---
- hosts: docker-hosts
  become: true
  roles:
    - { role: pauvos.docker_engine }

Role Variables

Available variables are listed below, along with default values:

docker_engine_cache_valid_time: 84600   # cache_valid_time for apt

About

Installs docker-engine with official packages from dockerproject.org.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •