Skip to content

Instantly share code, notes, and snippets.

@lanky
Created September 13, 2016 14:58
Show Gist options
  • Save lanky/53e374b069b30a49e7780aa4712a4661 to your computer and use it in GitHub Desktop.
Save lanky/53e374b069b30a49e7780aa4712a4661 to your computer and use it in GitHub Desktop.
docker_container:
docker_host: "{{ groups['etcd']|first }}:{{ docker_port }}"
image "myregistry:5000/redis:2.8.21"
env:
APP_NAME: "/CA/redis"
volumes:
- "/etc/hostname:/etc/hypervisor:ro"
name: rmaster01
hostname: rmaster01
network_mode: "{{ swarm_overlay_network }}"
state: started
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment