geekoops-nginx/vars/Debian_11.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

16 lines
260 B
YAML

---
# Debian Buster specific variables
## Software packages
packages: ['nginx', 'nginx-full']
nginx_service: "nginx"
## OS-Specific directories
www_dir: "/var/www/html"
vhosts_dir: "/etc/nginx/sites-enabled"
nginx_user: "www-data"
nginx_group: "www-data"