Skip to content

Instantly share code, notes, and snippets.

@MichaelBitard
Created June 19, 2014 08:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MichaelBitard/c14636036aebd4445236 to your computer and use it in GitHub Desktop.
Save MichaelBitard/c14636036aebd4445236 to your computer and use it in GitHub Desktop.
---
- hosts: java_main_deploy
tasks:
- pip: name=docker-py
- docker: image=java7_maven publish_all_ports=true
sudo: yes
- debug: msg="{{docker_containers[0]['NetworkSettings']['Ports']['22/tcp'][0]['HostPort']}}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment