fix(ai-workspace): downsize plan to vc2-2c-4gb to clear monthly spend limit

Account hit Vultr monthly fee cap; vc2-4c-8gb (x2=$96/mo) exceeded the limit.
Reduce to vc2-2c-4gb (x2=$48/mo) for verification run; restore to 4c-8gb after limit increase.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Haitao Pan 2026-06-25 21:12:56 +08:00
parent dafcfaeb15
commit e4131d3c2a

View File

@ -23,7 +23,7 @@ ssh_keys:
hosts: hosts:
- name: ai-debian13 - name: ai-debian13
os_name: "Debian 13 x64 (trixie)" # Vultr 实际镜像名(含 trixie也可写 os_id: 2625 os_name: "Debian 13 x64 (trixie)" # Vultr 实际镜像名(含 trixie也可写 os_id: 2625
plan: vc2-4c-8gb # 4 核 8G plan: vc2-2c-4gb # 2 核 4G临时缩配验证后改回 vc2-4c-8gb
backups: false # 不开备份 backups: false # 不开备份
enable_ipv6: true # 公网 IPv4 默认分配,这里附带开 IPv6 enable_ipv6: true # 公网 IPv4 默认分配,这里附带开 IPv6
ansible_user: root ansible_user: root
@ -36,7 +36,7 @@ hosts:
- name: ai-ubuntu2604 - name: ai-ubuntu2604
os_name: "Ubuntu 26.04 LTS x64" os_name: "Ubuntu 26.04 LTS x64"
plan: vc2-4c-8gb plan: vc2-2c-4gb
backups: false backups: false
enable_ipv6: true enable_ipv6: true
ansible_user: root ansible_user: root