Integrated proxmox

This commit is contained in:
2018-02-12 08:42:17 -05:00
parent 19f64d5239
commit f0197a62a0
14 changed files with 172 additions and 20 deletions

View File

@@ -0,0 +1,7 @@
auto {{ interface_name }}
iface {{ interface_name }} inet static
address {{ ansible_host }}
netmask 255.255.255.0
gateway 10.0.0.1
dns-nameservers 10.0.0.204

View File

@@ -0,0 +1,6 @@
auto lo
iface lo inet loopback
# The primary network interface
source /etc/network/interfaces.d/*.cfg