File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- - hosts : charon
32- hosts : redis
43- hosts : redis-slave
54- hosts : neo4j
1110 roles :
1211 - { role: docker, tags: "docker" }
1312 - { role: iptables, tags: "iptables, security" }
13+ - { role: datadog }
1414
1515- include : krain.yml
1616- include : filibuster.yml
1717- include : sauron.yml
1818- include : image-builder.yml
19+ - include : charon.yml
Original file line number Diff line number Diff line change 55 apt :
66 name=apt-transport-https
77 state=latest
8- notify : restart datadog-agent
98
109- name : add datadog apt key
1110 tags : ['datadog']
1413 id=C7A7DA52
1514 keyserver=keyserver.ubuntu.com
1615 state=present
17- notify : restart datadog-agent
1816
1917- name : add datadog repository
2018 tags : ['datadog']
2321 repo='deb http://apt.datadoghq.com/ stable main'
2422 state=present
2523 update_cache=yes
26- notify : restart datadog-agent
2724
2825- name : Create main Datadog agent configuration file
2926 tags : ['datadog']
4138 src=tcp_check.yaml.j2
4239 dest=/etc/dd-agent/conf.d/tcp_check.yaml
4340 notify : restart datadog-agent
41+
42+ - name : force notify
43+ tags : ['datadogg']
44+ command : echo restart datadog
45+ when : force_restart is defined
46+ notify : restart datadog-agent
You can’t perform that action at this time.
0 commit comments