ansible-for-nsxt icon indicating copy to clipboard operation
ansible-for-nsxt copied to clipboard

coe branch cleanup and merge

Open rbales79 opened this issue 6 years ago • 0 comments

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) '''

rbales79 avatar Mar 15 '19 12:03 rbales79