- ---
- - import_playbook: ../init/main.yml
- vars:
- l_init_fact_hosts: "oo_masters_to_config"
- l_openshift_version_set_hosts: "all:!all"
- l_sanity_check_hosts: "{{ groups['oo_masters_to_config'] }}"
- - name: Setup node-group configmaps
- hosts: oo_first_master
- tasks:
- - import_role:
- name: openshift_node_group
|