summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/openshift_logging.yml
blob: c5f0c406ae4a825e863dd4f0b9ca1c8bb187ff7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
- include: std_include.yml

- name: OpenShift Aggregated Logging
  hosts: oo_first_master
  roles:
  - openshift_logging

- name: Update Master configs
  hosts: oo_masters:!oo_first_master
  tasks:
  - block:
    - include_role:
        name: openshift_logging
        tasks_from: update_master_config
    when: openshift_logging_install_logging | default(false) | bool