homelab/roles/base/templates/static-interface.cfg

8 lines
163 B
INI
Raw Normal View History

2020-04-25 02:24:02 +00:00
# {{ ansible_managed }}
# The primary network interface
auto {{ ip_inter }}
iface {{ ip_inter }} inet static
address {{ ip_addr }}
gateway {{ ip_gateway }}