2021-02-13 02:10:39 +00:00
|
|
|
variable "prod" {
|
|
|
|
|
type = bool
|
|
|
|
|
default = false
|
|
|
|
|
}
|
2025-10-11 17:07:47 +00:00
|
|
|
variable "proxmox_pm_api_url" { type = string }
|
|
|
|
|
variable "proxmox_pm_api_token_id" { type = string }
|
|
|
|
|
variable "proxmox_pm_api_token_secret" { type = string }
|
2025-10-11 20:40:34 +00:00
|
|
|
variable "k8s_join_command" { type = string }
|
2025-10-11 17:07:47 +00:00
|
|
|
variable "vm_wizard_password" { type = string }
|
|
|
|
|
variable "proxmox_host" { type = string }
|
2026-02-07 13:17:49 +00:00
|
|
|
variable "ssh_private_key" {
|
|
|
|
|
type = string
|
|
|
|
|
default = ""
|
|
|
|
|
}
|
|
|
|
|
variable "ssh_public_key" {
|
|
|
|
|
type = string
|
|
|
|
|
default = ""
|
|
|
|
|
}
|
2021-02-07 23:45:55 +00:00
|
|
|
variable "tls_secret_name" {}
|
2021-02-19 19:52:22 +00:00
|
|
|
variable "tls_crt" {
|
|
|
|
|
default = ""
|
|
|
|
|
}
|
|
|
|
|
variable "tls_key" {
|
|
|
|
|
default = ""
|
|
|
|
|
}
|
2021-02-07 23:45:55 +00:00
|
|
|
variable "client_certificate_secret_name" {}
|
|
|
|
|
variable "mailserver_accounts" {}
|
|
|
|
|
variable "mailserver_aliases" {}
|
2021-02-18 22:26:36 +00:00
|
|
|
variable "mailserver_opendkim_key" {}
|
2025-10-18 13:23:53 +00:00
|
|
|
variable "mailserver_roundcubemail_db_password" { type = string }
|
2022-12-17 14:04:52 +00:00
|
|
|
variable "mailserver_sasl_passwd" {}
|
2021-02-07 23:45:55 +00:00
|
|
|
variable "pihole_web_password" {}
|
|
|
|
|
variable "webhook_handler_secret" {}
|
|
|
|
|
variable "wireguard_wg_0_conf" {}
|
|
|
|
|
variable "wireguard_firewall_sh" {}
|
|
|
|
|
variable "hackmd_db_password" {}
|
|
|
|
|
variable "bind_db_viktorbarzin_me" {}
|
|
|
|
|
variable "bind_db_viktorbarzin_lan" {}
|
|
|
|
|
variable "bind_named_conf_options" {}
|
|
|
|
|
variable "alertmanager_account_password" {}
|
|
|
|
|
variable "wireguard_wg_0_key" {}
|
2021-05-05 19:17:56 +01:00
|
|
|
variable "dbaas_root_password" {}
|
2023-11-24 17:38:49 +00:00
|
|
|
variable "dbaas_postgresql_root_password" {}
|
|
|
|
|
variable "dbaas_pgadmin_password" {}
|
2021-02-10 21:17:31 +00:00
|
|
|
variable "drone_github_client_id" {}
|
|
|
|
|
variable "drone_github_client_secret" {}
|
|
|
|
|
variable "drone_rpc_secret" {}
|
2026-02-01 20:42:07 +00:00
|
|
|
variable "drone_webhook_secret" {}
|
2025-10-12 18:54:22 +00:00
|
|
|
variable "dockerhub_registry_password" {}
|
2023-10-21 22:54:45 +00:00
|
|
|
variable "oauth2_proxy_client_id" {}
|
|
|
|
|
variable "oauth2_proxy_client_secret" {}
|
2023-10-22 14:07:14 +00:00
|
|
|
variable "oauth2_proxy_authenticated_emails" {}
|
2021-05-05 19:17:56 +01:00
|
|
|
variable "url_shortener_mysql_password" {}
|
2021-04-17 19:19:04 +01:00
|
|
|
variable "url_shortener_geolite_license_key" {}
|
2021-05-04 19:11:09 +01:00
|
|
|
variable "url_shortener_api_key" {}
|
2021-02-27 19:31:40 +00:00
|
|
|
variable "webhook_handler_fb_verify_token" {}
|
2021-02-27 20:56:14 +00:00
|
|
|
variable "webhook_handler_fb_page_token" {}
|
2021-03-09 21:43:14 +00:00
|
|
|
variable "webhook_handler_fb_app_secret" {}
|
2021-03-15 23:32:56 +00:00
|
|
|
variable "webhook_handler_git_user" {}
|
2024-01-23 20:30:39 +00:00
|
|
|
variable "technitium_username" {}
|
|
|
|
|
variable "technitium_password" {}
|
2026-02-16 23:06:41 +00:00
|
|
|
variable "technitium_db_password" {}
|
2021-03-15 23:32:56 +00:00
|
|
|
variable "webhook_handler_git_token" {}
|
2021-03-31 23:35:09 +01:00
|
|
|
variable "webhook_handler_ssh_key" {}
|
2021-04-05 15:06:24 +01:00
|
|
|
variable "monitoring_idrac_username" {}
|
|
|
|
|
variable "monitoring_idrac_password" {}
|
2022-01-06 20:09:20 +00:00
|
|
|
variable "alertmanager_slack_api_url" {}
|
2022-06-02 16:05:14 +01:00
|
|
|
variable "home_assistant_configuration" {}
|
2022-11-19 17:51:04 +00:00
|
|
|
variable "shadowsocks_password" {}
|
2023-04-25 23:54:38 +01:00
|
|
|
variable "finance_app_db_connection_string" {}
|
2023-10-27 12:22:45 +00:00
|
|
|
variable "finance_app_currency_converter_api_key" {}
|
2023-03-26 14:42:17 +01:00
|
|
|
variable "finance_app_graphql_api_secret" {}
|
2023-11-06 22:44:30 +00:00
|
|
|
variable "finance_app_gocardless_secret_key" {}
|
|
|
|
|
variable "finance_app_gocardless_secret_id" {}
|
2023-09-15 23:13:19 +00:00
|
|
|
variable "headscale_config" {}
|
2024-01-06 21:33:05 +00:00
|
|
|
variable "headscale_acl" {}
|
2023-11-18 14:54:55 +00:00
|
|
|
variable "immich_postgresql_password" {}
|
2025-09-29 20:29:24 +00:00
|
|
|
variable "immich_frame_api_key" {}
|
2023-11-25 13:33:03 +00:00
|
|
|
variable "ingress_crowdsec_api_key" {}
|
2025-08-31 15:20:57 +00:00
|
|
|
variable "crowdsec_enroll_key" { type = string }
|
|
|
|
|
variable "crowdsec_db_password" { type = string }
|
2025-10-14 20:08:43 +00:00
|
|
|
variable "crowdsec_dash_api_key" { type = string }
|
|
|
|
|
variable "crowdsec_dash_machine_id" { type = string }
|
|
|
|
|
variable "crowdsec_dash_machine_password" { type = string }
|
2023-11-18 19:13:40 +00:00
|
|
|
variable "vaultwarden_smtp_password" {}
|
2023-11-24 17:38:49 +00:00
|
|
|
variable "resume_database_url" {}
|
2026-01-18 14:05:01 +00:00
|
|
|
variable "resume_database_password" {}
|
2023-11-24 17:38:49 +00:00
|
|
|
variable "resume_redis_url" {}
|
2026-01-28 17:57:39 +00:00
|
|
|
variable "resume_auth_secret" { type = string }
|
2024-01-04 22:11:32 +00:00
|
|
|
variable "frigate_valchedrym_camera_credentials" { default = "" }
|
2024-02-03 13:46:13 +00:00
|
|
|
variable "paperless_db_password" {}
|
2024-08-18 18:14:17 +00:00
|
|
|
variable "diun_nfty_token" {}
|
2024-12-29 18:16:42 +00:00
|
|
|
variable "diun_slack_url" {}
|
2024-08-18 18:14:17 +00:00
|
|
|
variable "docker_config" {}
|
2024-09-28 20:10:44 +00:00
|
|
|
variable "nextcloud_db_password" {}
|
2024-10-18 22:37:47 +00:00
|
|
|
variable "homepage_credentials" {
|
|
|
|
|
type = map(any)
|
|
|
|
|
}
|
2024-11-12 20:20:10 +00:00
|
|
|
variable "authentik_secret_key" {}
|
|
|
|
|
variable "authentik_postgres_password" {}
|
2021-02-07 23:45:55 +00:00
|
|
|
|
|
|
|
|
variable "ansible_prefix" {
|
|
|
|
|
default = "ANSIBLE_VAULT_PASSWORD_FILE=~/.ansible/vault_pass.txt ansible-playbook -i playbook/hosts.yaml playbook/linux.yml -t linux/initial_setup"
|
|
|
|
|
description = "Provisioner command"
|
|
|
|
|
}
|
2024-11-23 12:15:21 +00:00
|
|
|
variable "linkwarden_postgresql_password" {}
|
|
|
|
|
variable "linkwarden_authentik_client_id" {}
|
|
|
|
|
variable "linkwarden_authentik_client_secret" {}
|
2024-12-23 18:20:16 +00:00
|
|
|
variable "cloudflare_api_key" {}
|
|
|
|
|
variable "cloudflare_email" {}
|
|
|
|
|
variable "cloudflare_account_id" {}
|
|
|
|
|
variable "cloudflare_zone_id" {}
|
|
|
|
|
variable "cloudflare_tunnel_id" {}
|
|
|
|
|
variable "public_ip" {}
|
|
|
|
|
variable "cloudflare_proxied_names" {}
|
|
|
|
|
variable "cloudflare_non_proxied_names" {}
|
|
|
|
|
variable "cloudflare_tunnel_token" {}
|
2024-12-30 18:50:35 +00:00
|
|
|
variable "owntracks_credentials" {}
|
2026-02-08 01:54:24 +00:00
|
|
|
variable "ollama_api_credentials" {}
|
2024-12-30 22:14:59 +00:00
|
|
|
variable "dawarich_database_password" {}
|
2025-05-31 21:50:16 +00:00
|
|
|
variable "geoapify_api_key" {}
|
2025-01-14 20:12:26 +00:00
|
|
|
variable "tandoor_database_password" {}
|
2025-05-10 19:12:01 +00:00
|
|
|
variable "n8n_postgresql_password" {}
|
2025-06-30 20:43:07 +00:00
|
|
|
variable "realestate_crawler_db_password" {}
|
2025-07-27 10:18:01 +00:00
|
|
|
variable "realestate_crawler_notification_settings" {
|
|
|
|
|
type = map(string)
|
|
|
|
|
}
|
2025-07-27 10:31:38 +00:00
|
|
|
variable "kured_notify_url" {}
|
2025-08-17 19:27:34 +00:00
|
|
|
variable "onlyoffice_db_password" { type = string }
|
|
|
|
|
variable "onlyoffice_jwt_token" { type = string }
|
2025-08-22 21:41:51 +00:00
|
|
|
variable "xray_reality_clients" { type = list(map(string)) }
|
|
|
|
|
variable "xray_reality_private_key" { type = string }
|
|
|
|
|
variable "xray_reality_short_ids" { type = list(string) }
|
2025-10-24 14:00:06 +00:00
|
|
|
variable "tiny_tuya_api_key" { type = string }
|
|
|
|
|
variable "tiny_tuya_api_secret" { type = string }
|
|
|
|
|
variable "tiny_tuya_service_secret" { type = string }
|
2025-11-26 20:38:57 +00:00
|
|
|
variable "tiny_tuya_slack_url" { type = string }
|
2025-11-29 11:46:42 +00:00
|
|
|
variable "haos_api_token" { type = string }
|
2025-12-26 16:23:17 +00:00
|
|
|
variable "pve_password" { type = string }
|
2025-12-27 20:51:05 +00:00
|
|
|
variable "grafana_db_password" { type = string }
|
2026-02-18 21:40:32 +00:00
|
|
|
variable "grafana_admin_password" { type = string }
|
2025-12-18 10:44:01 +00:00
|
|
|
variable "clickhouse_password" { type = string }
|
|
|
|
|
variable "clickhouse_postgres_password" { type = string }
|
2025-12-23 12:22:52 +00:00
|
|
|
variable "wealthfolio_password_hash" { type = string }
|
2026-01-03 16:58:57 +00:00
|
|
|
variable "aiostreams_database_connection_string" { type = string }
|
2026-01-10 20:01:06 +00:00
|
|
|
variable "actualbudget_credentials" { type = map(any) }
|
2026-01-13 20:34:44 +00:00
|
|
|
variable "speedtest_db_password" { type = string }
|
2026-01-17 22:40:35 +00:00
|
|
|
variable "freedify_credentials" { type = map(any) }
|
2026-01-24 18:43:43 +00:00
|
|
|
variable "mcaptcha_postgresql_password" { type = string }
|
|
|
|
|
variable "mcaptcha_cookie_secret" { type = string }
|
|
|
|
|
variable "mcaptcha_captcha_salt" { type = string }
|
2026-01-25 21:40:39 +00:00
|
|
|
variable "openrouter_api_key" { type = string }
|
|
|
|
|
variable "slack_bot_token" { type = string }
|
|
|
|
|
variable "slack_channel" { type = string }
|
|
|
|
|
variable "affine_postgresql_password" { type = string }
|
2026-02-08 01:54:24 +00:00
|
|
|
variable "health_postgresql_password" { type = string }
|
|
|
|
|
variable "health_secret_key" { type = string }
|
2026-02-18 21:40:32 +00:00
|
|
|
variable "openclaw_ssh_key" { type = string }
|
|
|
|
|
variable "openclaw_skill_secrets" { type = map(string) }
|
2026-02-16 23:06:41 +00:00
|
|
|
variable "gemini_api_key" { type = string }
|
|
|
|
|
variable "llama_api_key" { type = string }
|
|
|
|
|
variable "brave_api_key" { type = string }
|
2026-02-19 23:17:08 +00:00
|
|
|
variable "modal_api_key" { type = string }
|
2026-02-21 18:08:01 +00:00
|
|
|
variable "coturn_turn_secret" { type = string }
|
2021-02-13 02:10:39 +00:00
|
|
|
|
2026-02-17 21:42:39 +00:00
|
|
|
variable "k8s_users" {
|
|
|
|
|
type = map(any)
|
|
|
|
|
default = {}
|
|
|
|
|
}
|
|
|
|
|
|
2026-02-07 13:17:49 +00:00
|
|
|
variable "kube_config_path" {
|
|
|
|
|
type = string
|
|
|
|
|
default = "~/.kube/config"
|
|
|
|
|
}
|
|
|
|
|
|
2021-02-07 23:45:55 +00:00
|
|
|
provider "kubernetes" {
|
2026-02-07 13:17:49 +00:00
|
|
|
config_path = var.prod ? "" : var.kube_config_path
|
2021-02-07 23:45:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
provider "helm" {
|
2025-12-18 11:41:33 +00:00
|
|
|
kubernetes = {
|
2026-02-07 13:17:49 +00:00
|
|
|
config_path = var.prod ? "" : var.kube_config_path
|
2021-02-07 23:45:55 +00:00
|
|
|
}
|
|
|
|
|
}
|
2024-12-15 18:04:02 +00:00
|
|
|
|
2025-10-11 13:32:49 +00:00
|
|
|
provider "proxmox" {
|
|
|
|
|
pm_api_url = var.proxmox_pm_api_url
|
|
|
|
|
pm_api_token_id = var.proxmox_pm_api_token_id
|
|
|
|
|
pm_api_token_secret = var.proxmox_pm_api_token_secret
|
|
|
|
|
pm_tls_insecure = true
|
|
|
|
|
}
|
|
|
|
|
# TODO: add DEFCON levels
|
2023-12-03 12:15:54 +00:00
|
|
|
|
2026-02-22 13:11:16 +00:00
|
|
|
# ---------------------------------------------------------------------------
|
|
|
|
|
# Infra modules (VM templates, docker-registry) migrated to stacks/infra/
|
|
|
|
|
# Manage with: cd stacks/infra && terragrunt apply
|
|
|
|
|
# ---------------------------------------------------------------------------
|
2025-10-12 18:54:22 +00:00
|
|
|
|
|
|
|
|
# module that provisions the proxmox host?
|
|
|
|
|
# make dns stateless?
|
|
|
|
|
# pfsense/truenas configs in code
|
|
|
|
|
# etcd db backup in code
|
|
|
|
|
|
2025-10-11 20:40:34 +00:00
|
|
|
# module "k8s_node5" {
|
2025-10-11 17:07:47 +00:00
|
|
|
# template_name = local.vm_template_name
|
|
|
|
|
# source = "./modules/create-vm"
|
2025-10-11 20:40:34 +00:00
|
|
|
# vm_name = "k8s-node5"
|
|
|
|
|
# vmid = 205
|
2025-10-11 17:07:47 +00:00
|
|
|
# cisnippet_name = local.vm_cloud_init_snippet_name
|
2025-10-11 20:40:34 +00:00
|
|
|
|
2025-10-11 17:24:26 +00:00
|
|
|
# vm_mac_address = "00:50:56:87:4a:2d"
|
2025-10-11 20:40:34 +00:00
|
|
|
# bridge = "vmbr1"
|
|
|
|
|
# vlan_tag = "20"
|
2023-11-18 14:57:59 +00:00
|
|
|
# }
|
2021-02-07 23:45:55 +00:00
|
|
|
|
2023-11-18 14:57:59 +00:00
|
|
|
# module "k8s_master" {
|
|
|
|
|
# source = "./modules/create-vm"
|
|
|
|
|
# vm_name = "k8s-master"
|
|
|
|
|
# vm_mac_address = "00:50:56:b0:a1:39"
|
|
|
|
|
# network = "dKubernetes"
|
|
|
|
|
# provisioner_command = "${var.ansible_prefix} -t linux/k8s/master -e hostname=k8s-master"
|
2021-02-07 23:45:55 +00:00
|
|
|
|
2023-11-18 14:57:59 +00:00
|
|
|
# vsphere_password = var.vsphere_password
|
|
|
|
|
# vsphere_user = var.vsphere_user
|
|
|
|
|
# vsphere_server = var.vsphere_server
|
|
|
|
|
# vsphere_datastore = "r730-datastore"
|
|
|
|
|
# vsphere_resource_pool = "R730"
|
2021-02-07 23:45:55 +00:00
|
|
|
|
2023-11-18 14:57:59 +00:00
|
|
|
# }
|
|
|
|
|
# module "k8s_node1" {
|
|
|
|
|
# source = "./modules/create-vm"
|
|
|
|
|
# vm_name = "k8s-node1"
|
|
|
|
|
# vm_mac_address = "00:50:56:b0:e0:c9"
|
|
|
|
|
# network = "dKubernetes"
|
|
|
|
|
# provisioner_command = "${var.ansible_prefix} -t linux/k8s/node -e hostname=k8s-node1 -e k8s_master='wizard@${module.k8s_master.guest_ip}'"
|
|
|
|
|
|
|
|
|
|
# vsphere_password = var.vsphere_password
|
|
|
|
|
# vsphere_user = var.vsphere_user
|
|
|
|
|
# vsphere_server = var.vsphere_server
|
|
|
|
|
# vsphere_datastore = "r730-datastore"
|
|
|
|
|
# vsphere_resource_pool = "R730"
|
2021-02-07 23:45:55 +00:00
|
|
|
|
2023-11-18 14:57:59 +00:00
|
|
|
# }
|
2021-02-07 23:45:55 +00:00
|
|
|
|
2023-11-18 14:57:59 +00:00
|
|
|
# module "k8s_node2" {
|
|
|
|
|
# source = "./modules/create-vm"
|
|
|
|
|
# vm_name = "k8s-node2"
|
|
|
|
|
# vm_mac_address = "00:50:56:b0:a1:36"
|
|
|
|
|
# network = "dKubernetes"
|
|
|
|
|
# provisioner_command = "${var.ansible_prefix} -t linux/k8s/node -e hostname=k8s-node2 -e k8s_master='wizard@${module.k8s_master.guest_ip}'"
|
|
|
|
|
|
|
|
|
|
# vsphere_password = var.vsphere_password
|
|
|
|
|
# vsphere_user = var.vsphere_user
|
|
|
|
|
# vsphere_server = var.vsphere_server
|
|
|
|
|
# vsphere_datastore = "r730-datastore"
|
|
|
|
|
# vsphere_resource_pool = "R730"
|
|
|
|
|
# }
|
2021-02-07 23:45:55 +00:00
|
|
|
|
2023-11-18 14:57:59 +00:00
|
|
|
# module "k8s_node3" {
|
|
|
|
|
# source = "./modules/create-vm"
|
|
|
|
|
# vm_name = "k8s-node3"
|
|
|
|
|
# vm_mac_address = "00:50:56:b0:a1:37"
|
|
|
|
|
# network = "dKubernetes"
|
|
|
|
|
# provisioner_command = "${var.ansible_prefix} -t linux/k8s/node -e hostname=k8s-node3 -e k8s_master='wizard@${module.k8s_master.guest_ip}'"
|
|
|
|
|
|
|
|
|
|
# vsphere_password = var.vsphere_password
|
|
|
|
|
# vsphere_user = var.vsphere_user
|
|
|
|
|
# vsphere_server = var.vsphere_server
|
|
|
|
|
# vsphere_datastore = "r730-datastore"
|
|
|
|
|
# vsphere_resource_pool = "R730"
|
|
|
|
|
# }
|
2021-02-07 23:45:55 +00:00
|
|
|
|
2023-11-18 14:57:59 +00:00
|
|
|
# module "k8s_node4" {
|
2025-10-11 20:58:10 +00:00
|
|
|
# source = "./modules/create-vm"
|
|
|
|
|
# vm_name = "k8s-node4"
|
|
|
|
|
# vmid = 204
|
|
|
|
|
# template_name = local.vm_template_name
|
|
|
|
|
# cisnippet_name = local.vm_cloud_init_snippet_name
|
2023-11-18 14:57:59 +00:00
|
|
|
|
2025-10-11 20:58:10 +00:00
|
|
|
# vm_mac_address = "00:50:56:b0:a1:38"
|
|
|
|
|
# bridge = "vmbr1"
|
|
|
|
|
# vlan_tag = "20"
|
2023-11-18 14:57:59 +00:00
|
|
|
# }
|
2021-02-07 23:45:55 +00:00
|
|
|
|
2023-11-18 14:57:59 +00:00
|
|
|
# module "k8s_node5" {
|
|
|
|
|
# source = "./modules/create-vm"
|
|
|
|
|
# vm_name = "k8s-node5"
|
|
|
|
|
# vm_mac_address = "00:50:56:b0:a1:40"
|
|
|
|
|
# network = "dKubernetes"
|
|
|
|
|
# provisioner_command = "${var.ansible_prefix} -t linux/k8s/node -e hostname=k8s-node5 -e k8s_master='wizard@${module.k8s_master.guest_ip}'"
|
2021-02-07 23:45:55 +00:00
|
|
|
|
2023-11-18 14:57:59 +00:00
|
|
|
# vsphere_password = var.vsphere_password
|
|
|
|
|
# vsphere_user = var.vsphere_user
|
|
|
|
|
# vsphere_server = var.vsphere_server
|
|
|
|
|
# vsphere_datastore = "r730-datastore"
|
|
|
|
|
# vsphere_resource_pool = "R730"
|
2023-03-18 17:36:37 +00:00
|
|
|
|
2023-11-18 14:57:59 +00:00
|
|
|
# }
|
|
|
|
|
# module "devvm" {
|
|
|
|
|
# source = "./modules/create-vm"
|
|
|
|
|
# vm_name = "devvm"
|
|
|
|
|
# vm_mac_address = "00:50:56:b0:a1:41"
|
|
|
|
|
# network = "dKubernetes"
|
|
|
|
|
# # provisioner_command = "${var.ansible_prefix} -t linux/k8s/node -e hostname=k8s-node5 -e k8s_master='wizard@${module.k8s_master.guest_ip}'"
|
|
|
|
|
|
|
|
|
|
# vsphere_password = var.vsphere_password
|
|
|
|
|
# vsphere_user = var.vsphere_user
|
|
|
|
|
# vsphere_server = var.vsphere_server
|
|
|
|
|
# vsphere_datastore = "r730-datastore"
|
|
|
|
|
# vsphere_resource_pool = "R730"
|
|
|
|
|
# }
|
2021-02-07 23:45:55 +00:00
|
|
|
|
|
|
|
|
# resource "null_resource" "test" {
|
|
|
|
|
# provisioner "local-exec" {
|
|
|
|
|
# working_dir = "/home/viktor/"
|
|
|
|
|
# command = "ANSIBLE_VAULT_PASSWORD_FILE=~/.ansible/vault_pass.txt ansible-playbook -i playbook/hosts.yaml playbook/linux.yml -t linux/k8s/node -e host='10.0.40.126'"
|
|
|
|
|
# }
|
|
|
|
|
# }
|
|
|
|
|
|
2026-02-22 13:58:07 +00:00
|
|
|
# ---------------------------------------------------------------------------
|
|
|
|
|
# The kubernetes_cluster module (modules/kubernetes/) has been migrated to
|
|
|
|
|
# individual Terragrunt stacks under stacks/.
|
|
|
|
|
# See stacks/<service>/main.tf for each service's configuration.
|
|
|
|
|
# ---------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|