2022-10-30 21:08:41 +01:00
|
|
|
- block:
|
|
|
|
- import_tasks: ../vars.yml
|
2022-10-30 21:20:45 +01:00
|
|
|
- import_tasks: service-user/00-vars.yml
|
|
|
|
- import_tasks: service-user/01-zfs-datasets.yml
|
2022-10-30 21:08:41 +01:00
|
|
|
when: is_zfs
|
2022-10-30 21:20:45 +01:00
|
|
|
- import_tasks: service-user/01-user.yml
|
|
|
|
- import_tasks: service-user/02-veth.yml
|
2022-10-30 21:08:41 +01:00
|
|
|
tags: "{{ service_name }}"
|