################################################################################
# Network Configuration
#
network --bootproto=static --device=ens192 --ip=10.2.10.190 --netmask=255.255.255.0 --gateway=10.2.10.1 --nameserver=8.8.8.8 --hostname=kickstarttest

################################################################################


