ansible-collections / community.kubernetes

Kubernetes Collection for Ansible
https://galaxy.ansible.com/community/kubernetes
GNU General Public License v3.0
265 stars 104 forks source link

Does the `k8s_auth` module belong in community.okd? #222

Closed tima closed 4 years ago

tima commented 4 years ago

In reviewing the code of k8s_auth I noticed most of the functions and many of the internal variables are prefixed with openshift_. Is there a purpose for this module outside of OpenShift? If there is does there need to be an openshift specific k8s_auth module there and a generic (standard) k8s_auth here? Or does the k8s_auth module need to move over to community.okd?

cc/ @willthames @fabianvf

tima commented 4 years ago

Having received not objections here or other conversations amongst contributors, we're going to start migrating this module to community.okd. ansible-collections/community.okd#28.