Merge branch 'certbot'

This commit is contained in:
2024-05-08 17:30:19 +02:00
5 changed files with 87 additions and 0 deletions

7
vars/Debian.yml Normal file
View File

@@ -0,0 +1,7 @@
#/home/tom/Documents/Opendoor/Technique/Ansible/roles/tconstans.apache/vars/Debian.yml
apache_config_dir: /etc/apache2/sites-enabled/
apache_packages:
- apache2
apache_ssl_packages: openssl
apache_service: apache2
apache_group: www-data

8
vars/RedHat.yml Normal file
View File

@@ -0,0 +1,8 @@
#/home/tom/Documents/Opendoor/Technique/Ansible/roles/tconstans.apache/vars/Debian.yml
apache_config_dir: /etc/httpd/conf.d/
apache_packages:
- httpd
apache_service: httpd
apache_ssl_packages: mod_ssl
apache_group: apache