-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdefaults.yaml
30 lines (28 loc) · 1.04 KB
/
defaults.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
easy_type::generate_password_mode: development
wls_profile::weblogic_password: V3ryS3cr1t!
#
# Select JDK version
#
wls_profile::java_version: 8u341
wls_profile::java_full_version: jdk1.8.0_341
wls_profile::jdk_home: /usr/java/jdk1.8.0_341
#
# Define the required patch level
#
wls_profile::weblogic::wls_patches::level: OCT2022RU
wls_profile::weblogic::wls_patches::patch_window: 00:00 - 23:59
#
# Correct version of Opatch.
#
wls_profile::weblogic::wls_opatch::list:
'Opatch 13.9.4.2.10':
opatch_version: '13.9.4.2.10'
patch_file: p28186730_1394210_Generic.zip
oracle_home_dir: "%{lookup('wls_profile::middleware_home')}"
source: "%{::wls_profile::source}"
download_dir: "/tmp"
jdk_home_dir: "%{lookup('wls_profile::jdk_home')}"
os_user: "%{::wls_profile::os_user}"
os_group: "%{::wls_profile::os_group}"
wls_profile::weblogic::java_software::cryptography_extension_file: ~