ansible-for-nsxt
ansible-for-nsxt copied to clipboard
coe branch cleanup and merge
nsxt_configure_cluster mispelling of "configure" intentional?
Also, is it possible to review and merge these changes to master from some of the branches, especially the ones like coe branch that make the answerfile not cause eyebleed to read.
'''
confugure_floating_ip(manager_url, mgr_username, mgr_password, validate_certs, headers, floating_ip, module)
else:
# No floating IP is used by the cluster
module.exit_json(changed=False, msg="The cluster does not use floating IP")
elif state == "absent":
confugure_floating_ip(manager_url, mgr_username, mgr_password, validate_certs, headers, floating_ip, module, remove_ip=True)
'''