diff options
Diffstat (limited to 'handlers/main.yml')
-rw-r--r-- | handlers/main.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/handlers/main.yml b/handlers/main.yml new file mode 100644 index 0000000..df6cede --- /dev/null +++ b/handlers/main.yml @@ -0,0 +1,5 @@ +--- +# File: /etc/ansible/roles/use-proxy/handlers/main.yml + +- name: stop ssh tunnel + shell: ps -ef | grep -iE -- "ss[h].*{{local_proxy_port}}" | awk '{print $2}' | xargs kill -9 |