Remove tfplan
This commit is contained in:
+34
-2
@@ -4,7 +4,39 @@ vm_guests = [
|
||||
host = "hv01"
|
||||
ipv4_address = "10.96.10.61"
|
||||
memory = 4096
|
||||
name = "k8s01-cp01"
|
||||
role = "talos_control_plane"
|
||||
name = "cp01"
|
||||
role = "controlplane"
|
||||
},
|
||||
{
|
||||
cpu = 1
|
||||
host = "hv02"
|
||||
ipv4_address = "10.96.10.62"
|
||||
memory = 4096
|
||||
name = "cp02"
|
||||
role = "controlplane"
|
||||
},
|
||||
{
|
||||
cpu = 1
|
||||
host = "hv03"
|
||||
ipv4_address = "10.96.10.63"
|
||||
memory = 4096
|
||||
name = "cp03"
|
||||
role = "controlplane"
|
||||
},
|
||||
{
|
||||
cpu = 1
|
||||
host = "hv02"
|
||||
ipv4_address = "10.96.10.64"
|
||||
memory = 4096
|
||||
name = "wn01"
|
||||
role = "worker"
|
||||
},
|
||||
{
|
||||
cpu = 1
|
||||
host = "hv03"
|
||||
ipv4_address = "10.96.10.65"
|
||||
memory = 4096
|
||||
name = "wn02"
|
||||
role = "worker"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user