ansible-edda/playbooks/services-deploy.yml

14 lines
306 B
YAML
Raw Normal View History

2022-10-06 22:04:43 +02:00
---
- 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