mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-25 14:43:29 +02:00
38 lines
354 B
YAML
38 lines
354 B
YAML
![]() |
---
|
||
|
|
||
|
httpd_php_common_modules:
|
||
|
- cli
|
||
|
- ldap
|
||
|
- imap
|
||
|
- gd
|
||
|
- xml
|
||
|
- xmlrpc
|
||
|
- soap
|
||
|
- opcache
|
||
|
- fpm
|
||
|
- mbstring
|
||
|
- mysqlnd
|
||
|
- pgsql
|
||
|
- json
|
||
|
- bcmath
|
||
|
- intl
|
||
|
- pear
|
||
|
- process
|
||
|
- snmp
|
||
|
- pecl-memcached
|
||
|
- pecl-zip
|
||
|
- pecl-apcu
|
||
|
- pecl-imagick
|
||
|
|
||
|
httpd_php_versions:
|
||
|
- 56
|
||
|
- 70
|
||
|
- 71
|
||
|
- 72
|
||
|
- 73
|
||
|
- 74
|
||
|
- 80
|
||
|
- 81
|
||
|
- 82
|
||
|
|