ansible list docker containers
I have a playbook in which one of the tasks gathers info about running docker containers on the specific host. - name: Gather info hosts: "{{ hosts }}" gather_facts: no tasks: ...