Add route
This commit is contained in:
parent
f44b9183cb
commit
adbabeca0b
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
||||||
- name: Ensure UFW allow traffic to exposed port
|
- name: Ensure UFW allow traffic to exposed port
|
||||||
ufw:
|
ufw:
|
||||||
rule: allow
|
rule: allow
|
||||||
|
route: true
|
||||||
to_port: "{{ signal_api_port }}"
|
to_port: "{{ signal_api_port }}"
|
||||||
|
|
||||||
- name: Generate service unit
|
- name: Generate service unit
|
||||||
|
|
Loading…
Reference in a new issue