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

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