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.

38 lines
1010 B

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