This commit is contained in:
Cory Hawkless 2020-11-02 17:15:11 +10:30
parent 11608a239a
commit 8016aec966
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
- name: Install required system packages
apt: name={{ item }} state=latest update_cache=yes
apt: name={{ item }} state=present update_cache=yes
loop: [
'ifupdown',
'ifenslave',

View File

@ -11,6 +11,7 @@ auto {{OOBNET_NIC}}
allow-hotplug {{OOBNET_NIC}}
iface {{OOBNET_NIC}} inet static
address {{OOBNET_IP}}/{{OOBNET_Netmask}}
{% if OOBNET_GW is defined %}gateway {{OOBNET_GW}}{% endif %}
{% endif %}
{% if autobgp_interfaces is defined %}