Hello, I have docker containers running on multiple hosts and I need to find a way of synchronizing a list of logs from each of these containers to the ansible server but I can't find a way to do it.
Can someone point me to documentation, give me a hint how I should approach this or to an ansible module (I have found some modules to create containers but not to run commands on them or to extract container ids) ? Until now I've tried using ansible ad-hoc commands but I'm not being able to create a correct playbook to do this for me. What I was thinking is to store container ID (obtained using some bash commands) into a variable and with that variable to run docker cp $containerID:/var/log/test . Thanks, Ionut -- 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/516b81cc-c73e-4ab7-9e6b-a68f777b7ddb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
