diff --git a/galaxy.yml b/galaxy.yml index d289ee2..285a252 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -11,7 +11,7 @@ name: spm_middleware # The version of the collection. Must be compatible with semantic versioning # Please note. version also exists in /github/workflows/release.yml and will need to be update also -version: 1.5.2 +version: 1.5.3 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md diff --git a/roles/weblogic/README.md b/roles/weblogic/README.md index c421119..b507817 100644 --- a/roles/weblogic/README.md +++ b/roles/weblogic/README.md @@ -23,7 +23,9 @@ The `weblogc` role will install Weblogic. | ** `weblogic_version` ** | `12.1.3.0.2` | | | `12.1.3.0.210720` | | | `12.2.1.4.210716` | -| | `14.1.1.0.210716` | +| | `14.1.1.0.220105` | +| | `14.1.1.0.240111` | + ... @@ -49,7 +51,7 @@ The version of the OPatch tool itself is also handed by the above tasks file. - hosts: servers roles: - role: merative.spm_middleware.weblogic - weblogic_version: 14.1.1.0.210716 + weblogic_version: 14.1.1.0.240111 ``` ## Note diff --git a/roles/weblogic/defaults/main.yml b/roles/weblogic/defaults/main.yml index 34a94fa..caa2a55 100644 --- a/roles/weblogic/defaults/main.yml +++ b/roles/weblogic/defaults/main.yml @@ -5,7 +5,7 @@ weblogic_group: 'oinstall' weblogic_os_user_pass: 'oracle' weblogic_base: '/home/oracle' # If not passed in, use this default value -weblogic_version: '14.1.1.0.210716' +weblogic_version: '14.1.1.0.240111' inv_loc: '/opt/Oracle/oraInventory' jdk_folder: '/usr/java' # Common paths and names diff --git a/roles/weblogic/vars/v14.1.1.0.210716.yml b/roles/weblogic/vars/v14.1.1.0.210716.yml index 26cb024..64863b2 100644 --- a/roles/weblogic/vars/v14.1.1.0.210716.yml +++ b/roles/weblogic/vars/v14.1.1.0.210716.yml @@ -7,5 +7,5 @@ patch: 'p33125254_141100_Generic.zip' patch_number: 33069656 napply: true patch_folder: 'WLS_SPB_14.1.1.0.210716' -java_archive_file: jdk-8u251-linux-x64.tar.gz -java_version_path: 'jdk1.8.0_251' +java_archive_file: jdk-8u401-linux-x64.tar.gz +java_version_path: 'jdk1.8.0_401' diff --git a/roles/weblogic/vars/v14.1.1.0.220105.yml b/roles/weblogic/vars/v14.1.1.0.220105.yml index be81ca6..b852424 100644 --- a/roles/weblogic/vars/v14.1.1.0.220105.yml +++ b/roles/weblogic/vars/v14.1.1.0.220105.yml @@ -7,5 +7,5 @@ patch: 'p33727619_141100_Generic.zip' patch_number: 33727619 napply: false patch_folder: '33727619' -java_archive_file: jdk-8u251-linux-x64.tar.gz -java_version_path: 'jdk1.8.0_251' +java_archive_file: jdk-8u401-linux-x64.tar.gz +java_version_path: 'jdk1.8.0_401' diff --git a/roles/weblogic/vars/v14.1.1.0.240111.yml b/roles/weblogic/vars/v14.1.1.0.240111.yml new file mode 100644 index 0000000..34aa5ed --- /dev/null +++ b/roles/weblogic/vars/v14.1.1.0.240111.yml @@ -0,0 +1,11 @@ +--- +base_install_file: 'fmw_14.1.1.0.0_wls.jar' +weblogic_version: 14.1 +opatch: 'p28186730_1394214_Generic.zip' +opatch_version: 13.9.4.2.14 +patch: 'p36178511_141100_Generic.zip' +patch_number: 36178511 +napply: false +patch_folder: '36178511' +java_archive_file: jdk-8u401-linux-x64.tar.gz +java_version_path: 'jdk1.8.0_401'