14 lines
520 B
Text
14 lines
520 B
Text
|
|
{
|
||
|
|
name = "vol_prepare",
|
||
|
|
version = "1.0.0",
|
||
|
|
category = "infrastructure",
|
||
|
|
description = "Hetzner block volume preparation — format, mount, fstab persistence",
|
||
|
|
tags = ["storage", "volume", "hetzner", "infrastructure"],
|
||
|
|
modes = ["taskserv"],
|
||
|
|
dependencies = ["os"],
|
||
|
|
provides = [{ id = "block-volume", version = "1.0", interface = "storage" }],
|
||
|
|
requires = [{ capability = "linux-node", kind = 'Required }],
|
||
|
|
conflicts_with = [],
|
||
|
|
best_practices = ["bp_001", "bp_008"],
|
||
|
|
}
|