summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted_templates/defaults/main.yml
blob: 48d62c8df81c7c050e3139722c65457ca060f1c6 (plain)
1
2
3
4
5
6
7
8
9
10
---
hosted_base: "{{ openshift.common.config_base if openshift_is_containerized | bool else '/usr/share/openshift' }}/hosted"
hosted_deployment_type: "{{ 'origin' if openshift_deployment_type == 'origin' else 'enterprise' }}"

content_version: "{{ openshift.common.examples_content_version }}"

registry_url: ""
registry_host: "{{ registry_url.split('/')[0] if '.' in registry_url.split('/')[0] else '' }}"

openshift_hosted_templates_import_command: 'create'