11 lines
190 B
YAML

---
- name: Install mosh
ansible.builtin.package:
name: mosh
state: present
- name: Allow mosh in ufw
community.general.ufw:
rule: allow
port: 60000:61000
proto: udp