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