diff options
author | uvok cheetah | 2024-03-24 19:13:09 +0100 |
---|---|---|
committer | uvok cheetah | 2024-03-24 19:13:09 +0100 |
commit | 46cafb2f9ae259906affb14767d2f853dadd22be (patch) | |
tree | b16a0b027683ebeaf56b3ead89812f47cd06539d /host_vars/hetzner | |
parent | 52363df735a0d8cd547d396695f75924496cf909 (diff) |
Fixup tinc role
- add handler to restart
- add variables
- add IP addresses
Diffstat (limited to 'host_vars/hetzner')
-rw-r--r-- | host_vars/hetzner | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/host_vars/hetzner b/host_vars/hetzner new file mode 100644 index 0000000..02b9c22 --- /dev/null +++ b/host_vars/hetzner @@ -0,0 +1,8 @@ +tinc: + configure: true + name: hetzner + connections: [netcup] + address: + - fe80::1/64 + - 10.2.0.1/24 + listen_on: any |