From adbabeca0be61f3ab050ebcbb5d3a7bb264703ef Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Wed, 26 Oct 2022 14:27:13 +0300 Subject: [PATCH] Add route --- tasks/configure.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/configure.yml b/tasks/configure.yml index cf268d0..f0d03dd 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -18,6 +18,7 @@ - name: Ensure UFW allow traffic to exposed port ufw: rule: allow + route: true to_port: "{{ signal_api_port }}" - name: Generate service unit