main.yml 460 B

12345678910
  1. ---
  2. hosted_base: "{{ openshift.common.config_base if openshift_is_containerized | bool else '/usr/share/openshift' }}/hosted"
  3. hosted_deployment_type: "{{ 'origin' if openshift_deployment_type == 'origin' else 'enterprise' }}"
  4. content_version: "{{ openshift.common.examples_content_version }}"
  5. registry_url: ""
  6. registry_host: "{{ registry_url.split('/')[0] if '.' in registry_url.split('/')[0] else '' }}"
  7. openshift_hosted_templates_import_command: 'create'