Ansible playbook to deploy a personal server with Dockerized apps

Just thought the list might be interested in my project:

I have a working playbook to set up a server with a Ghost blog and piwik analytics. More apps to come soon:

https://github.com/Keybits/keybits-server
http://keybits.net

http://blog.keybits.net/welcome-to-keybits/

Suggestions and pull requests welcome!

Tom in Ireland

Tom,

Your project looks awesome.

You may be interested in my DockerDNA project, which uses Ansible to provision Docker images via boilerplate Dockerfile. I suspect an Ansible module which (re-)implements what I’m doing with docker-dna would be more efficient.

https://github.com/wrale/docker-dna

I’m also beginning work on a project similar to yours with the use case being high performance warehouse scale cluster orchestration with Docker + Ansible + Ceph + Mesos/Marathon/Chronos, etc.

https://github.com/KnoesOS/knoesos

^ The image there is out of date (it was a very early sketch mostly for my own use, anyway). I’m no longer planning to use Docker in Docker anymore, except perhaps where Marathon executes Docker containers.

Thanks,
Joshua