njuliuli / ansible-openvswitch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License