11 lines
192 B
Plaintext
11 lines
192 B
Plaintext
|
# PVC node interfaces file
|
||
|
# {{ ansible_managed }}
|
||
|
|
||
|
# Loopback interface
|
||
|
auto lo
|
||
|
iface lo inet loopback
|
||
|
iface lo inet6 loopback
|
||
|
|
||
|
# Include directory
|
||
|
source-directory /etc/network/interfaces.d
|