Setup a network with a bridge and a running batman
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Alexander Böhm 9018bc3c88 Initial commit 2 years ago
defaults Initial commit 2 years ago
handlers Initial commit 2 years ago
meta Initial commit 2 years ago
tasks Initial commit 2 years ago
templates Initial commit 2 years ago
tests Initial commit 2 years ago
vars Initial commit 2 years ago
README.md Initial commit 2 years ago

README.md

Role Name

Configure a network bridge with BATMAN support

Requirements

  • Debian buster/bullseye

Role Variables

TBD

Dependencies

TBD

Example Playbook

- hosts: servers
  become: yes
  vars:
    # name of the bridge (default br-mesh)
    batman_bridge_name: br-mesh
    # name of the batman interface (default bat0)
    batman_bridge_batman_interface: bat0
    # interfaces added to the bridge and to provide batman
    batman_bridge_ports:
        - eth1
        - wlan0
    # IPv4/6 addresses of the bridge
    batman_bridge_addresses:
        - 172.16.1.3
        - fd00:1234:5678::3
  roles:
     - batman-bridge-setup

License

BSD

Author Information

Alexander Böhm (alexander.boehm@malbolge.net)