first commit
This commit is contained in:
commit
204973dd13
12
ssh-tunnel.yml
Normal file
12
ssh-tunnel.yml
Normal 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user