2022-10-06 22:04:43 +02:00
|
|
|
---
|
|
|
|
- name: "Setup hosts for services"
|
|
|
|
hosts: the_nine_worlds
|
|
|
|
|
|
|
|
tasks:
|
|
|
|
- import_tasks: tasks/services/setup/00-podman.yml
|
|
|
|
- import_tasks: tasks/services/setup/01-zfs-datasets.yml
|
|
|
|
when: is_zfs
|
|
|
|
- import_tasks: tasks/services/setup/01-directories.yml
|
2022-10-06 22:05:07 +02:00
|
|
|
- import_tasks: tasks/services/setup/02-nameserver.yml
|