From 7fa2d035c9f2051e5e07134522871ea23f85e52c Mon Sep 17 00:00:00 2001 From: John Kwiatkoski Date: Tue, 22 Mar 2016 14:48:31 -0400 Subject: revised and restructured logging role --- roles/openshift_hosted_logging/tasks/main.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 roles/openshift_hosted_logging/tasks/main.yaml (limited to 'roles/openshift_hosted_logging/tasks/main.yaml') diff --git a/roles/openshift_hosted_logging/tasks/main.yaml b/roles/openshift_hosted_logging/tasks/main.yaml new file mode 100644 index 000000000..aea53804a --- /dev/null +++ b/roles/openshift_hosted_logging/tasks/main.yaml @@ -0,0 +1,8 @@ +--- +- name: Cleanup logging deployment + include: {{ role_path }}/tasks/cleanup_logging.yaml + when: openshift_hosted_logging_cleanup | default(false) | bool + +- name: Deploy logging + include: {{ role_path }}/tasks/deploy_logging.yaml + when: not openshift_hosted_logging_cleanup | default(false) | bool -- cgit v1.2.3