1
0
mirror of https://github.com/ansible-collections/community.general.git synced 2025-08-08 13:42:08 +03:00

Add proxmox action group (#8334)

Add proxmox module defaults group.
This commit is contained in:
Felix Fontein
2024-05-12 10:03:06 +02:00
committed by GitHub
parent 7f4f066e86
commit 7dd7cbdba8
19 changed files with 97 additions and 12 deletions

View File

@@ -65,3 +65,13 @@ options:
- Add the new VM to the specified pool.
type: str
'''
ACTIONGROUP_PROXMOX = r"""
options: {}
attributes:
action_group:
description: Use C(group/community.general.proxmox) in C(module_defaults) to set defaults for this module.
support: full
membership:
- community.general.proxmox
"""