Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
8ef8a1b8
Verified
Commit
8ef8a1b8
authored
Feb 11, 2020
by
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
playbooks/aur-dev.archlinux.org.yml
View file @
8ef8a1b8
...
...
@@ -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
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment