feat(tf): provision askari — cx23/hel1 (CAX11 ARM was out of stock)
ARM (cax11) unavailable in all EU locations 2026-06-14; fell back to cx23 (x86, same 2/4/40 spec, cheaper in hel1). Server created (id 141153963); offsite.yml generated into the directory inventory. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
e83c777b44
commit
917005174a
2 changed files with 19 additions and 2 deletions
16
inventories/production/offsite.yml
Normal file
16
inventories/production/offsite.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
---
|
||||||
|
# Generated by scripts/tf_to_inventory.py — do not edit manually.
|
||||||
|
# Regenerate with: make tf-inventory TF_ENV=<env>
|
||||||
|
|
||||||
|
all:
|
||||||
|
children:
|
||||||
|
control:
|
||||||
|
hosts: {}
|
||||||
|
docker_hosts:
|
||||||
|
hosts: {}
|
||||||
|
offsite_hosts:
|
||||||
|
hosts:
|
||||||
|
askari:
|
||||||
|
ansible_host: 77.42.120.136
|
||||||
|
proxmox_hosts:
|
||||||
|
hosts: {}
|
||||||
|
|
@ -6,7 +6,8 @@ module "askari" {
|
||||||
source = "../../modules/hetzner_vm"
|
source = "../../modules/hetzner_vm"
|
||||||
|
|
||||||
name = "askari"
|
name = "askari"
|
||||||
server_type = "cax11" # ARM, 2 vCPU / 4 GB
|
server_type = "cx23" # x86, 2 vCPU / 4 GB / 40 GB (CAX11/ARM was out of stock in
|
||||||
|
# every EU location 2026-06-14; cx23 is same-spec + cheaper)
|
||||||
location = "hel1" # Helsinki
|
location = "hel1" # Helsinki
|
||||||
image = "debian-13"
|
image = "debian-13"
|
||||||
ansible_ssh_pubkey = var.ansible_ssh_pubkey
|
ansible_ssh_pubkey = var.ansible_ssh_pubkey
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue