123456789101112131415161718192021222324252627 |
- ---
- 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"
-
- tools:
- oc:
- final_name: /usr/bin/oc
- completion: yes
- completion_file: oc
-
- clusters:
- - ocp4
- ...
|