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

4
roles/nginx/README.md Normal file
View File

@@ -0,0 +1,4 @@
Install Nginx Server
=======
Install Nginx Server with Certbot plugins if installCertbot is true in defaults directory.

View File

@@ -0,0 +1,2 @@
---
installCertbot: False

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