46 lines
983 B
JSON
46 lines
983 B
JSON
{
|
|
"cloud_api_enabled": true,
|
|
"datacenter": null,
|
|
"labels": "provisioning=true,environment=production",
|
|
"liveness_interval": 300,
|
|
"liveness_ip": "{{network_public_ip}}",
|
|
"liveness_port": 22,
|
|
"network_ipv6": true,
|
|
"network_private_ip": null,
|
|
"network_public_ip": null,
|
|
"nixos_anywhere_enabled": false,
|
|
"not_use": false,
|
|
"plan": "CX21",
|
|
"provider": "hetzner",
|
|
"region": "eu-central",
|
|
"storages": [
|
|
{
|
|
"fstab": true,
|
|
"mount": true,
|
|
"mount_path": "/",
|
|
"name": "root",
|
|
"parts": [
|
|
{
|
|
"mount": true,
|
|
"mount_path": "/",
|
|
"name": "root",
|
|
"size": 30,
|
|
"total": 30,
|
|
"type": "ext4"
|
|
},
|
|
{
|
|
"mount": true,
|
|
"mount_path": "/var/lib",
|
|
"name": "data",
|
|
"size": 10,
|
|
"total": 10,
|
|
"type": "ext4"
|
|
}
|
|
],
|
|
"size": 30,
|
|
"total": 40,
|
|
"type": "ext4"
|
|
}
|
|
],
|
|
"taskservs": []
|
|
}
|