1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 11:54:39 +02:00

playbooks/apollo: Added missing uwsgi role.

This commit is contained in:
Giancarlo Razzolini 2016-12-21 08:34:11 -02:00
parent 45dc25b0d0
commit 4aecc99885
No known key found for this signature in database
GPG Key ID: F22FB1D78A77AEAB

View File

@ -18,4 +18,5 @@
- { role: postfwd, tags: ['mail', "postfwd"] }
- { role: postgres, postgres_max_connections: 1000, postgres_shared_buffers: 4096MB, tags: ['postgres'] }
- { role: sudo, tags: ['sudo'] }
- { role: uwsgi, tags: ['uwsgi'] }
- { role: security_tracker, security_tracker_domain: "security.archlinux.org", security_tracker_dir: "/srv/http/security-tracker", tags: ["security_tracker"] }