playbooks/deploy_agent_hermes.yml
2026-05-26 12:58:56 +08:00

10 lines
218 B
YAML

---
- name: Deploy Hermes ACP agent adapter
hosts: "{{ acp_hermes_hosts | default('all') }}"
become: true
gather_facts: true
roles:
- role: roles/vhosts/acp_server_hermes/
tags: [acp_hermes, hermes]