ansible/roles/web_svc/tasks/main.yml

10 lines
197 B
YAML

---
- name: Setup web service
include_tasks: websvc.yml
with_items: "{{ web_services }}"
vars:
domain: "{{ item.domain }}"
domains: "{{ item.domains }}"
web_svc: "{{ item.id }}"