Update terraform/terraform.tfvars, ansible/hosts.ini

This commit is contained in:
2022-12-10 20:16:45 +00:00
parent b5eb756ac0
commit e8949372d3
2 changed files with 10 additions and 3 deletions

View File

@@ -2,10 +2,17 @@
192.168.20.121
192.168.20.122
192.168.20.123
192.168.20.124
192.168.20.125
192.168.20.126
[node]
192.168.20.126
192.168.20.129
192.168.20.141
192.168.20.142
192.168.20.143
192.168.20.144
192.168.20.145
192.168.20.146
[k3s_cluster:children]
master

View File

@@ -9,7 +9,7 @@ k3master = {
memory = "2048"
drive = "20G"
storage = "NVMeSSD"
template = "CentOS9-Template"
template = ["CentOS9-Template","CentOS9-Template","CentOS9-Template","CentOS9-Template2","CentOS9-Template2","CentOS9-Template2"]
node = ["overlord","overlord","overlord","mothership","mothership","mothership"]
ip = ["121", "122", "123","124", "125", "126"]
}