feat: update ansible playbooks for openclaw VM configuration

- Add agentmon_ingest_url var to openclaw_servers inventory
- Reduce vm.swappiness from 10 to 5 for better memory management
- Refactor virtiofs mounts: remove bindfs layer, mount swarm-common
  directly at /mnt/swarm-common (simpler, no FUSE overhead)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
William Valentin
2026-03-19 15:35:43 -07:00
parent 227bff9e43
commit c235b04fc3
2 changed files with 73 additions and 19 deletions

View File

@@ -1,6 +1,8 @@
all:
children:
openclaw_servers:
vars:
agentmon_ingest_url: "http://192.168.122.1:8080"
hosts:
zap:
ansible_host: 192.168.122.182