From 2b9a71e8ecb41cc8e9b73735837f07c9b1351ff7 Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Sun, 21 Apr 2024 15:50:35 +0200 Subject: Changed to bird tole - rename prefixes to clear_prefixes - add router id - add config files - add handler "change" --- host_vars/netcup | 7 ------- host_vars/netcup/tinc | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 host_vars/netcup create mode 100644 host_vars/netcup/tinc (limited to 'host_vars') diff --git a/host_vars/netcup b/host_vars/netcup deleted file mode 100644 index 9d49382..0000000 --- a/host_vars/netcup +++ /dev/null @@ -1,7 +0,0 @@ -tinc: - configure: true - name: netcup - connections: [hetzner] - address: - - fe80::2/64 - listen_on: any 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 -- cgit v1.2.3