nsxt_repo_sync_facts – Get synchronize status of a manager node

New in version 2.7.

Synopsis

  • Returns the synchronization status for the manager represented by given .

Parameters

Parameter Choices/Defaults Comments
hostname
string / required
Deployed NSX manager hostname.
node_name
string / required
Name of auto-deployment node
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 repo sync status of an auto deployed node
  nsxt_repo_sync_facts:
      hostname: "10.192.167.137"
      username: "admin"
      password: "Admin!23Admin"
      validate_certs: False
      node_name: "Manager-01"
      state: present

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