1234567891011121314151617181920212223242526 |
- ---
- all:
- hosts:
- workstation.lab.example.com:
- ansible_connection: local
- utility.lab.example.com:
- ansible_user: lab
- bastion.lab.example.com:
- ansible_user: root
- vars:
-
- ocp_maj: "4.14"
- ocp_z: "4.14.12"
-
- op_cat: redhat-operators
- op_pkg: openshift-pipelines-operator-rh
- op_chn: latest
- op_nsp: openshift-operators
- desired_csv: openshift-pipelines-operator-rh.v1.15.1
-
- clusters:
- - ocp4
- ...
|