Setup a network with a bridge and a running batman
Go to file
Alexander Böhm 9018bc3c88 Initial commit 2021-10-16 16:05:05 +02:00
defaults Initial commit 2021-10-16 16:05:05 +02:00
handlers Initial commit 2021-10-16 16:05:05 +02:00
meta Initial commit 2021-10-16 16:05:05 +02:00
tasks Initial commit 2021-10-16 16:05:05 +02:00
templates Initial commit 2021-10-16 16:05:05 +02:00
tests Initial commit 2021-10-16 16:05:05 +02:00
vars Initial commit 2021-10-16 16:05:05 +02:00
README.md Initial commit 2021-10-16 16:05:05 +02:00

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)