Hey guys,

I am using Ansible and Docker in a very interesting way, I think it would 
be useful for others, so I wrote an article about it

http://victorlin.me/posts/2014/11/13/provision-with-ansible-from-inside-docker

The very basic idea is to pack all Ansible runtimes/roles/playbooks/plugins 
into a docker image, and then you have a container for provisioning. I 
think this is really powerful, for example, you can run sometime like this:

    sudo docker pull ansible-open-stack-swift

and 

    sudo docker run -it ansible-open-stack-swift ....

then you can provision to either EC2 cluster or local machines, whatever 
you want. You even don't need to install the Ansible runtime on your 
machine. With this idea in mind, not only software can be shipped as a 
container, the software for deployment can also be shipped as a container. 
In the community, we can build many interesting stuff, like Ansible image 
for launching the different clusters.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/f7137657-b0c4-474b-9edf-a5692bc05d1b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to