Skip to content

mrlesmithjr/ansible-openvswitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-openvswitch

An Ansible role to install/configure Open vSwitch

NOTE: This role replaces the old ansible-openvswitch role 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.

About

No description or website provided.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published