22 lines
473 B
Bash
Executable File
22 lines
473 B
Bash
Executable File
# Copy this file outside git and fill with real values.
|
|
|
|
PVE_NODE=pve-example
|
|
CT_ID=203
|
|
CT_HOSTNAME=activitywatch-server
|
|
CT_STORAGE=local-lvm
|
|
CT_TEMPLATE=local:vztmpl/debian-12-standard_12.7-1_amd64.tar.zst
|
|
CT_ROOTFS_SIZE=8G
|
|
CT_CORES=2
|
|
CT_MEMORY=2048
|
|
CT_SWAP=512
|
|
CT_BRIDGE=vmbr10
|
|
CT_IP=10.20.30.13/24
|
|
CT_GW=10.20.30.1
|
|
CT_VLAN=
|
|
CT_NAMESERVER=1.1.1.1 8.8.8.8
|
|
CT_SEARCHDOMAIN=example.internal
|
|
CT_PASSWORD=CHANGE_ME
|
|
CT_UNPRIVILEGED=1
|
|
CT_ONBOOT=1
|
|
CT_FEATURES=nesting=1,keyctl=1
|