Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

chore: enable dd agent role for prospectus and conductor #7149

Merged
merged 1 commit into from
Apr 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions playbooks/conductor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@
when: COMMON_ENABLE_SPLUNKFORWARDER
- role: newrelic_infrastructure
when: COMMON_ENABLE_NEWRELIC_INFRASTRUCTURE
- role: datadog
when: COMMON_ENABLE_DATADOG
2 changes: 2 additions & 0 deletions playbooks/prospectus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@
when: COMMON_ENABLE_SPLUNKFORWARDER|bool and PROSPECTUS_ENABLE_POST_BUILD|bool
- role: newrelic_infrastructure
when: COMMON_ENABLE_NEWRELIC_INFRASTRUCTURE|bool and PROSPECTUS_ENABLE_POST_BUILD|bool
- role: datadog
when: COMMON_ENABLE_DATADOG|bool and PROSPECTUS_ENABLE_POST_BUILD|bool
Loading