playbooks/deploy_xworkmate_bridge_vhosts.yml

9 lines
233 B
YAML

---
- name: Deploy ACP vhosts through xworkmate bridge
hosts: "{{ xworkmate_bridge_hosts | default('all') }}"
become: true
gather_facts: true
roles:
- role: roles/vhosts/deploy_acp_vhosts/
tags: [deploy_acp_vhosts]