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