You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,24 +51,24 @@ You can run the collection directly from this folder for demostration purpose, h
51
51
52
52
Download the required zipfiles from your Red Hat account, and place them into the directory you execute the ansible-playbook command on the controller:
53
53
54
-
- Red Hat JBoss Web Server 5.6.0 Application Server (the application server itself)
55
-
- Red Hat JBoss Web Server 5.6.0 Application Server for RHEL 8 x86_64 (the native components)
54
+
- Red Hat JBoss Web Server 5.7.0 Application Server (the application server itself)
55
+
- Red Hat JBoss Web Server 5.7.0 Application Server for RHEL 8 x86_64 (the native components)
Note that if you respect the naming convention above for the file name, which is the default filename as set by the RHN download, you can just provide the JWS version instead of those two paths:
68
68
69
69
vars:
70
70
...
71
-
jws_version: 5.6.0
71
+
jws_version: 5.7.0
72
72
73
73
74
74
Note: if you provide the `jws_version` and set `jws_native` to `True`, then the collection will compute the value of `jws_native_zipfile` for you.
@@ -144,7 +144,7 @@ Allows users to mask passwords and other sensitive strings, and store them in an
144
144
145
145
### How to enable tomcat-vault
146
146
147
-
Before you can enable the tomcat-vault feature, you must follow our documentation on how to create the required files for the feature to function. Please visit the [JWS Installation Guide, Chapter 6](https://access.redhat.com/documentation/en-us/red_hat_jboss_web_server/5.6/html-single/installation_guide/index#vault_for_jws) for next steps, and return here once you've generated your vault files.
147
+
Before you can enable the tomcat-vault feature, you must follow our documentation on how to create the required files for the feature to function. Please visit the [JWS Installation Guide, Chapter 6](https://access.redhat.com/documentation/en-us/red_hat_jboss_web_server/5.7/html-single/installation_guide/index#vault_for_jws) for next steps, and return here once you've generated your vault files.
148
148
149
149
Once you have your vault files (`vault.keystore`, `VAULT.dat`, and `vault.properties`), you'll need to set the following variables to point to each file:
0 commit comments