Skip to content
Snippets Groups Projects
Select Git revision
  • 4bf05c1a63843f27591c489ab41b3cc4858f5e42
  • main default
  • v0.1.17
  • v0.1.16
  • v0.1.15
  • v0.1.14
  • v0.1.13
  • v0.1.12
  • v0.1.11
  • v0.1.10
  • v0.1.9
  • v0.1.8
  • v0.1.7
  • v0.1.6
  • v0.1.5
  • v0.1.4
  • v0.1.3
  • v0.1.2
  • v0.1.1
  • v0.1.0
  • v0.0.59
  • v0.0.58
22 results

CHANGELOG.md

Blame
  • To find the state of this project's repository at the time of any of these versions, check out the tags.
    default.tfvars 1010 B
    prefix = "k8s"
    
    inventory_file = "inventory.ini"
    
    network = "VM Network"
    
    machines = {
      "master-0" : {
        "node_type" : "master",
        "ip" : "i-did-not-read-the-docs", # e.g. 192.168.0.10
        "netmask" : "24"
      },
      "worker-0" : {
        "node_type" : "worker",
        "ip" : "i-did-not-read-the-docs", # e.g. 192.168.0.20
        "netmask" : "24"
      },
      "worker-1" : {
        "node_type" : "worker",
        "ip" : "i-did-not-read-the-docs", # e.g. 192.168.0.21
        "netmask" : "24"
      }
    }
    
    gateway = "i-did-not-read-the-docs" # e.g. 192.168.0.1
    
    ssh_public_keys = [
      # Put your public SSH key here
      "ssh-rsa I-did-not-read-the-docs",
      "ssh-rsa I-did-not-read-the-docs 2",
    ]
    
    vsphere_datacenter      = "i-did-not-read-the-docs"
    vsphere_compute_cluster = "i-did-not-read-the-docs" # e.g. Cluster
    vsphere_datastore       = "i-did-not-read-the-docs" # e.g. ssd-000000
    vsphere_server          = "i-did-not-read-the-docs" # e.g. vsphere.server.com
    
    template_name = "i-did-not-read-the-docs" # e.g. ubuntu-bionic-18.04-cloudimg