Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ansible/group_vars/alpha-swarm-deamon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "swarm-deamon"

# container_kill_start settings
container_image: swarm
container_tag: 1.0.0
container_tag: 1.0.1

# container_kill_start vars
log_driver: json-file
Expand All @@ -13,5 +13,6 @@ container_run_opts: >

container_run_args: >
join
--heartbeat 15s --ttl 30s
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

next time, newlines.

--addr={{ ansible_default_ipv4.address }}:{{ docker_port }}
consul://{{ consul_host_address }}:{{ consul_api_port }}/swarm
2 changes: 1 addition & 1 deletion ansible/group_vars/alpha-swarm-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "swarm-manager"

# container_kill_start settings
container_image: swarm
container_tag: 1.0.0
container_tag: 1.0.1

# container_kill_start vars
log_driver: json-file
Expand Down