Fixes vars

This commit is contained in:
Nikolaos Kakouros 2017-09-06 23:15:07 +02:00
parent d744476cbc
commit a1fdfe5ffb
5 changed files with 16 additions and 0 deletions

4
vars/Debian.yml Normal file
View File

@ -0,0 +1,4 @@
---
certbot_package: certbot
certbot_web_service: apache2

4
vars/RedHat.yml Normal file
View File

@ -0,0 +1,4 @@
---
certbot_package: certbot
certbot_web_service: httpd

4
vars/Suse.yml Normal file
View File

@ -0,0 +1,4 @@
---
certbot_package: certbot
certbot_web_service: httpd2

View File

@ -1,2 +1,4 @@
---
certbot_package: letsencrypt
certbot_web_service: apache2

View File

@ -1,2 +1,4 @@
---
certbot_package: certbot
certbot_web_service: httpd