summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/openshift_logging.yml
blob: 3257018a009453d468f3f1ac21c20791a97563ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
- name: OpenShift Aggregated Logging
  hosts: oo_first_master
  roles:
  - openshift_logging

- name: Update Master configs
  hosts: masters:!oo_first_master
  tasks:
    - include_role:
        name: openshift_logging
        tasks_from: update_master_config