123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- ---
- 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"
- sso_p: "7.6.1"
- sso_f: "4361"
-
- tools:
- oc:
- final_name: /usr/bin/oc
- completion: yes
- completion_file: oc
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- clusters:
- - ocp4
-
- need_sso_zip: yes
- need_sso_patch: yes
- need_sso_hotfix: yes
- ...
|