Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sébastien Luttringer
infrastructure
Commits
79d28122
Commit
79d28122
authored
Mar 04, 2017
by
Florian Pritz
Browse files
php: Add iconv, gd, pdo_pgsql for kanboard
Signed-off-by:
Florian Pritz
<
bluewind@xinu.at
>
parent
fc762eec
Changes
2
Hide whitespace changes
Inline
Side-by-side
playbooks/apollo.yml
View file @
79d28122
...
...
@@ -23,7 +23,7 @@
mariadb_innodb_file_per_table
:
True
,
tags
:
[
"
mariadb"
]
}
-
{
role
:
sudo
,
tags
:
[
'
sudo'
]
}
-
{
role
:
uwsgi
,
tags
:
[
'
uwsgi'
]
}
-
{
role
:
php-fpm
,
php_extensions
:
[
'
curl'
,
'
mysqli
'
,
'
zip'
],
tags
:
[
"
php-fpm"
]
}
-
{
role
:
php-fpm
,
php_extensions
:
[
'
curl'
,
'
gd'
,
'
iconv'
,
'
mysqli'
,
'
pdo_pgsql
'
,
'
zip'
],
tags
:
[
"
php-fpm"
]
}
-
{
role
:
memcached
,
tags
:
[
'
memcached'
]
}
-
{
role
:
archweb
,
tags
:
[
"
archweb"
]
}
-
{
role
:
security_tracker
,
security_tracker_domain
:
"
security.archlinux.org"
,
security_tracker_dir
:
"
/srv/http/security-tracker"
,
tags
:
[
"
security_tracker"
]
}
...
...
roles/php-fpm/tasks/main.yaml
View file @
79d28122
---
-
name
:
install php-fpm
pacman
:
name=php-fpm state=present
pacman
:
name=php-fpm
,php-gd,php-pgsql
state=present
-
name
:
install php-fpm units
copy
:
>
...
...
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