Skip to content

Commit 706f105

Browse files
committed
add datadog keys
1 parent 32e8478 commit 706f105

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ansible/group_vars/alpha-sauron.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,16 @@ consul_values:
2323
value: "{{ git_branch }}"
2424

2525
container_envs: >
26+
-e DATADOG_HOST={{ datadog_host_address }}
27+
-e DATADOG_PORT={{ datadog_port }}
2628
-e LOGGLY_TOKEN="{{ loggly_token }}"
2729
-e MAVIS_URL="http://{{ mavis_hostname }}"
2830
-e RABBITMQ_HOSTNAME="{{ rabbit_host_address }}"
2931
-e RABBITMQ_PASSWORD="{{ rabbit_password }}"
3032
-e RABBITMQ_PORT="{{ rabbit_port }}"
3133
-e RABBITMQ_USERNAME="{{ rabbit_username }}"
3234
-e SWARM_HOSTNAME={{ swarm_host_address }}
33-
-e SWARM_PORT={{ swarm_master_port }}
35+
-e SWARM_PORT={{ swarm_master_port }}
3436
-e WEAVE_PATH={{ weave_path }}
3537
3638
container_run_opts: >

0 commit comments

Comments
 (0)