ansible-edda/playbooks/02b-services-deploy.yml

14 lines
306 B
YAML

---
- name: "Deploy services"
hosts: the_nine_worlds
vars:
- service_rproxy_hosts:
tasks:
- import_tasks: tasks/services/deploy/00-hosts.yml
- include_tasks: tasks/services/deploy/01-service.yml
with_items: "{{ host_services }}"
loop_control:
loop_var: service_name