- ansible/: VM provisioning playbooks and roles - provision-vm.yml: create KVM VM from Ubuntu cloud image - install.yml: install OpenClaw on guest (upstream) - customize.yml: swappiness, virtiofs fstab, linger - roles/vm/: libvirt domain XML, cloud-init templates - inventory.yml + host_vars/zap.yml: zap instance config - backup-openclaw-vm.sh: daily rsync + MinIO upload - restore-openclaw-vm.sh: full redeploy from scratch - README.md: full operational documentation Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
19 lines
305 B
Django/Jinja
19 lines
305 B
Django/Jinja
{
|
|
"iptables": true,
|
|
"ip-forward": true,
|
|
"userland-proxy": false,
|
|
"live-restore": true,
|
|
"ip6tables": false,
|
|
"log-driver": "json-file",
|
|
"log-opts": {
|
|
"max-size": "10m",
|
|
"max-file": "3"
|
|
},
|
|
"default-address-pools": [
|
|
{
|
|
"base": "172.17.0.0/12",
|
|
"size": 24
|
|
}
|
|
]
|
|
}
|