Ansible deployed via boilerplates and playbooks

This commit is contained in:
2026-03-22 18:15:55 -05:00
parent 836ef66cf0
commit 307413f3f2
16 changed files with 760 additions and 274 deletions

View File

@@ -6,9 +6,7 @@
# cd terraform/proxmox/hosts
# terraform apply \
# -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!terraform-token=<token>"
# -state="states/guest-relations.tfstate"
hostname = "guest-relations"
vm_id = 71040

View File

@@ -0,0 +1,24 @@
# ─── imagineering ──────────────────────────────────────────────────────────
# Semaphore Ansible Automation
# Provisioned manually (pre-pipeline bootstrap — NetBox not yet available)
#
# Apply:
# cd terraform/proxmox/hosts
# terraform apply \
# -var-file="tfvars/imagineering.tfvars" \
# -state="states/imagineering.tfstate"
hostname = "imagineering"
vm_id = 71037
ip_address = "10.1.71.37"
target_node = "main-street-usa"
clone_node = "fantasyland"
template_name = "ubuntu-24.04-medium"
datastore = "liberty-tree"
bridge = "vmbr0"
dns_servers = ["10.1.71.1"]
search_domain = "local.mk-labs.cloud"
# Bootstrap mode — no pipeline available yet
started = true
use_dhcp = false

View File

@@ -6,9 +6,7 @@
# cd terraform/proxmox/hosts
# terraform apply \
# -var-file="tfvars/lightning-lane.tfvars" \
# -state="states/lightning-lane.tfstate" \
# -var="proxmox_api_url=https://main-street-usa.local.mk-labs.cloud:8006" \
# -var="proxmox_api_token=terraform@pve!automation=<token>"
# -state="states/lightning-lane.tfstate"
hostname = "lightning-lane"
vm_id = 71035

View File

@@ -6,11 +6,7 @@
# cd terraform/proxmox/hosts
# terraform apply \
# -var-file="tfvars/turnstile.tfvars" \
# -state="states/turnstile.tfstate" \
# -var="proxmox_api_url=https://main-street-usa.local.mk-labs.cloud:8006" \
# -var="proxmox_api_token=terraform@pve!terraform-token=<token>"
# turnstile — Smallstep step-ca SSH Certificate Authority
# Provisioned manually (pre-pipeline bootstrap)
# -state="states/turnstile.tfstate"
hostname = "turnstile"
vm_id = 71034