vmware / ansible-for-nsxt

Ansible delivers simple IT automation that ends repetitive tasks and frees up DevOps teams for more strategic work. This project is to enable this automation for NSX-T installation.
Other
171 stars 145 forks source link

Add force_delete to nsxt_transport_nodes module #440

Open wapplermarc opened 2 years ago

wapplermarc commented 2 years ago

The contained commit adds a module parameter to control transport node deletion (force_delete). It reflects the same option you have within the web UI if trying to delete an unresolvable transport node.

Signed-off-by: Marc Wappler marc.wappler@sap.com Signed-off-by: Marc Wappler marc.wappler@vcetera.io

vmwclabot commented 2 years ago

@wapplermarc, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.