debian.ansible.ssh-tunnel.s.../ssh-tunnel.yml

13 lines
179 B
YAML
Raw Permalink Normal View History

2022-07-10 10:51:12 +02:00
---
- name: ssh-tunnel
2022-07-17 15:49:40 +02:00
hosts: all
2022-07-10 10:51:12 +02:00
tasks:
- name: Allow all access to tcp port 8081
community.general.ufw:
rule: allow
port: '8081'
proto: tcp