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.
|
|
10 years ago | |
|---|---|---|
| defaults | 10 years ago | |
| files | 10 years ago | |
| handlers | 10 years ago | |
| meta | 10 years ago | |
| tasks | 10 years ago | |
| templates | 10 years ago | |
| tests | 10 years ago | |
| vars | 10 years ago | |
| .gitignore | 10 years ago | |
| .travis.yml | 10 years ago | |
| README.md | 10 years ago | |
| Vagrantfile | 10 years ago | |
README.md
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