39 lines
952 B
YAML
39 lines
952 B
YAML
proxmox_ct_matrix:
|
|
- id: "203"
|
|
hostname: "activitywatch-user1"
|
|
storage: "local-lvm"
|
|
template: "local:vztmpl/debian-12-standard_12.7-1_amd64.tar.zst"
|
|
rootfs_size: "8G"
|
|
cores: "2"
|
|
memory: "2048"
|
|
swap: "512"
|
|
bridge: "vmbr10"
|
|
ip: "10.20.30.13/24"
|
|
gw: "10.20.30.1"
|
|
vlan: ""
|
|
nameserver: "1.1.1.1 8.8.8.8"
|
|
searchdomain: "example.internal"
|
|
password: "CHANGE_ME"
|
|
unprivileged: "1"
|
|
onboot: "1"
|
|
features: "nesting=1,keyctl=1"
|
|
|
|
- id: "204"
|
|
hostname: "activitywatch-user2"
|
|
storage: "local-lvm"
|
|
template: "local:vztmpl/debian-12-standard_12.7-1_amd64.tar.zst"
|
|
rootfs_size: "8G"
|
|
cores: "2"
|
|
memory: "2048"
|
|
swap: "512"
|
|
bridge: "vmbr10"
|
|
ip: "10.20.30.14/24"
|
|
gw: "10.20.30.1"
|
|
vlan: ""
|
|
nameserver: "1.1.1.1 8.8.8.8"
|
|
searchdomain: "example.internal"
|
|
password: "CHANGE_ME"
|
|
unprivileged: "1"
|
|
onboot: "1"
|
|
features: "nesting=1,keyctl=1"
|