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

fix: #499 - Permissions required to run nsxt_vm_tags module #506

Closed akiuni closed 4 months ago

akiuni commented 4 months ago

This fix allows the module to apply changes on vm tags with limited permissions granted

The playbook can be run with a principal identity or a local user member of a role with the minimal permissions:

vmwclabot commented 4 months ago

@akiuni, 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.