---
- name: Install Nginx
apt:
name: nginx-full
- name: install Certbot Nginx plugin
name:
- certbot
- python3-certbot-nginx
when: installCertbot == true
- name: Allow http and https connexions
ufw:
rule: allow
name: 'Nginx Full'