Proxmox worker, uptime, backup, tagged deploy
This commit is contained in:
commit
bcc74d64d5
8 changed files with 171 additions and 0 deletions
15
guest.env
Normal file
15
guest.env
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Defaults for NS1.GEORGELAMBERT.ORG (Proxmox).
|
||||
VMID="${VMID:-510}"
|
||||
GUEST_HOSTNAME="${GUEST_HOSTNAME:-verae-px-worker}"
|
||||
BRIDGE="${BRIDGE:-vmbr1}"
|
||||
IP="${IP:-10.10.10.20/24}"
|
||||
GW="${GW:-10.10.10.1}"
|
||||
MEMORY="${MEMORY:-2048}"
|
||||
CORES="${CORES:-2}"
|
||||
DISK="${DISK:-16}"
|
||||
STORAGE="${STORAGE:-SSD2}"
|
||||
TEMPLATE="${TEMPLATE:-/var/lib/vz/template/cache/ubuntu-24.04-standard_24.04-2_amd64.tar.zst}"
|
||||
DNS="${DNS:-8.8.8.8}"
|
||||
NATS_PRIVATE="${NATS_PRIVATE:-10.10.10.1}"
|
||||
NATS_PORT="${NATS_PORT:-4222}"
|
||||
USER_NAME="${USER_NAME:-marchon}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue