35 lines
616 B
JSON
35 lines
616 B
JSON
{
|
|
"best_practices": [
|
|
"bp_001",
|
|
"bp_021"
|
|
],
|
|
"category": "networking",
|
|
"conflicts_with": [],
|
|
"dependencies": [
|
|
"os"
|
|
],
|
|
"description": "Hetzner floating IP attachment — configures /etc/network/interfaces.d and activates the IP immediately",
|
|
"modes": [
|
|
"taskserv"
|
|
],
|
|
"name": "fip",
|
|
"provides": [
|
|
{
|
|
"id": "floating-ip",
|
|
"interface": "networking",
|
|
"version": "1.0"
|
|
}
|
|
],
|
|
"requires": [
|
|
{
|
|
"capability": "linux-node",
|
|
"kind": "Required"
|
|
}
|
|
],
|
|
"tags": [
|
|
"networking",
|
|
"floating-ip",
|
|
"hetzner"
|
|
],
|
|
"version": "1.0.0"
|
|
}
|