Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oroce/ansible-module-docker-inspect
- Owner: oroce
- License: mit
- Created: 2014-12-02T20:07:02.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-02T20:14:49.000Z (about 10 years ago)
- Last Synced: 2024-04-14T14:45:36.447Z (9 months ago)
- Language: Python
- Size: 129 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
~~~