config.yml 273 B

12345678
  1. ---
  2. - import_playbook: ../init/main.yml
  3. vars:
  4. l_init_fact_hosts: "oo_masters_to_config"
  5. l_openshift_version_set_hosts: "oo_masters_to_config:!oo_first_master"
  6. l_sanity_check_hosts: "{{ groups['oo_masters_to_config'] }}"
  7. - import_playbook: private/config.yml