mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 14:27:42 -02:30
Mark the collection role module as deprecated (#15455)
* Mark the collection role module as deprecated * Mark deprecated in DOCUMENTATION * Add deprecation info * Resolve validate-modules deprecation errors --------- Co-authored-by: Luis <lvilla@redhat.com>
This commit is contained in:
@@ -263,3 +263,7 @@ plugin_routing:
|
|||||||
removal_date: '2022-01-23'
|
removal_date: '2022-01-23'
|
||||||
warning_text: The tower_* modules have been deprecated, use awx.awx.workflow_node_wait instead.
|
warning_text: The tower_* modules have been deprecated, use awx.awx.workflow_node_wait instead.
|
||||||
redirect: awx.awx.workflow_node_wait
|
redirect: awx.awx.workflow_node_wait
|
||||||
|
role:
|
||||||
|
deprecation:
|
||||||
|
removal_version: '25.0.0'
|
||||||
|
warning_text: This is replaced by the DAB role system, via the role_definition module.
|
||||||
|
|||||||
@@ -17,6 +17,10 @@ DOCUMENTATION = '''
|
|||||||
module: role
|
module: role
|
||||||
author: "Wayne Witzel III (@wwitzel3)"
|
author: "Wayne Witzel III (@wwitzel3)"
|
||||||
short_description: grant or revoke an Automation Platform Controller role.
|
short_description: grant or revoke an Automation Platform Controller role.
|
||||||
|
deprecated:
|
||||||
|
removed_in: '25.0.0'
|
||||||
|
why: Endpoints corresponding to module will be removed in the API
|
||||||
|
alternative: Use the role_user_assignment and role_team_assignment modules instead.
|
||||||
description:
|
description:
|
||||||
- Roles are used for access control, this module is for managing user access to server resources.
|
- Roles are used for access control, this module is for managing user access to server resources.
|
||||||
- Grant or revoke Automation Platform Controller roles to users. See U(https://www.ansible.com/tower) for an overview.
|
- Grant or revoke Automation Platform Controller roles to users. See U(https://www.ansible.com/tower) for an overview.
|
||||||
|
|||||||
Reference in New Issue
Block a user