blob: 419dcbc3fc2637f2f38790a44f4e598e32231da9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
---
#
# This playbook is a preview of upcoming changes for installing
# Hosted logging on. See inventory/hosts.example for the
# currently supported method.
#
- import_playbook: ../init/main.yml
vars:
l_init_fact_hosts: "oo_masters_to_config"
l_openshift_version_set_hosts: "oo_masters_to_config:!oo_first_master"
l_openshift_version_check_hosts: "all:!all"
l_sanity_check_hosts: "{{ groups['oo_masters_to_config'] }}"
- import_playbook: private/config.yml
|