geekoops-nginx/vars/openSUSE Leap_15.3.yml
Felix Niederwanger e9045aa96d
Revive the role
This commit revives the role after a long slumber. I've updated the Leap
and Debian versions and fixes some minor issues that occured while
testing.
2022-06-27 13:33:40 +02:00

15 lines
258 B
YAML

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