added nginx role to project

This commit is contained in:
2024-12-04 10:53:37 +01:00
parent e2754146e8
commit 3493fe5210

6
group_vars/webserver.yml Normal file
View File

@@ -0,0 +1,6 @@
# Need to be in var file
domain_name: nginx.softbox.net
nginx_root: tu # /var/www/"{{ nginx_root }}" is the folder where the website files reside
main_username: root
main_groupname: root