We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a97fcb commit d8720acCopy full SHA for d8720ac
defaults/main.yml
@@ -2,6 +2,9 @@
2
# should be a shorthand, lowercase and not contain any whitespaces.
3
flaskapp_app_name: flaskapp
4
5
+# Port for the application
6
+flaskapp_port: 8000
7
+
8
# The user used to run the Flask application
9
flaskapp_app_user: www-data
10
@@ -71,3 +74,9 @@ flaskapp_use_custom_nginx_conf: false
71
74
72
75
# Set to true if you want to use a custom startup script used by supervisor (you need to provisioning it by yourself)
73
76
flaskapp_use_custom_start_script: false
77
78
+# Nginx server name
79
+flaskapp_nginx_server_name: {{ flaskapp_name }}.domain.com
80
81
+# Directory with static files served directly by Nginx
82
+flaskapp_nginx_static_dir: {{ flaskapp_app_directory }}/static/
0 commit comments