summaryrefslogtreecommitdiffstats
path: root/playbooks/deploy_cluster.yml
blob: 361553ee42393da8878abf8d614154a66242d2ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
- import_playbook: init/main.yml

- import_playbook: common/private/control_plane.yml

- import_playbook: openshift-node/private/config.yml

- import_playbook: common/private/components.yml

- name: Print deprecated variable warning message if necessary
  hosts: oo_first_master
  gather_facts: no
  tasks:
  - debug: msg="{{__deprecation_message}}"
    when:
    - __deprecation_message | default ('') | length > 0