8 lines
186 B
YAML
8 lines
186 B
YAML
---
|
|
- name: Deploy managed api.svc.plus service
|
|
hosts: "{{ apisix_service_hosts | default('apisix') }}"
|
|
gather_facts: false
|
|
become: true
|
|
roles:
|
|
- roles/vhosts/apisix_service
|