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.
 
 
Bruce Becker f3fc19356c
Merge branch 'master' of https://github.com/mongrelion/ansible-role-docker
10 years ago
defaults Add support for docker-py module 10 years ago
files Add support for Debian Jessie 10 years ago
handlers changing the format - no substantive changes made 10 years ago
meta Add support for Debian Jessie 10 years ago
tasks Merge branch 'master' of https://github.com/mongrelion/ansible-role-docker 10 years ago
templates Rename clusterstore variable to docker_clustertore 10 years ago
tests Rename clusterstore variable to docker_clustertore 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 Remove support for docker_rc 10 years ago
Vagrantfile Add support for Debian Jessie 10 years ago

README.md

Build Status

docker

Install Docker

Requirements

None

Role Variables

None

Dependencies

None

Example Playbook

Install Docker

- hosts: servers
  roles:
     - mongrelion.docker

Testing

For development, we use Vagrant. Bring the VM up with

$ vagrant up

This will automatically run the playbooks against the virtual machine once it's up.
After making changes to any playbook, you can test the provisioning with

$ vagrant provision

License

MIT

Author Information

You can find me on Twitter: @mongrelion