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

10 lines
216 B
YAML

---
- name: "Deploy services"
hosts: the_nine_worlds
tasks:
- include_tasks: tasks/services/b-user/service-user.yml
with_items: "{{ host_services }}"
loop_control:
loop_var: service_name