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
|
- name: Allow HTTP traffic for vhosts
|
||||||
ufw:
|
ufw:
|
||||||
rule: allow
|
rule: allow
|
||||||
port: "{{ item.web_port }}"
|
port: "{{ item.web_port | default(80) }}"
|
||||||
loop: "{{ vhosts }}"
|
loop: "{{ vhosts }}"
|
||||||
|
|
||||||
- name: Allow HTTPS default traffic
|
- name: Allow HTTPS default traffic
|
||||||
|
|
Loading…
Reference in a new issue