We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00c2bef + 71deef9 commit 45c2a78Copy full SHA for 45c2a78
1 file changed
ansible/group_vars/alpha-sauron.yml
@@ -29,6 +29,8 @@ container_envs: >
29
-e RABBITMQ_PASSWORD="{{ rabbit_password }}"
30
-e RABBITMQ_PORT="{{ rabbit_port }}"
31
-e RABBITMQ_USERNAME="{{ rabbit_username }}"
32
+ -e SWARM_HOSTNAME={{ swarm_host_address }}
33
+ -e SWARM_PORT={{ swarm_master_port }}
34
-e WEAVE_PATH={{ weave_path }}
35
36
container_run_opts: >
0 commit comments