We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32e8478 + 706f105 commit efe8372Copy full SHA for efe8372
1 file changed
ansible/group_vars/alpha-sauron.yml
@@ -23,14 +23,16 @@ consul_values:
23
value: "{{ git_branch }}"
24
25
container_envs: >
26
+ -e DATADOG_HOST={{ datadog_host_address }}
27
+ -e DATADOG_PORT={{ datadog_port }}
28
-e LOGGLY_TOKEN="{{ loggly_token }}"
29
-e MAVIS_URL="http://{{ mavis_hostname }}"
30
-e RABBITMQ_HOSTNAME="{{ rabbit_host_address }}"
31
-e RABBITMQ_PASSWORD="{{ rabbit_password }}"
32
-e RABBITMQ_PORT="{{ rabbit_port }}"
33
-e RABBITMQ_USERNAME="{{ rabbit_username }}"
34
-e SWARM_HOSTNAME={{ swarm_host_address }}
- -e SWARM_PORT={{ swarm_master_port }}
35
+ -e SWARM_PORT={{ swarm_master_port }}
36
-e WEAVE_PATH={{ weave_path }}
37
38
container_run_opts: >
0 commit comments