Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oroce/ansible-module-docker-inspect

docker inspect for ansible
https://github.com/oroce/ansible-module-docker-inspect

Last synced: about 1 month ago
JSON representation

docker inspect for ansible

Awesome Lists containing this project

README

        

[WIP] Ansible Docker Inspect Module
====

This is an ansible module to inspect docker containers.

## Usage

Copy the the module as mentioned in the [Ansible documentation](http://docs.ansible.com/developing_modules.html).

In playbook:
~~~yaml
- name: find out port mapping
docker_inspect:
name=ubuntu
tag=latest
register: inspect_ubuntu
~~~