init: initial commit

This commit is contained in:
ITQ
2025-10-04 08:54:34 +03:00
commit 8351a2c667
37 changed files with 1408 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
locals {
master_ip = "10.4.0.3"
master_fqdn = "master."
k3s_data_dir = "/mnt/k3s"
k3s_channel = "stable"
}