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

13 lines
179 B
YAML

---
- name: ssh-tunnel
hosts: all
tasks:
- name: Allow all access to tcp port 8081
community.general.ufw:
rule: allow
port: '8081'
proto: tcp