Chapter 2. New or changed features in the latest release
The latest release of the JBoss Web Server collection provides the following new or changed features.
- Support for
ansible-corepackage version 2.16 or later -
The 2.1 release of the JBoss Web Server collection requires that you have installed the
ansible-corepackage version 2.16 or later on a control node in your system. You can install theansible-corepackage by installing Red Hat Ansible Automation Platform 2.x. For more information, see the Red Hat Ansible Automation Platform installation guide. - Automated installation of native archive file enabled by default
From the 2.1 release onward, the JBoss Web Server collection is also configured to install the native archive file for the specified product version by default. The
jws_nativevariable is now set toTrueby default.This supersedes the behavior in earlier releases where the
jws_nativevariable was set toFalseby default. In this situation, unless you explicitly changed thejws_nativevariable setting toTrue, the JBoss Web Server collection did not install the native archive file.NoteIf you set the
jws_nativevariable toFalse, the JBoss Web Server collection cannot install the native archive, which causes issues for features such as SELinux policies that require the installation of a native archive file.- Preconfigured
become: truedirectives inredhat.jws.jwsrole -
From the 2.1 release onward, the
redhat.jws.jwsrole is already preconfigured withbecome: truedirectives, which activate user privilege escalation for performing any automated tasks that require root privileges on your target hosts. - Requirement for
become: truedirective in playbook removed From the 2.1 release onward, because the
redhat.jws.jwsrole is preconfigured withbecome: truedirectives, you no longer need to specify abecome: truedirective in your playbook.This supersedes the behavior in earlier releases where the JBoss Web Server collection required that you specify a
become: truedirective in your playbook to activate user privilege escalation at the play level.