diff --git a/tasks/configure.yml b/tasks/configure.yml index d3f771b..c15ced0 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -45,6 +45,11 @@ state: started enabled: true +- name: Ensure UFW allow traffic to port + ufw: + rule: allow + port: "{{ listen_port }}" + # - name: Configure administrators # shell: "ntfy user add --role=admin {{ item.name }}" # loop: "{{ admin_accounts }}"