summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2016-03-28 13:19:26 -0400
committerBrenton Leanhardt <bleanhar@redhat.com>2016-03-28 13:19:26 -0400
commit1436e46e0bb2f3d2627c2f27cf7f27888d7aad55 (patch)
treef452c67a7464261d1473fef7353c26a7c1e191ee /playbooks
parent0961451fe7bc601ffbd3dccfdfb4eb3364a1eb2d (diff)
parent41fd8df9c6a9f3b7adda5c9331408482be9c666b (diff)
downloadopenshift-1436e46e0bb2f3d2627c2f27cf7f27888d7aad55.tar.gz
openshift-1436e46e0bb2f3d2627c2f27cf7f27888d7aad55.tar.bz2
openshift-1436e46e0bb2f3d2627c2f27cf7f27888d7aad55.tar.xz
openshift-1436e46e0bb2f3d2627c2f27cf7f27888d7aad55.zip
Merge pull request #1638 from JayKayy/logging
Adding openshift_efk role
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/adhoc/openshift_hosted_logging_efk.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/playbooks/adhoc/openshift_hosted_logging_efk.yaml b/playbooks/adhoc/openshift_hosted_logging_efk.yaml
new file mode 100644
index 000000000..a3121d046
--- /dev/null
+++ b/playbooks/adhoc/openshift_hosted_logging_efk.yaml
@@ -0,0 +1,6 @@
+---
+- hosts: masters[0]
+ roles:
+ - role: openshift_hosted_logging
+ openshift_hosted_logging_cleanup: no
+