@ -46,4 +46,13 @@
dest: "{{ nginx_installation_directory }}/nginx.conf"
notify: reload nginx
- name: Allow port {{ item }} for http in firewall
ufw:
rule: allow
port: "{{ item }}"
proto: tcp
with_items:
- 80
- 443
# TODO Configure global log