mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
39 lines
361 B
YAML
39 lines
361 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
|
|
- 83
|
|
|