|
|
|
---
|
|
|
|
ansible_host: 123.123.123.123
|
|
|
|
sites:
|
|
|
|
- name: '<site kürzel>'
|
|
|
|
net4: '<ipv4 netz>'
|
|
|
|
net6: '<ipv6 netz>'
|
|
|
|
site_net6: '<site netz>'
|
|
|
|
fastd_secret: <fastd secret key>
|
|
|
|
fastd_mesh_mac: '<mesh mac>
|
|
|
|
fastd_port1: <erster port>
|
|
|
|
fastd_port2: <zweiter port>
|
|
|
|
bat_ipv6: '<ipv6>'
|
|
|
|
bat_ipv4: <ipv4>
|
|
|
|
bat_ipv4_cidr: 21
|
|
|
|
dhcp_subnet: '<ipv4 netz ohne netzmaske>'
|
|
|
|
dhcp_netmask: '<netzmaske>'
|
|
|
|
dhcp_start: <ipv4>
|
|
|
|
dhcp_end: <ipv4>
|
|
|
|
wireguard_mesh_number: 1
|
|
|
|
wireguard_mesh_priv_key: '< priv key >'
|
|
|
|
wireguard_mesh_pub_key: '< pub key >'
|
|
|
|
wireguard_mesh_port: < wg mesh port>
|
|
|
|
wireguard_mesh_address: '< own wg mesh ipv6 ula>'
|
|
|
|
wireguard_mesh_endpoint: '< peer public ipv6 >'
|
|
|
|
wireguard_mesh_mac_prefix: '< mac = prefix + mesh_number >'
|
|
|
|
wireguard_bb_name: '< node name >'
|
|
|
|
wireguard_bb_endpoint: '< peer public ipv6 >'
|
|
|
|
wireguard_bb_priv_key: '< priv key >'
|
|
|
|
wireguard_bb_pub_key: '< pub key >'
|
|
|
|
wireguard_bb_port: < port >
|
|
|
|
wireguard_bb_ipv4: '< wg bb ipv4 >'
|
|
|
|
wireguard_bb_ipv6: '< wg bb ipv6 (fe80::) >'
|
|
|
|
preferred_uplink: '< (optional) wg_bb_name of uplink >'
|