Skip to content
Snippets Groups Projects
Commit 874ca69d authored by Jörg Sachse's avatar Jörg Sachse
Browse files

feat: upgrade IBMSP/TSM Client installation to latest version

parent 908eeb18
No related branches found
No related tags found
No related merge requests found
...@@ -12,16 +12,16 @@ ...@@ -12,16 +12,16 @@
- name: extract IBM TSM Client setup files - name: extract IBM TSM Client setup files
unarchive: unarchive:
src: "/tmp/8.1.10.0-TIV-TSMBAC-LinuxX86.tar" src: "/tmp/{{ tsm_version_long | default(tsm_default_version_long) }}.0-TIV-TSMBAC-LinuxX86.tar"
dest: "/tmp/tsm/" dest: "/tmp/tsm/"
copy: false copy: false
# https://www.ibm.com/support/knowledgecenter/SSEQVQ_8.1.10/client/t_inst_linuxx86client.html # https://www.ibm.com/support/knowledgecenter/SSEQVQ_8.1.12/client/t_inst_linuxx86client.html
- name: install IBM TSM Client - name: install IBM TSM Client
yum: yum:
name: [ name: [
'/tmp/tsm/gskcrypt64-8.0.55.14.linux.x86_64.rpm', '/tmp/tsm/gskcrypt64-8.0.55.21.linux.x86_64.rpm',
'/tmp/tsm/gskssl64-8.0.55.14.linux.x86_64.rpm', '/tmp/tsm/gskssl64-8.0.55.21.linux.x86_64.rpm',
'/tmp/tsm/TIVsm-API64.x86_64.rpm', '/tmp/tsm/TIVsm-API64.x86_64.rpm',
'/tmp/tsm/TIVsm-APIcit.x86_64.rpm', '/tmp/tsm/TIVsm-APIcit.x86_64.rpm',
'/tmp/tsm/TIVsm-BA.x86_64.rpm', '/tmp/tsm/TIVsm-BA.x86_64.rpm',
......
--- ---
# vars file for ansible_lza_bootstrap_rhel_server # vars file for ansible_lza_bootstrap_rhel_server
tsm_version_short: "v8110" tsm_version_short: "v8112"
tsm_version_long: "8.1.10" tsm_version_long: "8.1.12"
tsm_checksum: "sha1:8ed715ad4c934a9891b2357d4877f3095a2c5ac2"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment