diff options
author | uvok cheetah | 2023-08-20 12:05:53 +0200 |
---|---|---|
committer | uvok cheetah | 2023-08-20 12:05:53 +0200 |
commit | 2b2d2627e345ad2829184c009ad4ed827d39124f (patch) | |
tree | 9ffc3849f48e3413a6b80b2adb8fc6fb47385c1d /roles/router/files/tn_int/tinc-down | |
parent | 88acccaf3136f5a106a3e16626571ab7c4936302 (diff) |
Add ansible tinc config
Diffstat (limited to 'roles/router/files/tn_int/tinc-down')
-rwxr-xr-x | roles/router/files/tn_int/tinc-down | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/router/files/tn_int/tinc-down b/roles/router/files/tn_int/tinc-down new file mode 100755 index 0000000..40a7610 --- /dev/null +++ b/roles/router/files/tn_int/tinc-down @@ -0,0 +1,3 @@ +#!/bin/sh +ip link set $INTERFACE down + |