Skip to content

Commit 3cf240d

Browse files
committed
Add whitespaces to README to tweak formatting
1 parent 949cde9 commit 3cf240d

File tree

1 file changed

+20
-22
lines changed

1 file changed

+20
-22
lines changed

roles/jws/README.md

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -36,28 +36,26 @@ Role Defaults
3636

3737
### Download and install parameters
3838

39-
| Variable | Description | Default |
40-
|:-------------------------|:-----------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------|
41-
| `jws_install_method` | Installation method, allowed values: `['zipfiles','rpm']` | `zipfiles` |
42-
| `jws_install_dir` | Installation path for JWS/tomcat | `/opt` |
43-
| `jws_rpm` | Installation RPM version | `jws6` |
44-
| `jws_version` | Version of JWS to install | `6.0.0` |
45-
| `jws_apply_patches` | Install JWS most recent cumulative patch for requested version | `False` |
46-
| `jws_selinux_enabled` | Enable selinux policy enforcement for JWS | `True` |
47-
| `jws_home` | Default installation path for JWS archives | `{{ jws_install_dir }}/jws-{{ jws_version.split('.')[0] }}.{{ jws_version.split('.')[1] }}/tomcat` |
48-
| `jws_user` | posix user account for service | `tomcat` |
49-
| `jws_uid` | posix UID user account for service | `tomcat` |
50-
| `jws_group` | posix group for service | `tomcat` |
51-
| `jws_gid` | posix GID user account for service | `tomcat` |
52-
| `jws_native` | Install native bits; provide a zipfile path below with tomcat, while on JWS it will be interpolated from version | `False` |
53-
| `jws_native_zipfile` | Tomcat native binaries archive filename | `''` |
54-
| `jws_force_install` | Whether to stop any running tomcat process and continue installation | `false` |
55-
| `jws_archive_repository` | Path local to controller for offline/download archive files | `{{ lookup('env', 'PWD') | default('/opt') }}` |
56-
| `jws_offline_install` | Whether to perform a completely offline install |
57-
`false` |
58-
| `jws_url_download_retries` | Number of retries in case a download fails | `5` |
59-
| `jws_url_download_delay` | Delay among two consequent download retries | `10` |
60-
39+
| Variable | Description | Default |
40+
|:---------------------------|:-----------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------|
41+
| `jws_install_method` | Installation method, allowed values: `['zipfiles','rpm']` | `zipfiles` |
42+
| `jws_install_dir` | Installation path for JWS/tomcat | `/opt` |
43+
| `jws_rpm` | Installation RPM version | `jws6` |
44+
| `jws_version` | Version of JWS to install | `6.0.0` |
45+
| `jws_apply_patches` | Install JWS most recent cumulative patch for requested version | `False` |
46+
| `jws_selinux_enabled` | Enable selinux policy enforcement for JWS | `True` |
47+
| `jws_home` | Default installation path for JWS archives | `{{ jws_install_dir }}/jws-{{ jws_version.split('.')[0] }}.{{ jws_version.split('.')[1] }}/tomcat` |
48+
| `jws_user` | posix user account for service | `tomcat` |
49+
| `jws_uid` | posix UID user account for service | `tomcat` |
50+
| `jws_group` | posix group for service | `tomcat` |
51+
| `jws_gid` | posix GID user account for service | `tomcat` |
52+
| `jws_native` | Install native bits; provide a zipfile path below with tomcat, while on JWS it will be interpolated from version | `False` |
53+
| `jws_native_zipfile` | Tomcat native binaries archive filename | `''` |
54+
| `jws_force_install` | Whether to stop any running tomcat process and continue installation | `false` |
55+
| `jws_archive_repository` | Path local to controller for offline/download archive files | `{{ lookup('env', 'PWD') | default('/opt') }}` |
56+
| `jws_offline_install` | Whether to perform a completely offline install |`false` |
57+
| `jws_url_download_retries` | Number of retries in case a download fails | `5` |
58+
| `jws_url_download_delay` | Delay among two consequent download retries | `10` |
6159

6260
### Service configuration
6361

0 commit comments

Comments
 (0)