nsxt_upload_upgrade_bundle_facts – Get uploaded upgrade bundle information

New in version 2.7.

Synopsis

  • Get uploaded upgrade bundle information.

Parameters

Parameter Choices/Defaults Comments
bundle_id
string / required
Uploaded bundle ID
hostname
string / required
Deployed NSX manager hostname.
password
string / required
The password to authenticate with the NSX manager.
username
string / required
The username to authenticate with the NSX manager.

Examples

- name: Get uploaded upgrade bundle information
  nsxt_upload_upgrade_bundle_facts:
      hostname: "10.192.167.137"
      username: "admin"
      password: "Admin!23Admin"
      validate_certs: False
      bundle_id: "2500014166034"

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