mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 07:56:06 -03:30
Merge pull request #7391 from xstasi/devel
Add tower group for collection modules SUMMARY It would be useful to be able to declare module defaults for all tower modules, which is accomplished with module groups. See: https://docs.ansible.com/ansible/latest/user_guide/playbooks_module_defaults.html This very simple PR adds the group definition Reviewed-by: Bianca Henderson <beeankha@gmail.com>
This commit is contained in:
@@ -1,4 +1,33 @@
|
||||
---
|
||||
action_groups:
|
||||
tower:
|
||||
- tower_credential_input_source
|
||||
- tower_credential
|
||||
- tower_credential_type
|
||||
- tower_group
|
||||
- tower_host
|
||||
- tower_inventory
|
||||
- tower_inventory_source
|
||||
- tower_job_cancel
|
||||
- tower_job_launch
|
||||
- tower_job_list
|
||||
- tower_job_template
|
||||
- tower_job_wait
|
||||
- tower_label
|
||||
- tower_license
|
||||
- tower_notification
|
||||
- tower_organization
|
||||
- tower_project
|
||||
- tower_role
|
||||
- tower_schedule
|
||||
- tower_settings
|
||||
- tower_team
|
||||
- tower_token
|
||||
- tower_user
|
||||
- tower_workflow_job_template_node
|
||||
- tower_workflow_job_template
|
||||
- tower_workflow_launch
|
||||
|
||||
plugin_routing:
|
||||
modules:
|
||||
tower_receive:
|
||||
|
||||
Reference in New Issue
Block a user