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

10 lines
216 B
YAML
Raw Normal View History

2022-10-06 22:04:43 +02:00
---
- name: "Deploy services"
hosts: the_nine_worlds
tasks:
- include_tasks: tasks/services/b-user/service-user.yml
2022-10-06 22:04:43 +02:00
with_items: "{{ host_services }}"
loop_control:
loop_var: service_name