ntx_ssvm_customize.cfg 631 B

1234567891011121314151617181920212223
  1. #############################################
  2. # Configuration file
  3. # DO NOT use any quotes for variable values
  4. #############################################
  5. # Nutanix Prism
  6. [ntx_prism]
  7. # Example FQDNs => prismcentral.contoso.com, prismelement.contoso.com
  8. ntx_pc_fqdn =
  9. # Timeout for REST API calls, in seconds
  10. timeout =
  11. # Microsoft Active Directory
  12. [ms_ad]
  13. # NetBIOS AD domain name. Example: CONTOSO
  14. ad_domain =
  15. # AD Domain FQDN. Example: CONTOSO.COM
  16. ad_fqdn =
  17. # AD OU for the servers to join
  18. ad_ou =
  19. # AD Group name for Linux VM administrators
  20. linux_admins =
  21. # AD Group name for Windows VM administrators
  22. windows_admins =