ansible-ffrgb/roles/web-svc/tasks/main.yml

9 lines
163 B
YAML
Raw Permalink 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 }}"
web_svc: "{{ item.id }}"