Add templating of network interfaces

Closes #1
This commit is contained in:
2019-07-04 11:19:24 -04:00
parent 9b9234eeb1
commit a9b2942027
5 changed files with 137 additions and 35 deletions

View File

@ -0,0 +1,10 @@
# 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