summaryrefslogtreecommitdiffstats
path: root/roles/ands_kaas/tasks/ocitem.yml
blob: addb249d743451907160bb4a6e9b1e59d4f20be9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
- name: OpenShift templates
  include_tasks: templates.yml
  run_once: true
  vars:
    kaas_template_glob: "{{ ocitem.template }}"
  when: ocitem.template is defined

- name: OpenShift commands
  include_tasks: oc.yml
#  delegate_to: "{{ groups.masters[0] }}"
  run_once: true
  when: ocitem.oc is defined