uchida.docker

uchida.docker

Ansible Role Version License Travis

ansible role to install docker CE, community edition

Role Variables

docker_ce_version: '*'
docker_ce_channel: 'stable'
  • docker_ce_version is a variable to specify docker CE version, default is *, use available latest version.
  • docker_ce_channel is a variable to specify docker CE release channel, default is stable, a choice of ['stable', 'edge', 'test']

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  roles:
     - role: uchida.docker

License

CC0

dedicated to public domain, no rights reserved.

About

ansible role to install docker-ce

Install
ansible-galaxy install uchida.docker
GitHub repository
License
cc0-1.0
Downloads
6.2k