config.yml 429 B

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