Ravi Srinivasan
2019-02-12 d77bfe992a5952885200a5213e8d664b799d45c7
1
2
3
4
5
6
7
8
9
10
---
- name: Deploy {{ target }} 
  hosts: "{{ target }}"
  vars:
    ci_cd_namespace: <YOUR_NAME>-ci-cd
    dev_namespace: <YOUR_NAME>-dev
    test_namespace: <YOUR_NAME>-test
  tasks:
    - include_role:
        name: openshift-applier/roles/openshift-applier