host-setup: Import datavol Playbook

The `host-setup.yml` playbook now imports the `datavol.yml` playbook, so
that new machines (particularly those provisioned by the
host-provisioner) get their data volumes formatted and mounted
automatically.
unifi-restore
Dustin 2025-07-07 10:02:49 -05:00
parent 6359a140ac
commit 0393f074a4
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@
name: >-
{{
data_volumes
| d([])
| map(attribute='fstype')
| map('extract', mkfs_package)
| list

View File

@ -4,3 +4,4 @@
- import_playbook: collectd.yml
- import_playbook: promtail.yml
- import_playbook: auto-updates.yml
- import_playbook: datavol.yml