|
@@ -1,10 +1,10 @@
|
|
|
---
|
|
|
- import_playbook: ../init/main.yml
|
|
|
vars:
|
|
|
- l_init_fact_hosts: "oo_masters_to_config:oo_glusterfs_to_config"
|
|
|
+ l_init_fact_hosts: "oo_masters_to_config:oo_nodes_to_config:oo_glusterfs_to_config"
|
|
|
l_openshift_version_set_hosts: "oo_masters_to_config:!oo_first_master"
|
|
|
l_sanity_check_hosts: "{{ groups['oo_masters_to_config'] | union(groups['oo_glusterfs_to_config']) }}"
|
|
|
l_install_base_packages: True
|
|
|
- l_base_packages_hosts: "oo_glusterfs_to_config"
|
|
|
+ l_base_packages_hosts: "oo_nodes_to_configi:&oo_glusterfs_to_config"
|
|
|
|
|
|
- import_playbook: private/config.yml
|