mrlesmithjr.ansible-openvswitch
ansible-openvswitch
An Ansible role to install/configure Open vSwitch
NOTE: This role replaces the old
ansible-openvswitchrole which is now ansible-openvswitch-old
Requirements
None
Role Variables
---
# 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
Dependencies
Example Playbook
License
MIT
Author Information
Larry Smith Jr.
- @mrlesmithjr
- EverythingShouldBeVirtual
- mrlesmithjr.com
- mrlesmithjr [at] gmail.com
About
An [Ansible](https://www.ansible.com) role to install/configure [Open vSwitch](http://openvswitch.org/)
Install
ansible-galaxy install mrlesmithjr.ansible-openvswitchLicense
mit
Downloads
584
Owner
Sharing practical insights on virtualization, cloud, automation, and DevOps to help others build, automate, and innovate with confidence.
