summaryrefslogtreecommitdiffstats
path: root/playbooks/adhoc
diff options
context:
space:
mode:
authorJohn Kwiatkoski <jkwiatko@redhat.com>2016-03-23 15:27:44 -0400
committerJohn Kwiatkoski <jkwiatko@redhat.com>2016-03-23 15:27:44 -0400
commit6478134074009f276e36e455b3618b30c2a14c61 (patch)
treef567f993d2bb638317bb99418078b5edca413025 /playbooks/adhoc
parenta181c8705a4730eebc35339c55e39ca7ff3bf90c (diff)
downloadopenshift-6478134074009f276e36e455b3618b30c2a14c61.tar.gz
openshift-6478134074009f276e36e455b3618b30c2a14c61.tar.bz2
openshift-6478134074009f276e36e455b3618b30c2a14c61.tar.xz
openshift-6478134074009f276e36e455b3618b30c2a14c61.zip
adding playbook
Diffstat (limited to 'playbooks/adhoc')
-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
+