{% set work_threads = (ansible_processor_vcpus + 1) // 2 %} {% if work_threads > 10 %} {% set work_threads = 10 %} {% endif %} WSGIScriptAlias /horizon {{ horizon_dir }}/wsgi/django.wsgi WSGIDaemonProcess horizon user=horizon group=horizon processes=4 threads={{ work_threads }} WSGIProcessGroup horizon Alias /static {{ horizon_dir }}/static/ Alias /horizon/static {{ horizon_dir }}/static/ Order allow,deny Allow from all