first commit

This commit is contained in:
olli 2022-07-10 10:51:12 +02:00
commit 204973dd13
2 changed files with 12 additions and 0 deletions

0
README.md Normal file
View File

12
ssh-tunnel.yml Normal file
View File

@ -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