Ansible roles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

53 lines
730 B

---
httpd_php_common_modules:
- cli
- ldap
- imap
- gd
- xml
- xmlrpc
- soap
- opcache
- fpm
- mbstring
- mysql
- pgsql
- json
- bcmath
- intl
- pear
- process
- snmp
- pecl-memcached
- pecl-zip
- pecl-apcu
- pecl-imagick
httpd_php_extra_modules: []
httpd_php_versions:
54:
conf_path: /etc/
56:
conf_path: /opt/remi/php56/root/etc/
70:
conf_path: /etc/opt/remi/php70/
71:
conf_path: /etc/opt/remi/php71/
72:
conf_path: /etc/opt/remi/php72/
73:
conf_path: /etc/opt/remi/php73/
74:
conf_path: /etc/opt/remi/php74/
httpd_php_default_version: 73
#httpd_php_ansible_pools:
# name: glpi
# version: 71
# conf:
# allow_url_fopen: True
#
...