summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted_templates/defaults/main.yml
blob: f4fd15089312c7226e2c07926b22986a739b199a (plain)
1
2
3
4
5
6
7
8
9
10
---
hosted_base: "{{ openshift.common.config_base if openshift.common.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'