feat(nginx): added new nginx role to install and configure nginx webservers

This commit is contained in:
NaeiKinDus 2024-08-08 00:00:00 +00:00
parent 15cd8bf8da
commit 31aaf10a5c
Signed by: WoodSmellParticle
GPG key ID: 8E52ADFF7CA8AE56
14 changed files with 336 additions and 0 deletions

View file

@ -0,0 +1,8 @@
---
nginx_extra_packages: []
nginx_custom_config: false
nginx_limits_nofile: 524288
nginx_service_user: nginx
nginx_service_group: nginx
nginx_sites: []
nginx_streams: []