iloth_ansible/roles/nginx/tasks/main.yml

10 lines
162 B
YAML
Raw Normal View History

2020-04-19 03:28:50 +02:00
---
- name: Install Nginx
apt:
name: nginx-full
- name: install Certbot Nginx plugin
apt:
name: python3-certbot-nginx
when: installCertbot == True