Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rkharya authored Oct 4, 2017
1 parent ecf0db3 commit 4065110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/UCPreplica/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- name: Adding Manager Replicas
shell: >
docker swarm join --token {{ hostvars['DEE-Ctrl-C-1']['mgrtoken']['stdout'] }} {{ UCP_Manager }}:2377
docker swarm join --token {{ hostvars['< your first UCP manager Node name >']['mgrtoken']['stdout'] }} {{ UCP_Manager }}:2377

0 comments on commit 4065110

Please sign in to comment.