Skip to content

Commit

Permalink
docs: README
Browse files Browse the repository at this point in the history
  • Loading branch information
guidograzioli committed Feb 7, 2024
1 parent ae7c5d0 commit e12ceb6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ any remote access, set the parameter `jws_offline_install: True`

If you want the collection to install JBoss Web Server from RPM packages, you must first ensure that your system complies with the following prerequisites:

- Your system is compliant with [Red Hat Enterprise Linux package requirements](https://access.redhat.com/documentation/en-us/red_hat_jboss_web_server/5.7/html-single/installation_guide/index#rhel_requirements_rpm).
- Your system is compliant with [Red Hat Enterprise Linux package requirements](https://access.redhat.com/documentation/en-us/red_hat_jboss_web_server/6.0/html-single/installation_guide/index#rhel_requirements_rpm).

- You have [attached subscriptions to Red Hat Enterprise Linux](https://access.redhat.com/documentation/en-us/red_hat_jboss_web_server/5.7/html-single/installation_guide/index#attach_subscriptions).
- You have [attached subscriptions to Red Hat Enterprise Linux](https://access.redhat.com/documentation/en-us/red_hat_jboss_web_server/6.0/html-single/installation_guide/index#attach_subscriptions).

- You have a working internet connection that the collection can use to obtain the RPM packages from Red Hat.

Expand All @@ -122,7 +122,7 @@ To enable the collection to install JBoss Web Server from RPM packages, set the
...
jws_install_method: rpm

> **Note:** By default, the collection installs JBoss Web Server in the `/opt/rh/jws5/root/usr/share/tomcat/` directory. If you want to use a different installation directory, you can manually create a symbolic link to `/opt/rh/jws5/root/usr/share/tomcat/`.
> **Note:** By default, the collection installs JBoss Web Server in the `/opt/rh/jws6/root/usr/share/tomcat/` directory. If you want to use a different installation directory, you can manually create a symbolic link to `/opt/rh/jws6/root/usr/share/tomcat/`.

### Using a custom URL to download the archive files
Expand Down Expand Up @@ -190,7 +190,7 @@ The following [Molecule scenario](https://github.com/ansible-middleware/jws/tree

You can use the password vault for JBoss Web Server, which is named `tomcat-vault`, to mask passwords and other sensitive strings, and to store sensitive information in an encrypted Java keystore. When you use the password vault, you can stop storing clear-text passwords in your JBoss Web Server configuration files. JBoss Web Server can use the password vault to search for passwords and other sensitive strings from a keystore.

> **Note:** If you want to use the password vault feature, you must first create the required `vault.keystore`, `VAULT.dat`, and `vault.properties` files as a prerequisite. For more information about creating these files, see the [Red Hat JBoss Web Server Installation Guide: Using a password vault with Red Hat JBoss Web Server](https://access.redhat.com/documentation/en-us/red_hat_jboss_web_server/5.7/html-single/installation_guide/index#vault_for_jws).
> **Note:** If you want to use the password vault feature, you must first create the required `vault.keystore`, `VAULT.dat`, and `vault.properties` files as a prerequisite. For more information about creating these files, see the [Red Hat JBoss Web Server Installation Guide: Using a password vault with Red Hat JBoss Web Server](https://access.redhat.com/documentation/en-us/red_hat_jboss_web_server/6.0/html-single/installation_guide/index#vault_for_jws).
To enable the collection to configure the password vault, set the following variables on your Ansible control node:

Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: middleware_automation
name: jws
version: "2.0.1"
version: "2.0.0"
readme: README.md
authors:
- George Zaronikas <gzaronik@redhat.com>
Expand Down
2 changes: 1 addition & 1 deletion roles/jws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Role Defaults
| `jws_install_method` | Installation method, allowed values: `['zipfiles','rpm']` | `zipfiles` |
| `jws_install_dir` | Installation path for JWS/tomcat | `/opt` |
| `jws_rpm` | Installation RPM version | `jws5` |
| `jws_version` | Version of JWS to install | `5.7.0` |
| `jws_version` | Version of JWS to install | `6.0.0` |
| `jws_apply_patches` | Install JWS most recent cumulative patch for requested version | `False` |
| `jws_selinux_enabled` | Enable selinux policy enforcement for JWS | `True` |
| `jws_home` | Default installation path for JWS archives | `{{ jws_install_dir }}/jws-{{ jws_version.split('.')[0] }}.{{ jws_version.split('.')[1] }}/tomcat` |
Expand Down

0 comments on commit e12ceb6

Please sign in to comment.