An Ansible role to install/configure Open vSwitch
NOTE: This role replaces the old
ansible-openvswitch
role which is now ansible-openvswitch-old
None
---
# defaults file for ansible-openvswitch
openvswitch_bridges: []
# - bridge: 'br-int'
# state: 'present'
openvswitch_debian_packages:
- 'openvswitch-switch'
- 'openvswitch-common'
openvswitch_ports: []
# - bridge: 'br-int'
# ports:
# - port: 'enp0s9'
# state: 'present'
# - port: 'enp0s10'
# state: 'present'
openvswitch_system_tuning: []
# - name: 'net.ipv4.ip_forward'
# value: 1
MIT
Larry Smith Jr.
- @mrlesmithjr
- EverythingShouldBeVirtual
- mrlesmithjr.com
- mrlesmithjr [at] gmail.com