diff options
author | Jeff Cantrill <jcantrill@users.noreply.github.com> | 2016-12-14 14:36:28 -0500 |
---|---|---|
committer | Jeff Cantrill <jcantril@redhat.com> | 2017-01-17 11:45:04 -0500 |
commit | ee931f90dbab01596bd90fa8007ac49de5178a17 (patch) | |
tree | e4230477b1748e76d5adfb123703ae5e5e16aade /playbooks/common | |
parent | b6ce0464142403785a7ba8eae664286082f4d30e (diff) | |
download | openshift-ee931f90dbab01596bd90fa8007ac49de5178a17.tar.gz openshift-ee931f90dbab01596bd90fa8007ac49de5178a17.tar.bz2 openshift-ee931f90dbab01596bd90fa8007ac49de5178a17.tar.xz openshift-ee931f90dbab01596bd90fa8007ac49de5178a17.zip |
Add tasks to uninstall metrics (#7)
Diffstat (limited to 'playbooks/common')
-rw-r--r-- | playbooks/common/openshift-cluster/openshift_metrics.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |