ansible/roles/web_svc/tasks/main.yml
Markus Hauschild dc6f2e1e5b
All checks were successful
continuous-integration/drone/push Build is passing
web-svc: rename to web_svc
2020-10-06 10:17:06 +02:00

9 lines
163 B
YAML

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