12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- ---
- 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.10"
- ocp_z: "4.10.3"
- sso_z: "7.6.0"
-
- tools:
- oc:
- final_name: /usr/bin/oc
- completion: yes
- completion_file: oc
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- clusters:
- - ocp4
-
- need_sso_zip: yes
- ...
|