You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
Failed to add ovs bridge with parent bridge and vlan.
config:
# Create a bridge named br-int
- openvswitch_bridge:
bridge: br-int
state: present
# Create a fake bridge named br-bla within br-int on the VLAN 405
- openvswitch_bridge:
bridge: br-bla
parent: br-int
vlan: 405
state: present
output of ansible-playbook -i ./staging all.yml -l firewalk_new -vvv
Failed to add ovs bridge with parent bridge and vlan.
config:
output of
ansible-playbook -i ./staging all.yml -l firewalk_new -vvv
The text was updated successfully, but these errors were encountered: