Skip to content

Commit 1c8923f

Browse files
committed
add swarm config to sauron
1 parent bf68484 commit 1c8923f

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
@@ -30,6 +30,8 @@ container_envs: >
3030
-e RABBITMQ_PORT="{{ rabbit_port }}"
3131
-e RABBITMQ_USERNAME="{{ rabbit_username }}"
3232
-e WEAVE_PATH={{ weave_path }}
33+
-e SWARM_HOSTNAME={{ swarm_host_address }}
34+
-e SWARM_PORT={{ swarm_master_port }}
3335
3436
container_run_opts: >
3537
-h {{ name }}

0 commit comments

Comments
 (0)