chore: complete update
This commit is contained in:
22
x_ansible/roles/nginx/defaults/main.yml
Normal file
22
x_ansible/roles/nginx/defaults/main.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
# Standardwerte für die Nginx-Rolle
|
||||
|
||||
# Nginx-Konfiguration
|
||||
nginx_worker_processes: auto
|
||||
nginx_worker_connections: 1024
|
||||
|
||||
# Nginx-Verzeichnisse
|
||||
nginx_target_dir: "{{ deploy_root }}/docker/nginx"
|
||||
|
||||
# SSL-Verzeichnisse
|
||||
nginx_ssl_dest_dir: "{{ deploy_root }}/ssl"
|
||||
|
||||
# Deployment-Verzeichnisse
|
||||
deploy_root: /var/www/michaelschiemer
|
||||
deploy_public: "{{ deploy_root }}/public"
|
||||
|
||||
# Benutzer
|
||||
deploy_user: "{{ ansible_user | default('deploy') }}"
|
||||
|
||||
# Domain
|
||||
app_domain: "localhost"
|
||||
Reference in New Issue
Block a user