Ver Fonte

openshift_examples: remove unused vars

Vadim Rutkovsky há 6 anos atrás
pai
commit
5d434fa33d
1 ficheiros alterados com 0 adições e 3 exclusões
  1. 0 3
      roles/openshift_examples/defaults/main.yml

+ 0 - 3
roles/openshift_examples/defaults/main.yml

@@ -20,9 +20,6 @@ db_templates_base: "{{ examples_base }}/db-templates"
 xpaas_image_streams: "{{ examples_base }}/xpaas-streams/"
 xpaas_templates_base: "{{ examples_base }}/xpaas-templates"
 quickstarts_base: "{{ examples_base }}/quickstart-templates"
-infrastructure_origin_base: "{{ examples_base }}/infrastructure-templates/origin"
-infrastructure_enterprise_base: "{{ examples_base }}/infrastructure-templates/enterprise"
-cockpit_ui_base: "{{ examples_base }}/infrastructure-templates/enterprise"
 
 openshift_examples_import_command: "create"
 registry_host: "{{ openshift_examples_registryurl.split('/')[0] if '.' in openshift_examples_registryurl.split('/')[0] else '' }}"