Mathieu Broillet
0a372b2e00
All checks were successful
continuous-integration/drone/push Build is passing
31 lines
538 B
JSON
31 lines
538 B
JSON
{
|
|
"lxc_hostname": "test",
|
|
"os": {
|
|
"name": "alpine",
|
|
"release": "3.17"
|
|
},
|
|
"resources": {
|
|
"cpu": "1",
|
|
"memory": "512",
|
|
"swap": "512",
|
|
"disk": "10",
|
|
"storage": "local-zfs"
|
|
},
|
|
"network": {
|
|
"bridge": "vmbr0",
|
|
"ipv4": "dhcp",
|
|
"ipv6": "auto",
|
|
"mac": "00:00:00:00:00:00",
|
|
"gateway4": "",
|
|
"gateway6": "",
|
|
"vlan": ""
|
|
},
|
|
"options": {
|
|
"privileged": "false",
|
|
"start_on_boot": "false",
|
|
"password": "qwertz1234",
|
|
"ssh": false
|
|
},
|
|
"creation": {},
|
|
"deploy": []
|
|
} |