Commit e6880ea9 by Feanil Patel

Make datadog optional for jenkins_master.

parent ae73d6b8
......@@ -8,6 +8,8 @@
gather_facts: True
vars:
COMMON_DATA_DIR: "/mnt"
COMMON_ENABLE_DATADOG: True
roles:
- common
- datadog
- jenkins_master
---
dependencies:
- common
- role: datadog
COMMON_ENABLE_DATADOG: True
......@@ -128,3 +128,4 @@
notify: start nginx
- include: datadog.yml tags=datadog
when: COMMON_ENABLE_DATADOG
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment