Skip to content

Commit 45c2a78

Browse files
author
anandkumarpatel
committed
Merge pull request #278 from CodeNow/add-swarm-to-sauron
add swarm config to sauron
2 parents 00c2bef + 71deef9 commit 45c2a78

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ansible/group_vars/alpha-sauron.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ container_envs: >
2929
-e RABBITMQ_PASSWORD="{{ rabbit_password }}"
3030
-e RABBITMQ_PORT="{{ rabbit_port }}"
3131
-e RABBITMQ_USERNAME="{{ rabbit_username }}"
32+
-e SWARM_HOSTNAME={{ swarm_host_address }}
33+
-e SWARM_PORT={{ swarm_master_port }}
3234
-e WEAVE_PATH={{ weave_path }}
3335
3436
container_run_opts: >

0 commit comments

Comments
 (0)