From ee931f90dbab01596bd90fa8007ac49de5178a17 Mon Sep 17 00:00:00 2001
From: Jeff Cantrill <jcantrill@users.noreply.github.com>
Date: Wed, 14 Dec 2016 14:36:28 -0500
Subject: Add tasks to uninstall metrics (#7)

---
 playbooks/common/openshift-cluster/openshift_metrics.yml | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 playbooks/common/openshift-cluster/openshift_metrics.yml

(limited to 'playbooks/common')

diff --git a/playbooks/common/openshift-cluster/openshift_metrics.yml b/playbooks/common/openshift-cluster/openshift_metrics.yml
new file mode 100644
index 000000000..3a8a4cf77
--- /dev/null
+++ b/playbooks/common/openshift-cluster/openshift_metrics.yml
@@ -0,0 +1,4 @@
+- name: OpenShift Metrics
+  hosts: oo_first_master
+  roles:
+  - openshift_metrics
-- 
cgit v1.2.3