nsxt_upgrade_upload_mub – Uploads upgrade mub

New in version 2.7.

Synopsis

  • Uploads upgrade mub

Parameters

Parameter Choices/Defaults Comments
file
string
The path of the mub file
hostname
string / required
Deployed NSX manager hostname.
password
string / required
The password to authenticate with the NSX manager.
url
string
URL of MUB file
username
string / required
The username to authenticate with the NSX manager.

Examples

- name: Upload MUB
  upload_mub:
      hostname: "10.192.167.137"
      username: "admin"
      password: "Admin!23Admin"
      validate_certs: False
      url: "https://file-server.com/file.mub"

Status

  • This module is not guaranteed to have a backwards compatible interface. [preview]

  • This module is maintained by the Ansible Community. [community]

Authors

  • Kommireddy Akhilesh