htz-cloud.miniserver: enable zfs
This commit is contained in:
parent
bd3c92aac9
commit
16fb0fd1fa
1 changed files with 14 additions and 0 deletions
|
@ -11,6 +11,7 @@ nodes['htz-cloud.miniserver'] = {
|
||||||
'ntfy',
|
'ntfy',
|
||||||
'mautrix-telegram',
|
'mautrix-telegram',
|
||||||
'postgresql',
|
'postgresql',
|
||||||
|
'zfs',
|
||||||
},
|
},
|
||||||
'groups': {
|
'groups': {
|
||||||
'debian-bullseye',
|
'debian-bullseye',
|
||||||
|
@ -244,5 +245,18 @@ nodes['htz-cloud.miniserver'] = {
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
'zfs': {
|
||||||
|
'pools': {
|
||||||
|
'tank': {
|
||||||
|
'when_creating': {
|
||||||
|
'config': [{
|
||||||
|
'devices': {
|
||||||
|
'/dev/disk/by-id/scsi-0HC_Volume_23952298',
|
||||||
|
},
|
||||||
|
}]
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue