From 12021c40b4686c252f686ae987cdf8db47960196 Mon Sep 17 00:00:00 2001 From: Guido Grazioli Date: Wed, 7 Feb 2024 13:23:49 +0100 Subject: [PATCH] docs: README --- roles/jws/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/jws/README.md b/roles/jws/README.md index 0df8cd3a..837b9294 100644 --- a/roles/jws/README.md +++ b/roles/jws/README.md @@ -40,7 +40,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_rpm` | Installation RPM version | `jws6` | | `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` | @@ -54,7 +54,7 @@ Role Defaults | `jws_force_install` | Whether to stop any running tomcat process and continue installation | `false` | | `jws_archive_repository` | Path local to controller for offline/download archive files | `{{ lookup('env', 'PWD') | default('/opt') }}` | | `jws_offline_install` | Whether to perform a completely offline install | -`true` | +`false` | ### Service configuration