mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-25 16:06:43 +00:00
Add k8s_auth and kubevirt_vm to the k8s group (#52320)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
minor_changes:
|
||||
- A k8s module defaults group has now been added to reduce the amount of parameters required for multiple k8s tasks.
|
||||
This group contains all non-deprecated kubernetes modules - `k8s`, `k8s_facts`, `k8s_scale` and `k8s_service`.
|
||||
This group contains all non-deprecated kubernetes modules - `k8s`, `k8s_auth`, `k8s_facts`, `k8s_scale` and
|
||||
`k8s_service` as well as the CRD-handling `kubevirt_*` modules.
|
||||
|
||||
@@ -596,9 +596,13 @@ groupings:
|
||||
- azure
|
||||
k8s:
|
||||
- k8s
|
||||
k8s_auth:
|
||||
- k8s
|
||||
k8s_facts:
|
||||
- k8s
|
||||
k8s_service:
|
||||
- k8s
|
||||
k8s_scale:
|
||||
- k8s
|
||||
kubevirt_vm:
|
||||
- k8s
|
||||
|
||||
Reference in New Issue
Block a user