You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

17 lines
386 B

kickstart_devices:
- hostname: kiosk.vm
storage:
root_disk: /dev/vda
network:
bootproto: dhcp
interface: enp1s0
- hostname: kiosk.baremetal
storage:
root_disk: /dev/disk/by-path/pci-0000:00:12.0-ata-1
network:
bootproto: static
interface: enp1s0
ip_address: 192.168.122.23
netmask: 255.255.255.0
gateway: 192.168.122.1
dns: 192.168.122.1