Add Claude Code VM (105) with cloud-init provisioning

Arch Linux cloud image, 4 cores/8GB, dev-net (10.10.2.10), autostart.
Cloud-init handles user/SSH key/network on first boot. Ansible role
installs Claude Code CLI, tmux, SSH keys, SSH config for all managed
VMs via ProxyJump, homelab repo clone.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Adyrem
2026-05-15 17:41:52 +02:00
parent 36c63d1243
commit 3d596b984b
7 changed files with 146 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
---
- name: Configure Claude Code VM
hosts: claude_code_vms
roles:
- common
- node_exporter
- promtail
- claude_code