diff options
| author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-03-28 13:19:26 -0400 |
|---|---|---|
| committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-03-28 13:19:26 -0400 |
| commit | 1436e46e0bb2f3d2627c2f27cf7f27888d7aad55 (patch) | |
| tree | f452c67a7464261d1473fef7353c26a7c1e191ee /playbooks/adhoc | |
| parent | 0961451fe7bc601ffbd3dccfdfb4eb3364a1eb2d (diff) | |
| parent | 41fd8df9c6a9f3b7adda5c9331408482be9c666b (diff) | |
Merge pull request #1638 from JayKayy/logging
Adding openshift_efk role
Diffstat (limited to 'playbooks/adhoc')
| -rw-r--r-- | playbooks/adhoc/openshift_hosted_logging_efk.yaml | 6 |
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 + |
