-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WAS - Optional Download ( alternative to copy ) (#19)
* add compose to our molecule test image * first try - optio to download * update readme * remove db2 downloads from script * refactor db2 11.1 * remove blank line from Travis * add line to readme * add new vars to readme * follow on * update galaxy version * update readme * update 8.5.5 molecule to also use download * fix download script
- Loading branch information
Showing
17 changed files
with
157 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
--- | ||
# iim | ||
iim_install_path: /opt/IBM/InstallationManager | ||
|
||
# websphere | ||
websphere_install_path: /opt/IBM/WebSphere/AppServer | ||
|
||
websphere_version: 9.0.5.8 | ||
|
||
# Common | ||
profiled_path: /opt/profile.d | ||
# Server info for downloading installers / repos directly, leave blank to copy | ||
download_url: # e.g. https://artifactory/repo | ||
download_header: # e.g. X-JFrog-Art-Api: "{{ lookup('env', 'MYTOKEN') }}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
- name: Patch JspBatchCompiler | ||
- name: Increase JspBatchCompiler Memory | ||
replace: | ||
path: "{{ websphere_install_path }}/bin/JspBatchCompiler.{{ 'bat' if ansible_os_family == 'Windows' else 'sh' }}" | ||
path: "{{ websphere_install_path }}/bin/JspBatchCompiler.sh" | ||
regexp: "-Xmx256m" | ||
replace: "-Xmx1024m" | ||
mode: 0755 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
--- | ||
# FP Vars | ||
websphere_pid: v90_9.0.5003.20200226_0941 | ||
websphere_fp_path: WAS/9.0.5Fixpacks | ||
websphere_fp_archive_list: | ||
- 9.0.5-WS-WAS-FP003.zip | ||
|
||
# Base Vars | ||
websphere_base_pid: com.ibm.websphere.ND.v90 | ||
websphere_base_path: WAS/9.0.5ND | ||
websphere_base_archive_list: | ||
- was.repo.90500.nd.zip | ||
|
||
websphere_java_path: Java/IBM | ||
websphere_java_version: 8.0-6.15 | ||
# Java Vars | ||
websphere_java_path: Java/IBM/ibm-java-sdk-8.0-6.26-linux-x64-installmgr.zip | ||
websphere_java_pid: com.ibm.java.jdk.v8 | ||
websphere_java_home: java/8.0 | ||
|
||
websphere_fp_path: WAS/9.0.5Fixpacks | ||
websphere_fp_archive_list: | ||
- 9.0.5-WS-WAS-FP003.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
--- | ||
# FP Vars | ||
websphere_pid: v90_9.0.5007.20210301_1241 | ||
websphere_fp_path: WAS/9.0.5Fixpacks | ||
websphere_fp_archive_list: | ||
- 9.0.5-WS-WAS-FP007.zip | ||
|
||
# Base Vars | ||
websphere_base_pid: com.ibm.websphere.ND.v90 | ||
websphere_base_path: WAS/9.0.5ND | ||
websphere_base_archive_list: | ||
- was.repo.90500.nd.zip | ||
|
||
websphere_java_path: Java/IBM | ||
websphere_java_version: 8.0-6.26 | ||
# Java Vars | ||
websphere_java_path: Java/IBM/ibm-java-sdk-8.0-6.26-linux-x64-installmgr.zip | ||
websphere_java_pid: com.ibm.java.jdk.v8 | ||
websphere_java_home: java/8.0 | ||
|
||
websphere_fp_path: WAS/9.0.5Fixpacks | ||
websphere_fp_archive_list: | ||
- 9.0.5-WS-WAS-FP007.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
--- | ||
# FP Vars | ||
websphere_pid: v90_9.0.5008.20210525_1601 | ||
websphere_fp_path: WAS/9.0.5Fixpacks | ||
websphere_fp_archive_list: | ||
- 9.0.5-WS-WAS-FP008.zip | ||
|
||
# Base Vars | ||
websphere_base_pid: com.ibm.websphere.ND.v90 | ||
websphere_base_path: WAS/9.0.5ND | ||
websphere_base_archive_list: | ||
- was.repo.90500.nd.zip | ||
|
||
websphere_java_path: Java/IBM | ||
websphere_java_version: 8.0-6.26 | ||
# Java Vars | ||
websphere_java_path: Java/IBM/ibm-java-sdk-8.0-6.26-linux-x64-installmgr.zip | ||
websphere_java_pid: com.ibm.java.jdk.v8 | ||
websphere_java_home: java/8.0 | ||
|
||
websphere_fp_path: WAS/9.0.5Fixpacks | ||
websphere_fp_archive_list: | ||
- 9.0.5-WS-WAS-FP008.zip |
Oops, something went wrong.