File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ vault_aws_region=us-east-1
6060[delta:vars]
6161ansible_ssh_private_key_file=~/.ssh/delta.pem
6262api_hello_runnable_github_token=88ddc423c2312d02a8bbcaad76dd4c374a30e4af
63- datadog_host_address=10.8.5.63
6463datadog_tags=env:delta
6564domain=runnable.io
6665mongo_port=27017
Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ vault_aws_region=us-east-1
5959
6060[gamma:vars]
6161ansible_ssh_private_key_file=~/.ssh/gamma.pem
62- datadog_host_address=10.4.6.251
6362datadog_tags=env:gamma
6463datadog_mongodb_user=datadog
6564datadog_mongodb_pwd=sqa3WBgkCgZsFZuex0kBNahZ
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ consul_api_port: 8500
5252
5353# datadog
5454datadog_api_key : 6488896fe0c811965ef233b96809d70d
55+ # not sure this ever gets referenced by anything
5556datadog_host_address : " {{ ansible_default_ipv4.address }}"
5657datadog_port : 8125
5758
Original file line number Diff line number Diff line change 6666# assumes a config for {{ name }} exists
6767- name : install datadog integrations
6868 sudo : yes
69- when : docker_config != "docks"
69+ when : name is defined
7070 template :
7171 src="{{ name }}.yaml.j2"
7272 dest="/etc/dd-agent/conf.d/{{ name }}.yaml"
Original file line number Diff line number Diff line change @@ -6,3 +6,5 @@ dd_url: https://app.datadoghq.com
66api_key: {{ datadog_api_key }}
77
88use_mount: no
9+
10+ bind_host: 0.0.0.0
You can’t perform that action at this time.
0 commit comments