Skip to content
Snippets Groups Projects
Verified Commit 8ef8a1b8 authored by Giancarlo Razzolini's avatar Giancarlo Razzolini
Browse files

playbooks/aur-dev: Add uwsgi

We need to use uwsgi for cgit hosting, so add the uwsgi role to the playbook.
parent 46403950
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@
mariadb_innodb_file_per_table: True }
- { role: sudo }
- { role: php-fpm, php_extensions: ['apcu', 'iconv', 'mysqli', 'pdo_mysql'], zend_extensions: ['opcache'] }
- { role: uwsgi, tags: ["uwsgi"] }
- { role: borg-client, tags: ["borg"] }
- { role: postfix, postfix_relayhost: "orion.archlinux.org" }
- { role: fail2ban }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment