You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
930 B

  1. prefix = "default"
  2. inventory_file = "inventory.ini"
  3. machines = {
  4. "master-0" : {
  5. "node_type" : "master",
  6. "ip" : "i-did-not-read-the-docs" # e.g. 192.168.0.2/24
  7. },
  8. "worker-0" : {
  9. "node_type" : "worker",
  10. "ip" : "i-did-not-read-the-docs" # e.g. 192.168.0.2/24
  11. },
  12. "worker-1" : {
  13. "node_type" : "worker",
  14. "ip" : "i-did-not-read-the-docs" # e.g. 192.168.0.2/24
  15. }
  16. }
  17. gateway = "i-did-not-read-the-docs" # e.g. 192.168.0.2
  18. ssh_public_keys = [
  19. # Put your public SSH key here
  20. "ssh-rsa I-did-not-read-the-docs",
  21. "ssh-rsa I-did-not-read-the-docs 2",
  22. ]
  23. vsphere_datacenter = "i-did-not-read-the-docs"
  24. vsphere_compute_cluster = "i-did-not-read-the-docs" # e.g. Cluster
  25. vsphere_datastore = "i-did-not-read-the-docs" # e.g. ssd-000000
  26. vsphere_server = "i-did-not-read-the-docs" # e.g. vsphere.server.com
  27. template_name = "i-did-not-read-the-docs" # e.g. ubuntu-bionic-18.04-cloudimg