summaryrefslogtreecommitdiff
path: root/host_vars/firstroot/public
blob: 3f931d1b5b32e73cb11a3faf6faaf0fd24c717a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
tinc:
  configure: true
  name: firstroot
  connections: [hetzner]
  address:
    - fe80::12/64
    - 10.2.0.12/24
  listen_on: any
  extra_up:
    - sysctl -w net.ipv4.conf.${INTERFACE}.forwarding=1
    - sysctl -w net.ipv6.conf.${INTERFACE}.forwarding=1