diff options
author | uvok cheetah | 2024-04-21 15:50:35 +0200 |
---|---|---|
committer | uvok cheetah | 2024-04-21 15:50:35 +0200 |
commit | 2b9a71e8ecb41cc8e9b73735837f07c9b1351ff7 (patch) | |
tree | 84ff56a440e31ce33bb8ea214ab79391660a4b44 /host_vars/netcup/tinc | |
parent | 293ddf3a4bf78d72fea4b8196e3bbc2d81b3f12e (diff) |
Changed to bird tole
- rename prefixes to clear_prefixes
- add router id
- add config files
- add handler "change"
Diffstat (limited to 'host_vars/netcup/tinc')
-rw-r--r-- | host_vars/netcup/tinc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/host_vars/netcup/tinc b/host_vars/netcup/tinc new file mode 100644 index 0000000..9d49382 --- /dev/null +++ b/host_vars/netcup/tinc @@ -0,0 +1,7 @@ +tinc: + configure: true + name: netcup + connections: [hetzner] + address: + - fe80::2/64 + listen_on: any |