service-catalog.yml 396 B

123456789101112
  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. - include: ../../common/openshift-cluster/service_catalog.yml
  9. vars:
  10. openshift_cluster_id: "{{ cluster_id | default('default') }}"
  11. openshift_debug_level: "{{ debug_level | default(2) }}"