Commit 567c742
Changed files (1)
README.md
@@ -1,4 +1,10 @@
-ansible-docker
-==============
+#ansible-docker
-ansible playbook for provisioning docker lxc containers (hosts and containers)
+ansible playbook for provisioning docker lxc containers
+
+##hosting.yml
+setup a lxc host with the required dependencies
+
+* tag: dev - setup for development environment, compile docker, etc.
+* tag: ppa - install docker from the ubuntu ppa
+* tag: bin - install docker from the docker-latest binary [not yet implemented]