main.yml 1.1 KB

1234567891011121314151617181920
  1. ---
  2. # defaults file for cg_nutanix_vm_create
  3. # These variables must be defined with their appropriate values in a
  4. # variables filed used by the calling playbook.
  5. #
  6. # Nutanix Platform
  7. pc_cluster_fqdn: "prismcentral.contoso.com" # FQDN/IP for Prism Central
  8. pe_cluster_fqdn: "prismelement.contoso.com" # FQDN/IP for Prism Element
  9. prism_user: "ntxclusteradmin@contoso.com" # An account with permissions to provision on the cluster
  10. prism_password: "nutanix" # The account's password. Do NOT store this in the clear. Use ansible vault or an external vault.
  11. cluster_name: "mynutanix" # Name of the nutanix cluster on which VMs will be created
  12. pc_api_url: "https://{{ pc_cluster_fqdn }}:9440/api/nutanix/v3"
  13. pe_api_url: "https://{{ pe_cluster_fqdn }}:9440/PrismGateway/services/rest/v1"
  14. # User-provided VM specifications
  15. vm_data_tsv: "files/vm.tsv" # Relative path and name of the tilde-separated-values file containing details of the VMs to be deployed
  16. # Debug
  17. global_debug: false # Global Debug flag