Skip to content

Commit

Permalink
Create v19.3.0.0.0.yml (#66)
Browse files Browse the repository at this point in the history
bringing back Orc 19.3
  • Loading branch information
EoinMan authored Jan 10, 2024
1 parent c02e474 commit 65ca16f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions roles/oracle/vars/v19.3.0.0.0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
# prereq installers
prereqs_installer_7: https://yum.oracle.com/repo/OracleLinux/OL7/latest/x86_64/getPackage/oracle-database-preinstall-19c-1.0-1.el7.x86_64.rpm
prereqs_installer_8: https://yum.oracle.com/repo/OracleLinux/OL8/appstream/x86_64/getPackage/oracle-database-preinstall-19c-1.0-2.el8.x86_64.rpm
prereqs_installer: "{{ prereqs_installer_7 if ansible_distribution_major_version=='7' else prereqs_installer_8 }}"
# base installer values
base_version: 19.3.0.0.0
base_installer: oracle-database-ee-19c-1.0-1.x86_64.rpm

0 comments on commit 65ca16f

Please sign in to comment.