#
################################################
### 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
auto eth0
iface eth0 inet static
    address CHANGEME/24
    gateway CHANGEME

