ansible/roles/web_svc/tasks/main.yml

10 lines
197 B
YAML
Raw Normal View History

2020-06-16 23:42:14 +02:00
---
- name: Setup web service
include_tasks: websvc.yml
with_items: "{{ web_services }}"
2020-06-16 23:42:14 +02:00
vars:
domain: "{{ item.domain }}"
2024-10-06 17:45:18 +02:00
domains: "{{ item.domains }}"
web_svc: "{{ item.id }}"