From 66cec45960ce1d9c794e9399de15c138acb18aed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 18:03:42 +0200 Subject: Adding upstream version 7.3.0+dfsg. Signed-off-by: Daniel Baumann --- ansible_collections/community/okd/meta/runtime.yml | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 ansible_collections/community/okd/meta/runtime.yml (limited to 'ansible_collections/community/okd/meta') diff --git a/ansible_collections/community/okd/meta/runtime.yml b/ansible_collections/community/okd/meta/runtime.yml new file mode 100644 index 00000000..e1ab57a8 --- /dev/null +++ b/ansible_collections/community/okd/meta/runtime.yml @@ -0,0 +1,24 @@ +--- +requires_ansible: '>=2.9.17' +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 + action: + k8s: + redirect: kubernetes.core.k8s_info + openshift_adm_groups_sync: + redirect: kubernetes.core.k8s_info -- cgit v1.2.3