Files
swarm-master/ansible/inventory.yml
William Valentin c235b04fc3 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>
2026-03-19 15:35:43 -07:00

19 lines
562 B
YAML

all:
children:
openclaw_servers:
vars:
agentmon_ingest_url: "http://192.168.122.1:8080"
hosts:
zap:
ansible_host: 192.168.122.182
ansible_user: root
ansible_ssh_common_args: "-o StrictHostKeyChecking=no"
orb:
ansible_host: 192.168.122.183
ansible_user: root
ansible_ssh_common_args: "-o StrictHostKeyChecking=no"
sun:
ansible_host: 192.168.122.184
ansible_user: root
ansible_ssh_common_args: "-o StrictHostKeyChecking=no"