Install php.
$ ansible-galaxy install cloud3rsio.php
Nothing.
Key | Default Value | Type |
---|---|---|
php_version |
7.4.9 |
Int |
php_dir |
/usr/local/php |
String |
php_phpbuild_root |
/usr/local/php-build |
String |
php_PHP_BUILD_EXTRA_MAKE_ARGUMENTS |
-j2 |
String |
php_configurations |
Reference to defaults/main.yml | Array |
php_fpm_pool |
Reference to defaults/main.yml | Hash |
cloud3rsio.phpbuild
- hosts: all
roles:
- role: cloud3rsio.php
php_version: 7.4.9
- youyo