You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Carlos León cc0b88ff6c
Add Vagrantfile for testing locally
10 years ago
defaults Add support for Docker cluster store 10 years ago
files Add support for Docker cluster store 10 years ago
handlers Add tasks for installing Docker. 10 years ago
meta Bootstrap role. 10 years ago
tasks Add support for Docker cluster store 10 years ago
templates Add support for Docker cluster store 10 years ago
tests Add Vagrantfile for testing locally 10 years ago
vars Bootstrap role. 10 years ago
.gitignore Add Vagrantfile for testing locally 10 years ago
.travis.yml Fix role location in test 10 years ago
README.md Add build status image to README 10 years ago
Vagrantfile Add Vagrantfile for testing locally 10 years ago

README.md

Build Status

docker

Install Docker

Requirements

None

Role Variables

- vars:
  docker_rc: no # no by default. Set to yes to install the latest Docker version (release candidates and such)

Dependencies

None

Example Playbook

Install vanilla Docker

- hosts: servers
  roles:
     - mongrelion.docker

Install testing release of Docker

- hosts: servers
  roles:
     - { role: mongrelion.docker, docker_rc: yes }

License

MIT

Author Information

You can find me on Twitter: @mongrelion