From 204973dd131ae6cc28f56547e04fa790deb7aa53 Mon Sep 17 00:00:00 2001 From: olli Date: Sun, 10 Jul 2022 10:51:12 +0200 Subject: [PATCH] first commit --- README.md | 0 ssh-tunnel.yml | 12 ++++++++++++ 2 files changed, 12 insertions(+) create mode 100644 README.md create mode 100644 ssh-tunnel.yml diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/ssh-tunnel.yml b/ssh-tunnel.yml new file mode 100644 index 0000000..e6f0432 --- /dev/null +++ b/ssh-tunnel.yml @@ -0,0 +1,12 @@ +--- + +- name: ssh-tunnel + hosts: defiant.dedyn.io + tasks: + + - name: Allow all access to tcp port 8081 + community.general.ufw: + rule: allow + port: '8081' + proto: tcp +