Restart Docker Container By Name?

203 views
Skip to first unread message

Matt Hughes

unread,
Sep 8, 2014, 11:15:16 AM9/8/14
to ansible...@googlegroups.com
Using the docker module in the master branch.  I have one task that ensures a particular docker container is running with a given name.  And then I have a handler that tries to restart that container (by name) when any configuration changes.

However, it looks like the docker module requires you to specify the parameters all over again.  IMO, you should be able to say:

name: Restart a Container
docker: name="existing_container" state="restarted"

but instead, I have to respecify all my docker parameters in the handler:

name: Restart a Container
docker: name="existing_container" state="restarted" ports="..." volumes="..."



I would think we support the first form and the command just fails if there isn't an existing container with that name.  Thoughts? 

Michael DeHaan

unread,
Sep 8, 2014, 5:40:53 PM9/8/14
to ansible...@googlegroups.com
I'd concur.

Can you share what version of Ansible you are using?  (ansible --version) and also paste the output when you leave them off?






--
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 ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/5e382035-1503-40f8-b44f-1def4cde849a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Matt Hughes

unread,
Sep 23, 2014, 1:34:51 PM9/23/14
to ansible...@googlegroups.com
Ansible 1.8 (devel c289ba1b21) last updated 2014/09/22 14:24:43 (GMT -400)
Reply all
Reply to author
Forward
0 new messages