rename turnstile to guest-relations

This commit is contained in:
2026-03-14 21:08:35 -05:00
parent 1d6a8c154c
commit b85b237129
5 changed files with 13 additions and 13 deletions

View File

@@ -1,16 +1,16 @@
# ─── turnstile ───────────────────────────────────────────────────────────────
# ─── guest-relations ───────────────────────────────────────────────────────────────
# Authentik Identity Provider / SSO
# Provisioned manually (pre-pipeline bootstrap — NetBox not yet available)
#
# Apply:
# cd terraform/proxmox/hosts
# terraform apply \
# -var-file="tfvars/turnstile.tfvars" \
# -state="states/turnstile.tfstate" \
# -var-file="tfvars/guest-relations.tfvars" \
# -state="states/guest-relations.tfstate" \
# -var="proxmox_api_url=https://main-street-usa.local.mk-labs.cloud:8006" \
# -var="proxmox_api_token=terraform@pve!automation=<token>"
# -var="proxmox_api_token=terraform@pve!terraform-token=<token>"
hostname = "turnstile"
hostname = "guest-relations"
vm_id = 71040
ip_address = "10.1.71.40"
target_node = "main-street-usa"