#
################################################
### Managed by someone's ansible provisioner ###
################################################
# Part of: https://git.somenet.org/root/pub/somesible.git
# 2017-2026 by someone <someone@somenet.org>
#

# Network configuration
#

# The loopback network interface
auto lo
iface lo inet loopback
#	dns-nameservers 127.0.0.1


# The primary network interface
allow-hotplug ens192
iface ens192 inet static
    address CHANGEME/24
    gateway CHANGEME
    dns-nameservers CHANGEME
