ansible-collections / vmware.vmware_rest

Ansible Collection for VMWare (REST modules)
https://ansible-collections.github.io/vmware.vmware_rest/
GNU General Public License v3.0
132 stars 65 forks source link

Allow disabling turbo mode #499

Open Alabate opened 5 months ago

Alabate commented 5 months ago
SUMMARY

We have an issue with the use of the turbo server in our project. This mean we cannot use the vmware.vmware_rest collection until we find a solution because there is no way to disable the turbo mode.

We could maybe add a condition on the ENABLE_TURBO_MODE env variable like in kubernetes.core

If you agree to this idea, I can create a PR.

ISSUE TYPE
mikemorency commented 5 months ago

HI @Alabate , I think that's a good idea. I found a similar setup in the openshift collection as well. https://github.com/openshift/community.okd/blob/main/docs/ansible_turbo_mode.rst We should probably include a similar doc (although it doesn't need to be as detailed).