Browse Source

install vlan utility on host

master
Edoardo Putti 7 years ago
parent
commit
b12a155282
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      prepare_host.yaml

+ 3
- 0
prepare_host.yaml View File

@ -20,6 +20,9 @@
with_items:
- bridge-utils
notify: restart networking
- name: install vlan module
apt:
name: vlan
# We should fix this bug. We really should. It's a bug.
# Bridge-utils requires a complete system reboot to enable the new bridge.
- name: configure bridge


Loading…
Cancel
Save