Manage interfaces and update dependency check

Setup bridge networking, install useful packages and fix Ansible
dependency check.
This commit is contained in:
2020-03-05 02:06:21 -05:00
parent 8e546cc720
commit e425808b02
4 changed files with 35 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
# {{ ansible_managed }}
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto br1
iface br1 inet static
address {{ ip_addr }}
gateway {{ ip_gateway }}
bridge_ports {{ ip_inter }}
bridge_stp on
ethernet-wol g