summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-cluster/openshift-logging.yml
blob: bbec3a4c2e81e337be953bab6a973b8cbc9752bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
#
# 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
  tags:
  - always

- include: ../../common/openshift-cluster/std_include.yml
  tags:
  - always

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