Commit e6880ea9 by Feanil Patel

Make datadog optional for jenkins_master.

parent ae73d6b8
...@@ -8,6 +8,8 @@ ...@@ -8,6 +8,8 @@
gather_facts: True gather_facts: True
vars: vars:
COMMON_DATA_DIR: "/mnt" COMMON_DATA_DIR: "/mnt"
COMMON_ENABLE_DATADOG: True
roles: roles:
- common - common
- datadog
- jenkins_master - jenkins_master
--- ---
dependencies: dependencies:
- common - common
- role: datadog
COMMON_ENABLE_DATADOG: True
...@@ -128,3 +128,4 @@ ...@@ -128,3 +128,4 @@
notify: start nginx notify: start nginx
- include: datadog.yml tags=datadog - 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