8 lines
172 B
INI
8 lines
172 B
INI
# {{ ansible_managed }}
|
|
|
|
# The primary network interface
|
|
auto {{ item.name }}
|
|
iface {{ item.name }} inet static
|
|
address {{ item.address }}
|
|
gateway {{ item.gateway }}
|