add SITE option

This commit is contained in:
mischa 2023-05-06 09:15:59 +02:00
parent 0650544ecf
commit 7525e3a569
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
# Server config for <mac>-install.conf # Server config for <mac>-install.conf
SITE=""
SERVER="server0" SERVER="server0"
DOMAIN="openbsd.amsterdam" DOMAIN="openbsd.amsterdam"
# IP / MAC config # IP / MAC config
@ -14,13 +15,14 @@ IMAGES="."
HTDOCS="." HTDOCS="."
TEMPLATES="./templates" TEMPLATES="./templates"
# vm.conf # vm.conf
MEMORY="512M" MEMORY="1G"
DISKSIZE="50G" DISKSIZE="50G"
FORMAT="qcow2" FORMAT="qcow2"
VMDUSERS="vmdusers" VMDUSERS="vmdusers"
SWITCH="uplink_vlan931 uplink_vlan910" SWITCH="uplink_vlan931 uplink_vlan910"
INTERFACE="veb931 veb910" INTERFACE="veb931 veb910"
# dhcpd.conf # dhcpd.conf
#DHCPD="no"
ROUTER="46.23.93.1" ROUTER="46.23.93.1"
DNS="46.23.80.26" DNS="46.23.80.26"
SUBNET="46.23.93.0" SUBNET="46.23.93.0"