playbooks/deploy_gateway_openclaw.yml
2026-04-29 19:35:24 +08:00

9 lines
228 B
YAML

---
- name: Deploy OpenClaw gateway vhost
hosts: "{{ gateway_openclaw_hosts | default('all') }}"
become: true
gather_facts: true
roles:
- role: roles/vhosts/gateway_openclaw/
tags: [gateway_openclaw, openclaw]