1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-04 07:51:50 +00:00

[PR #11457/95b24ac3 backport][stable-12] jboss: deprecation (#11458)

jboss: deprecation (#11457)

(cherry picked from commit 95b24ac3fe)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2026-01-31 10:03:36 +01:00 committed by GitHub
parent 4167d8ebeb
commit a266ba1d6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 0 deletions

View file

@ -378,6 +378,10 @@ plugin_routing:
warning_text: Use community.general.idrac_redfish_info instead. warning_text: Use community.general.idrac_redfish_info instead.
idrac_server_config_profile: idrac_server_config_profile:
redirect: dellemc.openmanage.idrac_server_config_profile redirect: dellemc.openmanage.idrac_server_config_profile
jboss:
deprecation:
removal_version: 14.0.0
warning_text: Use role middleware_automation.wildfly.wildfly_app_deploy instead.
jenkins_job_facts: jenkins_job_facts:
tombstone: tombstone:
removal_version: 3.0.0 removal_version: 3.0.0

View file

@ -11,6 +11,12 @@ module: jboss
short_description: Deploy applications to JBoss short_description: Deploy applications to JBoss
description: description:
- Deploy applications to JBoss standalone using the filesystem. - Deploy applications to JBoss standalone using the filesystem.
deprecated:
removed_in: 14.0.0
why: The module has not been very actively maintained and there is a better alternative.
alternative: >-
Use the C(middleware_automation.wildfly.wildfly_app_deploy) role to deploy applications in JBoss or WildFly.
See U(https://galaxy.ansible.com/ui/repo/published/middleware_automation/wildfly/content/role/wildfly_app_deploy/) for details.
extends_documentation_fragment: extends_documentation_fragment:
- community.general.attributes - community.general.attributes
attributes: attributes: