Add vars for Leap 15.3

This commit is contained in:
Felix Niederwanger 2021-12-06 09:23:00 +01:00
parent 487ca6fc11
commit e8c580e72e
Signed by: phoenix
GPG key ID: 31860289A704FB3C

View file

@ -0,0 +1,14 @@
---
# openSUSE Leap 15.2 specific variables
## Software packages
packages: ['nginx', 'nginx-module-brotli']
nginx_service: "nginx"
## OS-Specific directories
www_dir: "/srv/www/htdocs"
vhosts_dir: "/etc/nginx/vhosts.d"
nginx_user: "nginx"
nginx_group: "nginx"