nsxt_upgrade_eula_accept_facts – Gets EULA acceptance status and contents

New in version 2.7.

Synopsis

  • Returns EULA acceptance status and the contents.

Parameters

Parameter Choices/Defaults Comments
hostname
string / required
Deployed NSX manager hostname.
password
string / required
The password to authenticate with the NSX manager.
required_info
- / required
    Choices:
  • acceptance
  • contents
required_info can be either 'acceptance' or 'contents'. 'acceptance' returns the acceptance status of end user license agreement . 'contents' Return the content of end user license agreement in the specified format. By default, it's pure string without line break.
username
string / required
The username to authenticate with the NSX manager.

Examples

- name: Gets EULA acceptance status and contents
  nsxt_upgrade_eula_accept_facts:
      hostname: "10.192.167.137"
      username: "admin"
      password: "Admin!23Admin"
      validate_certs: False
      required_info: "acceptance"

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