12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- ---
- 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"
-
- eap_v: "7.4"
- eap_z: "7.4.12"
- eap_xp: "4.0"
- wf_s2i: "1.1.3-jdk17"
- wf_old: "29.0.1.Final-jdk17"
- eap_ch: "stable"
-
- op_cat: redhat-operators
- op_pkg: eap
- desired_csv: eap-operator.v2.4.2
-
- tools:
- oc:
- final_name: /usr/bin/oc
- completion: yes
- completion_file: oc
-
- clusters:
- - ocp4
-
- pull_images:
- - name: registry.redhat.io/jboss-eap-7/eap74-openjdk17-openshift-rhel8:{{ eap_z }}
- tag_latest: yes
- auth_file: registry-rh-auth
- - name: registry.redhat.io/rhel9/postgresql-13:latest
- auth_file: registry-rh-auth
- tag_latest: no
-
- pull_files:
- - name: jboss-eap-7.4.0.zip
- file_id: 1TW_IlIBWWB2G5pLtAUk8THKFNYzHhRKy
- extract_to: /opt
- extracted_dir: /opt/jboss-eap-7.4
- target_dir: /opt/eap
- add_to_path: yes
- remove_after: yes
- direct_download: no
- - name: jboss-eap-7.4.0-quickstarts.zip
- file_id: 1KW9MoJzzWV5UQOGFI4gF16qzO3vLID-A
- checksum: sha256:7f84cd8449365eff8cf114f4bef17533ae2bd10ac3e73a8ee7db3be0e9aa20cb
- direct_download: yes
- - name: jboss-eap-7.4.12-patch.zip
- file_id: 1LlQH9LNBNYmUsI79aSkBe_17iAqh5SEN
- direct_download: no
- ...
|