commit 204973dd131ae6cc28f56547e04fa790deb7aa53 Author: olli Date: Sun Jul 10 10:51:12 2022 +0200 first commit 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 +