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.
![]() |
2 years ago | |
---|---|---|
defaults | 2 years ago | |
handlers | 2 years ago | |
meta | 2 years ago | |
tasks | 2 years ago | |
templates | 2 years ago | |
tests | 2 years ago | |
vars | 2 years ago | |
README.md | 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)