Add default web port
This commit is contained in:
parent
312a5e4053
commit
07303c43bc
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
- name: Allow HTTP traffic for vhosts
|
||||
ufw:
|
||||
rule: allow
|
||||
port: "{{ item.web_port }}"
|
||||
port: "{{ item.web_port | default(80) }}"
|
||||
loop: "{{ vhosts }}"
|
||||
|
||||
- name: Allow HTTPS default traffic
|
||||
|
|
Loading…
Reference in a new issue