1
0
mirror of https://git.lapiole.org/dani/ansible-roles.git synced 2025-04-14 09:13:16 +02:00
2023-06-29 10:00:34 +02:00

33 lines
319 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:
- 74
- 80
- 81
- 82