Ansible deployed via boilerplates and playbooks
This commit is contained in:
@@ -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
|
||||
|
||||
24
terraform/proxmox/hosts/tfvars/imagineering.tfvars
Normal file
24
terraform/proxmox/hosts/tfvars/imagineering.tfvars
Normal 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
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user