SAP/SAP_TOOLS/SAP_TOOLS.yaml (56 lines of code) (raw):

--- name: "Tools" target: "Deployer" version: 1 maintenance_planner_tools: true target_directory: "tools" materials: media: # SAPCAR 7.22 - name: "SAPCAR 7.22; OS: Linux on x86_64 64bit" archive: SAPCAR_1115-70006178.EXE checksum: 765412436934362cc5497e3d659fbb78be91093a091c11ec4fbe84dfb415a0e5 filename: SAPCAR permissions: '0755' url: https://softwaredownloads.sap.com/file/0020000000098642022 - name: "SWPM 2.0 SP20 ; OS: Linux on x86_64 64bit" archive: SWPM20SP20_3-80003424.SAR checksum: 1cca2305d5d444b3be87fac7903c5812f68e4c729395b1af5bf5fce613eaa8ac filename: swpm20 extract: true extractDir: SWPM creates: SIGNATURE.SMF url: https://softwaredownloads.sap.com/file/0025000000015602025 path: linuxswpm20 - name: "SWPM 1.0 SP43; NW higher than 7.0x; OS: Linux on x86_64 64bit" archive: SWPM10SP43_2-20009701.SAR checksum: 9ad61c17b5c41d700390e552af79ca67c9d23747cfbd25470d33ff6b162599a8 filename: swpm10 extract: true extractDir: SWPM creates: SIGNATURE.SMF path: linuxswpm10 url: https://softwaredownloads.sap.com/file/0020000000295082025 # ToDo: Change to have the Windows components - name: "SAPCAR 7.22; OS: Windows on x64 64bit" archive: SAPCAR_1115-70006231.EXE checksum: 0808008d58f45d52b8ce38175117a37c97c133e939434644f95e6c6d815370fb filename: SAPCAR.exe url: https://softwaredownloads.sap.com/file/0020000000098632022 - name: "SWPM 1.0 SP42; NW higher than 7.0x; OS: Windows on x86_64 64bit" archive: SWPM10SP43_2-20009707.SAR checksum: a7c389037e51215cea45f9d02616fe27edb706a21edd6d296b98bb78a4bc954e filename: swpm10win extract: true extractDir: SWPM creates: SIGNATURE.SMF path: winswpm10 url: https://softwaredownloads.sap.com/file/0020000000295322025 - name: "SWPM 2.0 SP20 ; OS: Windows on x86_64 64bit" archive: SWPM20SP20_3-70003212.SAR checksum: 41d5b9608c8d9d4ca04ba54ac9fadc154a4bd5831647c9f9baaa5ff7efd480db filename: swpm20win extract: true extractDir: SWPM creates: SIGNATURE.SMF url: https://softwaredownloads.sap.com/file/0025000000015582025 path: winswpm20 ...