File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 - { role: database }
88 - { role: rabbitmq }
99 - { role: container_kill_start, tags: "deploy" }
10- - { role: datadog, tags: datadog }
10+ - { role: datadog, tags: " datadog" }
Original file line number Diff line number Diff line change 2727
2828- name : add docker to dd-agent group
2929 sudo : yes
30- when : no_dd_monitoring != false
30+ when : no_dd_monitoring != true
3131 user :
3232 name=dd-agent
3333 groups=docker
5757
5858- name : install docker integration
5959 sudo : yes
60- when : no_dd_monitoring != false
60+ when : no_dd_monitoring != true
6161 template :
6262 src=docker_daemon.yaml.j2
6363 dest=/etc/dd-agent/conf.d/docker_daemon.yaml
6666# assumes a config for {{ name }} exists
6767- name : install datadog integrations
6868 sudo : yes
69+ when : docker_config != "docks"
6970 template :
7071 src="{{ name }}.yaml.j2"
7172 dest="/etc/dd-agent/conf.d/{{ name }}.yaml"
You can’t perform that action at this time.
0 commit comments