8 lines
163 B
INI
8 lines
163 B
INI
|
# {{ ansible_managed }}
|
||
|
|
||
|
# The primary network interface
|
||
|
auto {{ ip_inter }}
|
||
|
iface {{ ip_inter }} inet static
|
||
|
address {{ ip_addr }}
|
||
|
gateway {{ ip_gateway }}
|