--- - name: Allow Docker Swarm ports on enp8s0 community.general.ufw: rule: allow port: "{{ item.port }}" proto: "{{ item.proto }}" direction: in interface: enp8s0 loop: - { port: 9096, proto: tcp } # rssapp