import du dossier ansible

This commit is contained in:
2020-04-19 03:28:50 +02:00
parent 8cce13d9e4
commit 534737fd56
21 changed files with 974 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
---
- name: Install Nginx
apt:
name: nginx-full
- name: install Certbot Nginx plugin
apt:
name: python3-certbot-nginx
when: installCertbot == True