service-catalog.yml 493 B

123456789101112131415161718
  1. ---
  2. #
  3. # This playbook is a preview of upcoming changes for installing
  4. # Hosted logging on. See inventory/byo/hosts.*.example for the
  5. # currently supported method.
  6. #
  7. - include: initialize_groups.yml
  8. tags:
  9. - always
  10. - include: ../../common/openshift-cluster/std_include.yml
  11. tags:
  12. - always
  13. - include: ../../common/openshift-cluster/service_catalog.yml
  14. vars:
  15. openshift_cluster_id: "{{ cluster_id | default('default') }}"
  16. openshift_debug_level: "{{ debug_level | default(2) }}"