ProxmoxDeploy/resources/lxc/0000/config.json
Mathieu Broillet 0a372b2e00
All checks were successful
continuous-integration/drone/push Build is passing
ssh/local for commands and lxc creation
2023-06-11 19:15:07 +02:00

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": []
}