System hostname = {{ hostvars[hostname].host_name }} Which network interface do you wish to configure = {{ install_interface | default(hostvars[hostname].network_cooked.primary.interface) }} {% if 'install_dhcp' in hostvars[hostname] and hostvars[hostname].install_dhcp %} IPv4 address = dhcp {% else %} IPv4 address = {{ hostvars[hostname].network_cooked.primary.ip }} Netmask = {{ hostvars[hostname].network_cooked.primary.mask }} Default IPv4 route = {{ hostvars[hostname].network_cooked.primary.gateway }} {% endif %} DNS domain name = {{ hostvars[hostname].network_cooked.domain }} DNS nameservers = {{ hostvars[hostname].network_cooked.nameservers | join(' ') }} {% if obsd_autoinstall_serial_device is defined %} Change the default console to {{ obsd_autoinstall_serial_device }} = yes Which speed should {{ obsd_autoinstall_serial_device }} use = {{ obsd_autoinstall_tty_serial | default(115200) }} {% endif %} {# we will install only one key for now, install.site will install the rest #} Public ssh key for root account = {{ ssh_keys_root[0] }} Password for root = this-very-very-secure-password-will-be-overwritten-by-install.site Setup a user = no Start sshd(8) by default = yes Allow root ssh login = prohibit-password What timezone are you in = Europe/Vienna Location of sets = cd0 Pathname to the sets = sets/ Set name(s) = all {# iso-images don't contain the SHA256.sig file but are verified when downloading the iso-file #} Directory does not contain SHA256.sig. Continue without verification = yes