mirror of
https://github.com/openshift/community.okd.git
synced 2026-03-26 19:03:14 +00:00
* [stable-4] Fix action group documentation issue for downstream build (#232) (#234)
* Fix action group documentation issue for downstream build (#232)
(cherry picked from commit 59e78926ec)
* update Makefile
* Release 4.0.0 (#235)
* Prepare release 4.0.0
* Update kubernetes.core dependency to 5.0.0
* documentation update
32 lines
806 B
YAML
32 lines
806 B
YAML
---
|
|
requires_ansible: '>=2.15.0'
|
|
action_groups:
|
|
okd:
|
|
- k8s
|
|
- openshift_adm_groups_sync
|
|
- openshift_adm_migrate_template_instances
|
|
- openshift_adm_prune_auth
|
|
- openshift_adm_prune_deployments
|
|
- openshift_adm_prune_images
|
|
- openshift_auth
|
|
- openshift_import_image
|
|
- openshift_process
|
|
- openshift_registry_info
|
|
- openshift_route
|
|
plugin_routing:
|
|
modules:
|
|
k8s_auth:
|
|
redirect: community.okd.openshift_auth
|
|
inventory:
|
|
openshift:
|
|
deprecation:
|
|
removal_version: 5.0.0
|
|
warning_text: >-
|
|
The openshift inventory plugin has been deprecated and
|
|
will be removed in release 5.0.0.
|
|
action:
|
|
k8s:
|
|
redirect: kubernetes.core.k8s_info
|
|
openshift_adm_groups_sync:
|
|
redirect: kubernetes.core.k8s_info
|