aboutsummaryrefslogtreecommitdiffstats
path: root/roles/vmm/templates/autoinstall.conf.j2
blob: de64c42046fed8365e5782344be4b3da08848462 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
System hostname = {{ item.name }}
Password for root = {{ vmm_default_password }}
Network interfaces = run0
IPv4 address for run0 = dhcp
Public ssh key for user = {{ vmm_default_ssh_key }}
Which disk is the root disk = sd0
What timezone are you in = {{ vmm_default_timezone }}
Unable to connect using https. Use http instead = {{ "yes" if vmm_default_fallback_http else "no" }}
Location of sets = http
HTTP Server = cdn.openbsd.org
Server = {{ ansible_default_ipv4.gateway }}
Set name(s) = -all bsd* base* comp* man*
remember that computers suck.