2022-10-06 22:04:43 +02:00
|
|
|
---
|
|
|
|
- name: "Deploy services"
|
2022-12-01 22:39:47 +01:00
|
|
|
hosts: asgard
|
2022-10-06 22:04:43 +02:00
|
|
|
|
|
|
|
tasks:
|
2022-10-30 21:08:41 +01:00
|
|
|
- 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
|