Thanks for sharing! Related articles for those interested:
http://www.ansible.com/blog/official-ansible-content-on-docker-hub http://ansible.com/docker On Thu, Nov 13, 2014 at 2:25 AM, Victor Lin <[email protected]> wrote: > 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 > <https://groups.google.com/d/msgid/ansible-project/f7137657-b0c4-474b-9edf-a5692bc05d1b%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CA%2BnsWgxv0xQMi%2BrT8GmP0aCGEwDDPhBXqU439RDCO4fGhx%3Dm_A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
