summaryrefslogtreecommitdiff
path: root/host_vars/fastd
blob: 7ede1cd6281162e193f00f0a7d0acb65b951c2ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
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 >'