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.
57 lines
808 B
57 lines
808 B
[](https://travis-ci.org/mongrelion/ansible-role-docker)
|
|
|
|
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](https://twitter.com/mongrelion)
|