ProxmoxDeploy/resources/lxc/0000/config.json

26 lines
460 B
JSON
Raw Normal View History

2023-06-09 11:49:51 +02:00
{
"lxc_id": "0000",
"lxc_hostname": "test",
"os": "alpine",
"release": "3.17",
"resources": {
"cpu": "1",
"memory": "512",
"disk": "10",
"storage": "local-lvm"
},
"network": {
"bridge": "vmbr0",
"ipv4": "dhcp",
"ipv6": "",
"mac": "00:00:00:00:00:00",
"gateway": "",
"vlan": ""
},
"options": {
"privileged": "false",
"start_on_boot": "false",
"password": "qwertz1234",
"ssh": false
}
}