summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-cluster/openshift-logging.yml
blob: 76f165c6d4228d0732c5908ae1dd45bd973ef144 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
#
# This playbook is a preview of upcoming changes for installing
# Hosted logging on.  See inventory/byo/hosts.*.example for the
# currently supported method.
#
- include: initialize_groups.yml

- include: ../../common/openshift-cluster/openshift_logging.yml
  vars:
    openshift_cluster_id: "{{ cluster_id | default('default') }}"
    openshift_debug_level: "{{ debug_level | default(2) }}"