diff --git a/playbooks/apollo.yml b/playbooks/apollo.yml index 329ee465..928e6ebf 100644 --- a/playbooks/apollo.yml +++ b/playbooks/apollo.yml @@ -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"] }