nsxt_upgrade_plan_facts – Get the upgrade plan settings for the component

New in version 2.7.

Synopsis

  • Get the upgrade plan settings for the component.

Parameters

Parameter Choices/Defaults Comments
component_type
string / required
    Choices:
  • host
  • edge
  • mp
Component whose upgrade plan is to be changed
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
      component_type: "host"

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