Created
January 2, 2019 16:42
-
-
Save albionbrown/7d4e63706ff39156e4fae5e3fa233a68 to your computer and use it in GitHub Desktop.
DrupalVM error - PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20160303/apcu.so'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PLAY [all] ********************************************************************* | |
TASK [Gathering Facts] ********************************************************* | |
ok: [ceprvm] | |
TASK [Include OS-specific variables.] ****************************************** | |
ok: [ceprvm] | |
TASK [Define config_dir.] ****************************************************** | |
skipping: [ceprvm] | |
TASK [Include optional configuration files.] *********************************** | |
ok: [ceprvm] => (item=/vagrant/config.yml) | |
TASK [Configure toggle vars for Debian/Ubuntu.] ******************************** | |
ok: [ceprvm] | |
TASK [Configure toggle vars for CentOS.] *************************************** | |
skipping: [ceprvm] | |
TASK [Ensure Apache is stopped and disabled if Nginx is used.] ***************** | |
skipping: [ceprvm] | |
TASK [Ensure Nginx is stopped and disabled if Apache is used.] ***************** | |
ok: [ceprvm] | |
TASK [Ensure MySQL is stopped and disabled if Postgres is used.] *************** | |
skipping: [ceprvm] | |
TASK [Ensure Postgres is stopped and disabled if MySQL is used.] *************** | |
ok: [ceprvm] | |
TASK [nginx_hosts shim] ******************************************************** | |
ok: [ceprvm] | |
TASK [include_tasks] *********************************************************** | |
included: /vagrant/provisioning/tasks/init-Debian.yml for ceprvm | |
TASK [Update apt cache if needed.] ********************************************* | |
ok: [ceprvm] | |
TASK [Install required dependencies.] ****************************************** | |
ok: [ceprvm] | |
TASK [Add repository for Apache 2.4.9+ (Ubuntu 12/14).] ************************ | |
skipping: [ceprvm] | |
TASK [Define php_xhprof_html_dir.] ********************************************* | |
skipping: [ceprvm] | |
TASK [Run configured pre-provision shell scripts.] ***************************** | |
TASK [Run configured pre-provision ansible task files.] ************************ | |
TASK [Set the PHP webserver daemon correctly when nginx is in use.] ************ | |
skipping: [ceprvm] | |
TASK [Ensure PHP version-specific workspace directory exists.] ***************** | |
ok: [ceprvm] | |
TASK [geerlingguy.repo-remi : Install remi repo.] ****************************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.repo-remi : Import remi GPG key.] **************************** | |
skipping: [ceprvm] | |
TASK [drupalvm.hostname : Configure /etc/mailname (Debian).] ******************* | |
ok: [ceprvm] | |
TASK [drupalvm.hostname : Add hostname to /etc/hosts.] ************************* | |
ok: [ceprvm] | |
TASK [drupalvm.hostname : Configure hostname.] ********************************* | |
ok: [ceprvm] | |
TASK [drupalvm.hostname : Set the hostname for current session.] *************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.firewall : Ensure iptables is present.] ********************** | |
ok: [ceprvm] | |
TASK [geerlingguy.firewall : Flush iptables the first time playbook runs.] ***** | |
ok: [ceprvm] | |
TASK [geerlingguy.firewall : Copy firewall script into place.] ***************** | |
ok: [ceprvm] | |
TASK [geerlingguy.firewall : Copy firewall init script into place.] ************ | |
skipping: [ceprvm] | |
TASK [geerlingguy.firewall : Copy firewall systemd unit file into place (for systemd systems).] *** | |
ok: [ceprvm] | |
TASK [geerlingguy.firewall : Configure the firewall service.] ****************** | |
ok: [ceprvm] | |
TASK [geerlingguy.firewall : Check if firewalld package is installed (on RHEL).] *** | |
skipping: [ceprvm] | |
TASK [geerlingguy.firewall : Disable the firewalld service (on RHEL, if configured).] *** | |
skipping: [ceprvm] | |
TASK [geerlingguy.firewall : Check if ufw package is installed (on Ubuntu).] *** | |
fatal: [ceprvm]: FAILED! => {"changed": false, "cmd": ["service", "ufw", "status"], "delta": "0:00:00.035076", "end": "2019-01-02 16:29:04.923263", "msg": "non-zero return code", "rc": 3, "start": "2019-01-02 16:29:04.888187", "stderr": "", "stderr_lines": [], "stdout": "● ufw.service - Uncomplicated firewall\n Loaded: loaded (/lib/systemd/system/ufw.service; disabled; vendor preset: enabled)\n Active: inactive (dead)\n Docs: man:ufw(8)", "stdout_lines": ["● ufw.service - Uncomplicated firewall", " Loaded: loaded (/lib/systemd/system/ufw.service; disabled; vendor preset: enabled)", " Active: inactive (dead)", " Docs: man:ufw(8)"]} | |
...ignoring | |
TASK [geerlingguy.firewall : Disable the ufw firewall (on Ubuntu, if configured).] *** | |
skipping: [ceprvm] | |
TASK [geerlingguy.firewall : Check if ufw package is installed (on Archlinux).] *** | |
skipping: [ceprvm] | |
TASK [geerlingguy.firewall : Disable the ufw firewall (on Archlinux, if configured).] *** | |
skipping: [ceprvm] | |
TASK [geerlingguy.git : Ensure git is installed (RedHat).] ********************* | |
skipping: [ceprvm] | |
TASK [geerlingguy.git : Update apt cache (Debian).] **************************** | |
ok: [ceprvm] | |
TASK [geerlingguy.git : Ensure git is installed (Debian).] ********************* | |
ok: [ceprvm] | |
TASK [geerlingguy.git : Include OS-specific variables (RedHat).] *************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.git : Include OS-specific variables (Fedora).] *************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.git : Include OS-specific variables (Debian).] *************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.git : Define git_install_from_source_dependencies.] ********** | |
skipping: [ceprvm] | |
TASK [geerlingguy.git : Ensure git's dependencies are installed (RedHat).] ***** | |
skipping: [ceprvm] | |
TASK [geerlingguy.git : Ensure git's dependencies are installed (Debian).] ***** | |
skipping: [ceprvm] | |
TASK [geerlingguy.git : Get installed version.] ******************************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.git : Force git install if the version numbers do not match.] *** | |
skipping: [ceprvm] | |
TASK [geerlingguy.git : Download git.] ***************************************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.git : Expand git archive.] *********************************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.git : Build git.] ******************************************** | |
skipping: [ceprvm] => (item=all) | |
skipping: [ceprvm] => (item=install) | |
TASK [geerlingguy.postfix : Ensure postfix is installed.] ********************** | |
ok: [ceprvm] | |
TASK [geerlingguy.postfix : Update Postfix configuration.] ********************* | |
ok: [ceprvm] => (item={u'name': u'inet_interfaces', u'value': u'localhost'}) | |
ok: [ceprvm] => (item={u'name': u'inet_protocols', u'value': u'all'}) | |
TASK [geerlingguy.postfix : Ensure postfix is started and enabled at boot.] **** | |
ok: [ceprvm] | |
TASK [geerlingguy.apache : Include OS-specific variables.] ********************* | |
ok: [ceprvm] | |
TASK [geerlingguy.apache : Include variables for Amazon Linux.] **************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.apache : Define apache_packages.] **************************** | |
ok: [ceprvm] | |
TASK [geerlingguy.apache : include_tasks] ************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.apache/tasks/setup-Debian.yml for ceprvm | |
TASK [geerlingguy.apache : Update apt cache.] ********************************** | |
ok: [ceprvm] | |
TASK [geerlingguy.apache : Ensure Apache is installed on Debian.] ************** | |
ok: [ceprvm] | |
TASK [geerlingguy.apache : Get installed version of Apache.] ******************* | |
ok: [ceprvm] | |
TASK [geerlingguy.apache : Create apache_version variable.] ******************** | |
ok: [ceprvm] | |
TASK [geerlingguy.apache : Include Apache 2.2 variables.] ********************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.apache : Include Apache 2.4 variables.] ********************** | |
ok: [ceprvm] | |
TASK [geerlingguy.apache : Configure Apache.] ********************************** | |
included: /vagrant/provisioning/roles/geerlingguy.apache/tasks/configure-Debian.yml for ceprvm | |
TASK [geerlingguy.apache : Configure Apache.] ********************************** | |
ok: [ceprvm] => (item={u'regexp': u'^Listen ', u'line': u'Listen 80'}) | |
TASK [geerlingguy.apache : Enable Apache mods.] ******************************** | |
ok: [ceprvm] => (item=expires.load) | |
ok: [ceprvm] => (item=headers.load) | |
ok: [ceprvm] => (item=ssl.load) | |
ok: [ceprvm] => (item=rewrite.load) | |
ok: [ceprvm] => (item=proxy.load) | |
ok: [ceprvm] => (item=proxy_fcgi.load) | |
TASK [geerlingguy.apache : Disable Apache mods.] ******************************* | |
TASK [geerlingguy.apache : Check whether certificates defined in vhosts exist.] *** | |
TASK [geerlingguy.apache : Add apache vhosts configuration.] ******************* | |
ok: [ceprvm] | |
TASK [geerlingguy.apache : Add vhost symlink in sites-enabled.] **************** | |
ok: [ceprvm] | |
TASK [geerlingguy.apache : Remove default vhost in sites-enabled.] ************* | |
ok: [ceprvm] | |
TASK [geerlingguy.apache : Ensure Apache has selected state and enabled on boot.] *** | |
ok: [ceprvm] | |
TASK [geerlingguy.apache : Include OS-specific variables.] ********************* | |
ok: [ceprvm] | |
TASK [geerlingguy.apache : Include variables for Amazon Linux.] **************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.apache : Define apache_packages.] **************************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.apache : include_tasks] ************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.apache/tasks/setup-Debian.yml for ceprvm | |
TASK [geerlingguy.apache : Update apt cache.] ********************************** | |
ok: [ceprvm] | |
TASK [geerlingguy.apache : Ensure Apache is installed on Debian.] ************** | |
ok: [ceprvm] | |
TASK [geerlingguy.apache : Get installed version of Apache.] ******************* | |
ok: [ceprvm] | |
TASK [geerlingguy.apache : Create apache_version variable.] ******************** | |
ok: [ceprvm] | |
TASK [geerlingguy.apache : Include Apache 2.2 variables.] ********************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.apache : Include Apache 2.4 variables.] ********************** | |
ok: [ceprvm] | |
TASK [geerlingguy.apache : Configure Apache.] ********************************** | |
included: /vagrant/provisioning/roles/geerlingguy.apache/tasks/configure-Debian.yml for ceprvm | |
TASK [geerlingguy.apache : Configure Apache.] ********************************** | |
ok: [ceprvm] => (item={u'regexp': u'^Listen ', u'line': u'Listen 80'}) | |
TASK [geerlingguy.apache : Enable Apache mods.] ******************************** | |
ok: [ceprvm] => (item=expires.load) | |
ok: [ceprvm] => (item=headers.load) | |
ok: [ceprvm] => (item=ssl.load) | |
ok: [ceprvm] => (item=rewrite.load) | |
ok: [ceprvm] => (item=proxy.load) | |
ok: [ceprvm] => (item=proxy_fcgi.load) | |
TASK [geerlingguy.apache : Disable Apache mods.] ******************************* | |
TASK [geerlingguy.apache : Check whether certificates defined in vhosts exist.] *** | |
TASK [geerlingguy.apache : Add apache vhosts configuration.] ******************* | |
ok: [ceprvm] | |
TASK [geerlingguy.apache : Add vhost symlink in sites-enabled.] **************** | |
ok: [ceprvm] | |
TASK [geerlingguy.apache : Remove default vhost in sites-enabled.] ************* | |
ok: [ceprvm] | |
TASK [geerlingguy.apache : Ensure Apache has selected state and enabled on boot.] *** | |
ok: [ceprvm] | |
TASK [geerlingguy.apache-php-fpm : Enable mod_proxy_fcgi.] ********************* | |
ok: [ceprvm] => (item=proxy.load) | |
ok: [ceprvm] => (item=proxy_fcgi.load) | |
TASK [geerlingguy.nginx : Include OS-specific variables.] ********************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.nginx : Define nginx_user.] ********************************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.nginx : include_tasks] *************************************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.nginx : include_tasks] *************************************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.nginx : include_tasks] *************************************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.nginx : include_tasks] *************************************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.nginx : include_tasks] *************************************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.nginx : include_tasks] *************************************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.nginx : Remove default nginx vhost config file (if configured).] *** | |
skipping: [ceprvm] | |
TASK [geerlingguy.nginx : Ensure nginx_vhost_path exists.] ********************* | |
skipping: [ceprvm] | |
TASK [geerlingguy.nginx : Add managed vhost config files.] ********************* | |
skipping: [ceprvm] => (item={u'is_php': True, u'root': u'/var/www/drupalvm', u'server_name': u'dev.cepr.org www.dev.cepr.org'}) | |
skipping: [ceprvm] => (item={u'is_php': True, u'root': u'/opt/adminer', u'server_name': u'adminer.dev.cepr.org'}) | |
skipping: [ceprvm] => (item={u'is_php': True, u'root': u'/usr/share/php/xhprof_html', u'server_name': u'xhprof.dev.cepr.org'}) | |
skipping: [ceprvm] => (item={u'is_php': True, u'root': u'/usr/share/php/pimpmylog', u'server_name': u'pimpmylog.dev.cepr.org'}) | |
skipping: [ceprvm] => (item={u'is_php': True, u'root': u'/var/www/dashboard', u'server_name': u'192.168.100.102 dashboard.dev.cepr.org'}) | |
TASK [geerlingguy.nginx : Remove managed vhost config files.] ****************** | |
skipping: [ceprvm] => (item={u'is_php': True, u'root': u'/var/www/drupalvm', u'server_name': u'dev.cepr.org www.dev.cepr.org'}) | |
skipping: [ceprvm] => (item={u'is_php': True, u'root': u'/opt/adminer', u'server_name': u'adminer.dev.cepr.org'}) | |
skipping: [ceprvm] => (item={u'is_php': True, u'root': u'/usr/share/php/xhprof_html', u'server_name': u'xhprof.dev.cepr.org'}) | |
skipping: [ceprvm] => (item={u'is_php': True, u'root': u'/usr/share/php/pimpmylog', u'server_name': u'pimpmylog.dev.cepr.org'}) | |
skipping: [ceprvm] => (item={u'is_php': True, u'root': u'/var/www/dashboard', u'server_name': u'192.168.100.102 dashboard.dev.cepr.org'}) | |
TASK [geerlingguy.nginx : Remove legacy vhosts.conf file.] ********************* | |
skipping: [ceprvm] | |
TASK [geerlingguy.nginx : Copy nginx configuration in place.] ****************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.nginx : Ensure nginx is started and enabled to start at boot.] *** | |
skipping: [ceprvm] | |
TASK [geerlingguy.php-versions : Include OS-specific variables.] *************** | |
ok: [ceprvm] => (item=/vagrant/provisioning/roles/geerlingguy.php-versions/vars/Debian.yml) | |
TASK [geerlingguy.php-versions : Define PHP variables.] ************************ | |
ok: [ceprvm] => (item={'value': u'__php_extension_conf_paths', 'key': u'php_extension_conf_paths'}) | |
ok: [ceprvm] => (item={'value': u'__php_fpm_daemon', 'key': u'php_fpm_daemon'}) | |
ok: [ceprvm] => (item={'value': u'__php_uploadprogress_module_path', 'key': u'php_uploadprogress_module_path'}) | |
ok: [ceprvm] => (item={'value': u'__php_xhprof_module_path', 'key': u'php_xhprof_module_path'}) | |
ok: [ceprvm] => (item={'value': u'__php_fpm_pool_conf_path', 'key': u'php_fpm_pool_conf_path'}) | |
ok: [ceprvm] => (item={'value': u'__php_conf_paths', 'key': u'php_conf_paths'}) | |
ok: [ceprvm] => (item={'value': u'__php_xdebug_module_path', 'key': u'php_xdebug_module_path'}) | |
ok: [ceprvm] => (item={'value': u'__php_pgsql_package', 'key': u'php_pgsql_package'}) | |
skipping: [ceprvm] => (item={'value': u'__php_packages', 'key': u'php_packages'}) | |
ok: [ceprvm] => (item={'value': u'__php_mysql_package', 'key': u'php_mysql_package'}) | |
ok: [ceprvm] => (item={'value': u'__php_memcached_package', 'key': u'php_memcached_package'}) | |
ok: [ceprvm] => (item={'value': u'__php_fpm_conf_path', 'key': u'php_fpm_conf_path'}) | |
ok: [ceprvm] => (item={'value': u'__php_tideways_module_path', 'key': u'php_tideways_module_path'}) | |
ok: [ceprvm] => (item={'value': u'__php_redis_package', 'key': u'php_redis_package'}) | |
TASK [geerlingguy.php-versions : Define php_install_recommends variable.] ****** | |
ok: [ceprvm] | |
TASK [geerlingguy.php-versions : include_tasks] ******************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php-versions/tasks/setup-Debian.yml for ceprvm | |
TASK [geerlingguy.php-versions : Set the correct opcache filename (Ubuntu/Debian).] *** | |
ok: [ceprvm] | |
TASK [geerlingguy.php-versions : Add repository for PHP versions (Ubuntu).] **** | |
ok: [ceprvm] | |
TASK [geerlingguy.php-versions : Add repository for PHP 5 compatibility packages (Ubuntu).] *** | |
skipping: [ceprvm] | |
TASK [geerlingguy.php-versions : Add dependencies for PHP versions (Debian).] *** | |
skipping: [ceprvm] | |
TASK [geerlingguy.php-versions : Add Ondrej Sury's apt key (Debian).] ********** | |
skipping: [ceprvm] | |
TASK [geerlingguy.php-versions : Add Ondrej Sury's repo (Debian).] ************* | |
skipping: [ceprvm] | |
TASK [geerlingguy.php-versions : Update apt caches after repo is added (Debian).] *** | |
skipping: [ceprvm] | |
TASK [geerlingguy.php-versions : Purge PHP version packages.] ****************** | |
[DEPRECATION WARNING]: Invoking "apt" only once while using a loop via | |
squash_actions is deprecated. Instead of using a loop to supply multiple items | |
and specifying `name: "{{ item }}"`, please use `name: ['php5.6-common', | |
'php7.0-common', 'php7.1-common', 'php7.2-common', 'php7.3-common']` and remove | |
the loop. This feature will be removed in version 2.11. Deprecation warnings | |
can be disabled by setting deprecation_warnings=False in ansible.cfg. | |
ok: [ceprvm] => (item=[u'php5.6-common', u'php7.0-common', u'php7.2-common', u'php7.3-common']) | |
TASK [geerlingguy.php-versions : Set the correct XHProf package when PHP 5.6 is used.] *** | |
skipping: [ceprvm] | |
TASK [geerlingguy.php : Include OS-specific variables.] ************************ | |
ok: [ceprvm] | |
TASK [geerlingguy.php : Define php_packages.] ********************************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.php : Define extra php_packages.] **************************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.php : Define php_webserver_daemon.] ************************** | |
ok: [ceprvm] | |
TASK [geerlingguy.php : Define php_conf_paths.] ******************************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.php : Define php_extension_conf_paths.] ********************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.php : Define php_apc_conf_filename.] ************************* | |
ok: [ceprvm] | |
TASK [geerlingguy.php : Define php_opcache_conf_filename (Ubuntu 16.04).] ****** | |
skipping: [ceprvm] | |
TASK [geerlingguy.php : Define php_opcache_conf_filename.] ********************* | |
skipping: [ceprvm] | |
TASK [geerlingguy.php : Define php_fpm_conf_path.] ***************************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.php : include_tasks] ***************************************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.php : include_tasks] ***************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/setup-Debian.yml for ceprvm | |
TASK [geerlingguy.php : Update apt cache.] ************************************* | |
ok: [ceprvm] | |
TASK [geerlingguy.php : Ensure PHP packages are installed.] ******************** | |
ok: [ceprvm] | |
TASK [geerlingguy.php : Delete APCu configuration file if this role will provide one.] *** | |
skipping: [ceprvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [ceprvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [ceprvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Delete OpCache configuration file if this role will provide one.] *** | |
skipping: [ceprvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [ceprvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [ceprvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : include_tasks] ***************************************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.php : include_tasks] ***************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/configure.yml for ceprvm | |
TASK [geerlingguy.php : Ensure configuration directories exist.] *************** | |
ok: [ceprvm] => (item=/etc/php/7.1/fpm) | |
ok: [ceprvm] => (item=/etc/php/7.1/apache2) | |
ok: [ceprvm] => (item=/etc/php/7.1/cli) | |
ok: [ceprvm] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [ceprvm] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [ceprvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Place PHP configuration file in place.] **************** | |
ok: [ceprvm] => (item=/etc/php/7.1/fpm) | |
ok: [ceprvm] => (item=/etc/php/7.1/apache2) | |
ok: [ceprvm] => (item=/etc/php/7.1/cli) | |
TASK [geerlingguy.php : include_tasks] ***************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/configure-apcu.yml for ceprvm | |
TASK [geerlingguy.php : Check for existing APCu config files.] ***************** | |
ok: [ceprvm] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [ceprvm] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [ceprvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Remove any non-role-supplied APCu config files.] ******* | |
skipping: [ceprvm] => (item=[{'_ansible_parsed': True, '_ansible_item_result': True, '_ansible_no_log': False, 'item': u'/etc/php/7.1/fpm/conf.d', u'changed': False, 'failed': False, u'examined': 28, u'msg': u'', u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/php/7.1/fpm/conf.d'],u'file_type': u'file', u'age': None, u'contains': u'extension(\\s+)?=(\\s+)?apc[u]?\\.so', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 1, '_ansible_ignore_errors': None, '_ansible_item_label': u'/etc/php/7.1/fpm/conf.d'}, {u'islnk': False, u'uid': 0, u'rgrp': True, u'xoth': False, u'rusr': True, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1546444379.0359082, u'gr_name': u'root', u'path': u'/etc/php/7.1/fpm/conf.d/20-apcu.ini', u'xusr': False, u'atime': 1546444379.8162982, u'inode': 1310759, u'isgid': False, u'size': 66, u'isdir': False, u'wgrp': False, u'ctime': 1546444379.0999403, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 64768, u'roth': True, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}]) | |
skipping: [ceprvm] => (item=[{'_ansible_parsed': True, '_ansible_item_result': True, '_ansible_no_log': False, 'item': u'/etc/php/7.1/apache2/conf.d', u'changed': False, 'failed': False, u'examined': 2, u'msg': u'', u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/php/7.1/apache2/conf.d'], u'file_type': u'file', u'age': None, u'contains': u'extension(\\s+)?=(\\s+)?apc[u]?\\.so', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 1, '_ansible_ignore_errors': None, '_ansible_item_label': u'/etc/php/7.1/apache2/conf.d'}, {u'islnk': False, u'uid': 0, u'rgrp': True, u'xoth': False, u'rusr': True, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1546444379.2159984, u'gr_name': u'root', u'path': u'/etc/php/7.1/apache2/conf.d/20-apcu.ini', u'xusr': False, u'atime': 1546444379.9123464, u'inode': 1310760, u'isgid': False, u'size': 66, u'isdir': False, u'wgrp': False, u'ctime': 1546444379.2840323, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 64768, u'roth': True, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}]) | |
skipping: [ceprvm] => (item=[{'_ansible_parsed': True, '_ansible_item_result': True, '_ansible_no_log': False, 'item': u'/etc/php/7.1/cli/conf.d', u'changed': False, 'failed': False, u'examined': 28, u'msg': u'', u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/php/7.1/cli/conf.d'],u'file_type': u'file', u'age': None, u'contains': u'extension(\\s+)?=(\\s+)?apc[u]?\\.so', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 1, '_ansible_ignore_errors': None, '_ansible_item_label': u'/etc/php/7.1/cli/conf.d'}, {u'islnk': False, u'uid': 0, u'rgrp': True, u'xoth': False, u'rusr': True, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1546444379.3920863, u'gr_name': u'root', u'path': u'/etc/php/7.1/cli/conf.d/20-apcu.ini', u'xusr': False, u'atime': 1546444380.0083942, u'inode': 1310761, u'isgid': False, u'size': 66, u'isdir': False, u'wgrp': False, u'ctime': 1546444379.4561183, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 64768, u'roth': True, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}]) | |
TASK [geerlingguy.php : Ensure APCu config file is present.] ******************* | |
ok: [ceprvm] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [ceprvm] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [ceprvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Remove APCu config file if APC is disabled.] *********** | |
skipping: [ceprvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [ceprvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [ceprvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : include_tasks] ***************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/configure-opcache.yml for ceprvm | |
TASK [geerlingguy.php : Check for existing OpCache config files.] ************** | |
ok: [ceprvm] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [ceprvm] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [ceprvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Remove any non-role-supplied OpCache config files.] **** | |
skipping: [ceprvm] => (item=[{'_ansible_parsed': True, '_ansible_item_result': True, '_ansible_no_log': False, 'item': u'/etc/php/7.1/fpm/conf.d', u'changed': False, 'failed': False, u'examined': 28, u'msg': u'', u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/php/7.1/fpm/conf.d'],u'file_type': u'file', u'age': None, u'contains': u'zend_extension(\\s+)?=(\\s+)?opcache\\.so', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 1, '_ansible_ignore_errors': None, '_ansible_item_label': u'/etc/php/7.1/fpm/conf.d'}, {u'islnk': False, u'uid': 0, u'rgrp': True, u'xoth': False, u'rusr': True, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1546444380.2004902, u'gr_name': u'root', u'path': u'/etc/php/7.1/fpm/conf.d/10-opcache.ini', u'xusr': False, u'atime': 1546444386.1194482, u'inode': 1310762, u'isgid': False, u'size': 303, u'isdir': False, u'wgrp': False, u'ctime': 1546444380.2565184, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 64768, u'roth': True, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}]) | |
skipping: [ceprvm] => (item=[{'_ansible_parsed': True, '_ansible_item_result': True, '_ansible_no_log': False, 'item': u'/etc/php/7.1/apache2/conf.d', u'changed': False, 'failed': False, u'examined': 2, u'msg': u'', u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/php/7.1/apache2/conf.d'], u'file_type': u'file', u'age': None, u'contains': u'zend_extension(\\s+)?=(\\s+)?opcache\\.so', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 1, '_ansible_ignore_errors': None, '_ansible_item_label': u'/etc/php/7.1/apache2/conf.d'}, {u'islnk': False, u'uid': 0, u'rgrp': True, u'xoth': False, u'rusr': True, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1546444380.3645723, u'gr_name': u'root', u'path': u'/etc/php/7.1/apache2/conf.d/10-opcache.ini', u'xusr': False, u'atime': 1546444386.207492, u'inode': 1310764, u'isgid': False, u'size': 303, u'isdir': False, u'wgrp': False, u'ctime': 1546444380.4246023, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 64768, u'roth': True, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name':u'root', u'gid': 0, u'ischr': False, u'wusr': True}]) | |
skipping: [ceprvm] => (item=[{'_ansible_parsed': True, '_ansible_item_result': True, '_ansible_no_log': False, 'item': u'/etc/php/7.1/cli/conf.d', u'changed': False, 'failed': False, u'examined': 28, u'msg': u'', u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/php/7.1/cli/conf.d'],u'file_type': u'file', u'age': None, u'contains': u'zend_extension(\\s+)?=(\\s+)?opcache\\.so', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 1, '_ansible_ignore_errors': None, '_ansible_item_label': u'/etc/php/7.1/cli/conf.d'}, {u'islnk': False, u'uid': 0, u'rgrp': True, u'xoth': False, u'rusr': True, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1546444380.5206504, u'gr_name': u'root', u'path': u'/etc/php/7.1/cli/conf.d/10-opcache.ini', u'xusr': False, u'atime': 1546444386.335556, u'inode': 1310765, u'isgid': False, u'size': 303, u'isdir': False, u'wgrp': False, u'ctime': 1546444380.5766783, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 64768, u'roth': True, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}]) | |
TASK [geerlingguy.php : Ensure OpCache config file is present.] **************** | |
ok: [ceprvm] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [ceprvm] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [ceprvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Remove OpCache config file if OpCache is disabled.] **** | |
skipping: [ceprvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [ceprvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [ceprvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : include_tasks] ***************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/configure-fpm.yml for ceprvm | |
TASK [geerlingguy.php : Define php_fpm_daemon.] ******************************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.php : Define php_fpm_pool_conf_path.] ************************ | |
skipping: [ceprvm] | |
TASK [geerlingguy.php : Define php_fpm_pool_user.] ***************************** | |
ok: [ceprvm] | |
TASK [geerlingguy.php : Define php_fpm_pool_group.] **************************** | |
ok: [ceprvm] | |
TASK [geerlingguy.php : Stat php_fpm_pool_conf_path] *************************** | |
ok: [ceprvm] | |
TASK [geerlingguy.php : Ensure the default pool directory exists.] ************* | |
skipping: [ceprvm] | |
TASK [geerlingguy.php : Ensure the default pool exists.] *********************** | |
ok: [ceprvm] | |
TASK [geerlingguy.php : Configure php-fpm pool (if enabled).] ****************** | |
ok: [ceprvm] => (item={u'regexp': u'^user.?=.+$', u'line': u'user = www-data'}) | |
ok: [ceprvm] => (item={u'regexp': u'^group.?=.+$', u'line': u'group = www-data'}) | |
ok: [ceprvm] => (item={u'regexp': u'^listen.?=.+$', u'line': u'listen = 127.0.0.1:9000'}) | |
ok: [ceprvm] => (item={u'regexp': u'^listen\\.allowed_clients.?=.+$', u'line': u'listen.allowed_clients = 127.0.0.1'}) | |
ok: [ceprvm] => (item={u'regexp': u'^pm\\.max_children.?=.+$', u'line': u'pm.max_children = 50'}) | |
ok: [ceprvm] => (item={u'regexp': u'^pm\\.start_servers.?=.+$', u'line': u'pm.start_servers = 5'}) | |
ok: [ceprvm] => (item={u'regexp': u'^pm\\.min_spare_servers.?=.+$', u'line': u'pm.min_spare_servers = 5'}) | |
ok: [ceprvm] => (item={u'regexp': u'^pm\\.max_spare_servers.?=.+$', u'line': u'pm.max_spare_servers = 5'}) | |
TASK [geerlingguy.php : Ensure php-fpm is started and enabled at boot (if configured).] *** | |
ok: [ceprvm] | |
TASK [geerlingguy.php : Ensure php-fpm is started and enabled at boot (if configured, Debian).] *** | |
skipping: [ceprvm] | |
TASK [geerlingguy.php : Include OS-specific variables.] ************************ | |
ok: [ceprvm] | |
TASK [geerlingguy.php : Define php_packages.] ********************************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.php : Define extra php_packages.] **************************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.php : Define php_webserver_daemon.] ************************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.php : Define php_conf_paths.] ******************************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.php : Define php_extension_conf_paths.] ********************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.php : Define php_apc_conf_filename.] ************************* | |
skipping: [ceprvm] | |
TASK [geerlingguy.php : Define php_opcache_conf_filename (Ubuntu 16.04).] ****** | |
skipping: [ceprvm] | |
TASK [geerlingguy.php : Define php_opcache_conf_filename.] ********************* | |
skipping: [ceprvm] | |
TASK [geerlingguy.php : Define php_fpm_conf_path.] ***************************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.php : include_tasks] ***************************************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.php : include_tasks] ***************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/setup-Debian.yml for ceprvm | |
TASK [geerlingguy.php : Update apt cache.] ************************************* | |
ok: [ceprvm] | |
TASK [geerlingguy.php : Ensure PHP packages are installed.] ******************** | |
ok: [ceprvm] | |
TASK [geerlingguy.php : Delete APCu configuration file if this role will provide one.] *** | |
skipping: [ceprvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [ceprvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [ceprvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Delete OpCache configuration file if this role will provide one.] *** | |
skipping: [ceprvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [ceprvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [ceprvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : include_tasks] ***************************************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.php : include_tasks] ***************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/configure.yml for ceprvm | |
TASK [geerlingguy.php : Ensure configuration directories exist.] *************** | |
ok: [ceprvm] => (item=/etc/php/7.1/fpm) | |
ok: [ceprvm] => (item=/etc/php/7.1/apache2) | |
ok: [ceprvm] => (item=/etc/php/7.1/cli) | |
ok: [ceprvm] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [ceprvm] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [ceprvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Place PHP configuration file in place.] **************** | |
ok: [ceprvm] => (item=/etc/php/7.1/fpm) | |
ok: [ceprvm] => (item=/etc/php/7.1/apache2) | |
ok: [ceprvm] => (item=/etc/php/7.1/cli) | |
TASK [geerlingguy.php : include_tasks] ***************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/configure-apcu.yml for ceprvm | |
TASK [geerlingguy.php : Check for existing APCu config files.] ***************** | |
ok: [ceprvm] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [ceprvm] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [ceprvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Remove any non-role-supplied APCu config files.] ******* | |
skipping: [ceprvm] => (item=[{'_ansible_parsed': True, '_ansible_item_result': True, '_ansible_no_log': False, 'item': u'/etc/php/7.1/fpm/conf.d', u'changed': False, 'failed': False, u'examined': 28, u'msg': u'', u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/php/7.1/fpm/conf.d'],u'file_type': u'file', u'age': None, u'contains': u'extension(\\s+)?=(\\s+)?apc[u]?\\.so', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 1, '_ansible_ignore_errors': None, '_ansible_item_label': u'/etc/php/7.1/fpm/conf.d'}, {u'islnk': False, u'uid': 0, u'rgrp': True, u'xoth': False, u'rusr': True, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1546444379.0359082, u'gr_name': u'root', u'path': u'/etc/php/7.1/fpm/conf.d/20-apcu.ini', u'xusr': False, u'atime': 1546444379.8162982, u'inode': 1310759, u'isgid': False, u'size': 66, u'isdir': False, u'wgrp': False, u'ctime': 1546444379.0999403, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 64768, u'roth': True, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}]) | |
skipping: [ceprvm] => (item=[{'_ansible_parsed': True, '_ansible_item_result': True, '_ansible_no_log': False, 'item': u'/etc/php/7.1/apache2/conf.d', u'changed': False, 'failed': False, u'examined': 2, u'msg': u'', u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/php/7.1/apache2/conf.d'], u'file_type': u'file', u'age': None, u'contains': u'extension(\\s+)?=(\\s+)?apc[u]?\\.so', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 1, '_ansible_ignore_errors': None, '_ansible_item_label': u'/etc/php/7.1/apache2/conf.d'}, {u'islnk': False, u'uid': 0, u'rgrp': True, u'xoth': False, u'rusr': True, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1546444379.2159984, u'gr_name': u'root', u'path': u'/etc/php/7.1/apache2/conf.d/20-apcu.ini', u'xusr': False, u'atime': 1546444379.9123464, u'inode': 1310760, u'isgid': False, u'size': 66, u'isdir': False, u'wgrp': False, u'ctime': 1546444379.2840323, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 64768, u'roth': True, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}]) | |
skipping: [ceprvm] => (item=[{'_ansible_parsed': True, '_ansible_item_result': True, '_ansible_no_log': False, 'item': u'/etc/php/7.1/cli/conf.d', u'changed': False, 'failed': False, u'examined': 28, u'msg': u'', u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/php/7.1/cli/conf.d'],u'file_type': u'file', u'age': None, u'contains': u'extension(\\s+)?=(\\s+)?apc[u]?\\.so', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 1, '_ansible_ignore_errors': None, '_ansible_item_label': u'/etc/php/7.1/cli/conf.d'}, {u'islnk': False, u'uid': 0, u'rgrp': True, u'xoth': False, u'rusr': True, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1546444379.3920863, u'gr_name': u'root', u'path': u'/etc/php/7.1/cli/conf.d/20-apcu.ini', u'xusr': False, u'atime': 1546444380.0083942, u'inode': 1310761, u'isgid': False, u'size': 66, u'isdir': False, u'wgrp': False, u'ctime': 1546444379.4561183, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 64768, u'roth': True, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}]) | |
TASK [geerlingguy.php : Ensure APCu config file is present.] ******************* | |
ok: [ceprvm] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [ceprvm] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [ceprvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Remove APCu config file if APC is disabled.] *********** | |
skipping: [ceprvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [ceprvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [ceprvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : include_tasks] ***************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/configure-opcache.yml for ceprvm | |
TASK [geerlingguy.php : Check for existing OpCache config files.] ************** | |
ok: [ceprvm] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [ceprvm] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [ceprvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Remove any non-role-supplied OpCache config files.] **** | |
skipping: [ceprvm] => (item=[{'_ansible_parsed': True, '_ansible_item_result': True, '_ansible_no_log': False, 'item': u'/etc/php/7.1/fpm/conf.d', u'changed': False, 'failed': False, u'examined': 28, u'msg': u'', u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/php/7.1/fpm/conf.d'],u'file_type': u'file', u'age': None, u'contains': u'zend_extension(\\s+)?=(\\s+)?opcache\\.so', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 1, '_ansible_ignore_errors': None, '_ansible_item_label': u'/etc/php/7.1/fpm/conf.d'}, {u'islnk': False, u'uid': 0, u'rgrp': True, u'xoth': False, u'rusr': True, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1546444380.2004902, u'gr_name': u'root', u'path': u'/etc/php/7.1/fpm/conf.d/10-opcache.ini', u'xusr': False, u'atime': 1546444386.1194482, u'inode': 1310762, u'isgid': False, u'size': 303, u'isdir': False, u'wgrp': False, u'ctime': 1546444380.2565184, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 64768, u'roth': True, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}]) | |
skipping: [ceprvm] => (item=[{'_ansible_parsed': True, '_ansible_item_result': True, '_ansible_no_log': False, 'item': u'/etc/php/7.1/apache2/conf.d', u'changed': False, 'failed': False, u'examined': 2, u'msg': u'', u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/php/7.1/apache2/conf.d'], u'file_type': u'file', u'age': None, u'contains': u'zend_extension(\\s+)?=(\\s+)?opcache\\.so', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 1, '_ansible_ignore_errors': None, '_ansible_item_label': u'/etc/php/7.1/apache2/conf.d'}, {u'islnk': False, u'uid': 0, u'rgrp': True, u'xoth': False, u'rusr': True, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1546444380.3645723, u'gr_name': u'root', u'path': u'/etc/php/7.1/apache2/conf.d/10-opcache.ini', u'xusr': False, u'atime': 1546444386.207492, u'inode': 1310764, u'isgid': False, u'size': 303, u'isdir': False, u'wgrp': False, u'ctime': 1546444380.4246023, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 64768, u'roth': True, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name':u'root', u'gid': 0, u'ischr': False, u'wusr': True}]) | |
skipping: [ceprvm] => (item=[{'_ansible_parsed': True, '_ansible_item_result': True, '_ansible_no_log': False, 'item': u'/etc/php/7.1/cli/conf.d', u'changed': False, 'failed': False, u'examined': 28, u'msg': u'', u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/php/7.1/cli/conf.d'],u'file_type': u'file', u'age': None, u'contains': u'zend_extension(\\s+)?=(\\s+)?opcache\\.so', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*'], u'depth': None, u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'matched': 1, '_ansible_ignore_errors': None, '_ansible_item_label': u'/etc/php/7.1/cli/conf.d'}, {u'islnk': False, u'uid': 0, u'rgrp': True, u'xoth': False, u'rusr': True, u'woth': False, u'nlink': 1, u'issock': False, u'mtime': 1546444380.5206504, u'gr_name': u'root', u'path': u'/etc/php/7.1/cli/conf.d/10-opcache.ini', u'xusr': False, u'atime': 1546444386.335556, u'inode': 1310765, u'isgid': False, u'size': 303, u'isdir': False, u'wgrp': False, u'ctime': 1546444380.5766783, u'isblk': False, u'xgrp': False, u'isuid': False, u'dev': 64768, u'roth': True, u'isreg': True, u'isfifo': False, u'mode': u'0644', u'pw_name': u'root', u'gid': 0, u'ischr': False, u'wusr': True}]) | |
TASK [geerlingguy.php : Ensure OpCache config file is present.] **************** | |
ok: [ceprvm] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [ceprvm] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [ceprvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Remove OpCache config file if OpCache is disabled.] **** | |
skipping: [ceprvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [ceprvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [ceprvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : include_tasks] ***************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/configure-fpm.yml for ceprvm | |
TASK [geerlingguy.php : Define php_fpm_daemon.] ******************************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.php : Define php_fpm_pool_conf_path.] ************************ | |
skipping: [ceprvm] | |
TASK [geerlingguy.php : Define php_fpm_pool_user.] ***************************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.php : Define php_fpm_pool_group.] **************************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.php : Stat php_fpm_pool_conf_path] *************************** | |
ok: [ceprvm] | |
TASK [geerlingguy.php : Ensure the default pool directory exists.] ************* | |
skipping: [ceprvm] | |
TASK [geerlingguy.php : Ensure the default pool exists.] *********************** | |
ok: [ceprvm] | |
TASK [geerlingguy.php : Configure php-fpm pool (if enabled).] ****************** | |
ok: [ceprvm] => (item={u'regexp': u'^user.?=.+$', u'line': u'user = www-data'}) | |
ok: [ceprvm] => (item={u'regexp': u'^group.?=.+$', u'line': u'group = www-data'}) | |
ok: [ceprvm] => (item={u'regexp': u'^listen.?=.+$', u'line': u'listen = 127.0.0.1:9000'}) | |
ok: [ceprvm] => (item={u'regexp': u'^listen\\.allowed_clients.?=.+$', u'line': u'listen.allowed_clients = 127.0.0.1'}) | |
ok: [ceprvm] => (item={u'regexp': u'^pm\\.max_children.?=.+$', u'line': u'pm.max_children = 50'}) | |
ok: [ceprvm] => (item={u'regexp': u'^pm\\.start_servers.?=.+$', u'line': u'pm.start_servers = 5'}) | |
ok: [ceprvm] => (item={u'regexp': u'^pm\\.min_spare_servers.?=.+$', u'line': u'pm.min_spare_servers = 5'}) | |
ok: [ceprvm] => (item={u'regexp': u'^pm\\.max_spare_servers.?=.+$', u'line': u'pm.max_spare_servers = 5'}) | |
TASK [geerlingguy.php : Ensure php-fpm is started and enabled at boot (if configured).] *** | |
ok: [ceprvm] | |
TASK [geerlingguy.php : Ensure php-fpm is started and enabled at boot (if configured, Debian).] *** | |
skipping: [ceprvm] | |
TASK [geerlingguy.php-pecl : Include OS-Specific variables.] ******************* | |
ok: [ceprvm] => (item=/vagrant/provisioning/roles/geerlingguy.php-pecl/vars/Debian.yml) | |
TASK [geerlingguy.php-pecl : Ensure pecl is installed (if configured).] ******** | |
skipping: [ceprvm] | |
TASK [geerlingguy.php-pecl : Install PECL libaries.] *************************** | |
TASK [geerlingguy.composer : Set php_executable variable to a default if not defined.] *** | |
skipping: [ceprvm] | |
TASK [geerlingguy.composer : Check if Composer is installed.] ****************** | |
ok: [ceprvm] | |
TASK [geerlingguy.composer : Get Composer installer signature.] **************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.composer : Download Composer installer.] ********************* | |
skipping: [ceprvm] | |
TASK [geerlingguy.composer : Run Composer installer.] ************************** | |
skipping: [ceprvm] | |
TASK [geerlingguy.composer : Move Composer into globally-accessible location.] *** | |
skipping: [ceprvm] | |
TASK [geerlingguy.composer : Update Composer to latest version (if configured).] *** | |
skipping: [ceprvm] | |
TASK [geerlingguy.composer : Ensure composer directory exists.] **************** | |
ok: [ceprvm] | |
TASK [geerlingguy.composer : Add GitHub OAuth token for Composer (if configured).] *** | |
skipping: [ceprvm] | |
TASK [geerlingguy.composer : include_tasks] ************************************ | |
included: /vagrant/provisioning/roles/geerlingguy.composer/tasks/global-require.yml for ceprvm | |
TASK [geerlingguy.composer : Install configured globally-required packages.] *** | |
failed: [ceprvm] (item={u'release': u'^0.3', u'name': u'hirak/prestissimo'}) => {"changed": true, "cmd": ["/usr/bin/composer", "global", "require", "hirak/prestissimo:^0.3", "--no-progress"], "delta": "0:00:07.256437", "end": "2019-01-02 16:29:40.130789", "item": {"name": "hirak/prestissimo", "release":"^0.3"}, "msg": "non-zero return code", "rc": 1, "start": "2019-01-02 16:29:32.874352", "stderr": "PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20160303/apcu.so' - /usr/lib/php/20160303/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0\nPHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20160303/apcu.so' - /usr/lib/php/20160303/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0\nChanged current directory to /home/vagrant/.composer\n./composer.json has been created\nLoading composerrepositories with package information\nUpdating dependencies (including require-dev)\nYour requirements could not be resolved to an installable set of packages.\n\n Problem 1\n - hirak/prestissimo 0.3.8 requires ext-curl * -> the requested PHP extension curl is missing from your system.\n - hirak/prestissimo 0.3.7 requires ext-curl * -> the requested PHP extension curl is missing from your system.\n - hirak/prestissimo 0.3.6 requires ext-curl * -> the requested PHP extension curl is missing from your system.\n - hirak/prestissimo 0.3.5 requires ext-curl * -> the requested PHP extension curl is missing from your system.\n - hirak/prestissimo 0.3.4 requires ext-curl * -> the requested PHP extension curl is missing from your system.\n - hirak/prestissimo 0.3.3 requires ext-curl * -> the requested PHP extension curl is missing from your system.\n - hirak/prestissimo 0.3.2 requires ext-curl * -> the requested PHP extension curl is missing from your system.\n - hirak/prestissimo 0.3.1 requires ext-curl * -> the requested PHP extension curl is missing from your system.\n - hirak/prestissimo 0.3.0 requires ext-curl * -> the requested PHP extension curl is missing from your system.\n - Installation request for hirak/prestissimo ^0.3 -> satisfiable by hirak/prestissimo[0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.3.6, 0.3.7, 0.3.8].\n\n To enable extensions, verify that they are enabled in your .ini files:\n - /etc/php/7.1/cli/php.ini\n - /etc/php/7.1/cli/conf.d/10-mysqlnd.ini\n - /etc/php/7.1/cli/conf.d/10-opcache.ini\n - /etc/php/7.1/cli/conf.d/10-pdo.ini\n - /etc/php/7.1/cli/conf.d/20-apcu.ini\n - /etc/php/7.1/cli/conf.d/20-calendar.ini\n - /etc/php/7.1/cli/conf.d/20-ctype.ini\n - /etc/php/7.1/cli/conf.d/20-exif.ini\n - /etc/php/7.1/cli/conf.d/20-fileinfo.ini\n - /etc/php/7.1/cli/conf.d/20-ftp.ini\n - /etc/php/7.1/cli/conf.d/20-gettext.ini\n - /etc/php/7.1/cli/conf.d/20-iconv.ini\n - /etc/php/7.1/cli/conf.d/20-json.ini\n - /etc/php/7.1/cli/conf.d/20-mysqli.ini\n - /etc/php/7.1/cli/conf.d/20-odbc.ini\n - /etc/php/7.1/cli/conf.d/20-pdo_dblib.ini\n - /etc/php/7.1/cli/conf.d/20-pdo_mysql.ini\n - /etc/php/7.1/cli/conf.d/20-pdo_odbc.ini\n - /etc/php/7.1/cli/conf.d/20-phar.ini\n - /etc/php/7.1/cli/conf.d/20-posix.ini\n - /etc/php/7.1/cli/conf.d/20-readline.ini\n - /etc/php/7.1/cli/conf.d/20-shmop.ini\n - /etc/php/7.1/cli/conf.d/20-sockets.ini\n - /etc/php/7.1/cli/conf.d/20-sysvmsg.ini\n - /etc/php/7.1/cli/conf.d/20-sysvsem.ini\n - /etc/php/7.1/cli/conf.d/20-sysvshm.ini\n - /etc/php/7.1/cli/conf.d/20-tokenizer.ini\n - /etc/php/7.1/cli/conf.d/20-xdebug.ini\n - /etc/php/7.1/cli/conf.d/20-zip.ini\n You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.\n\nInstallation failed, deleting ./composer.json.", "stderr_lines": ["PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20160303/apcu.so' - /usr/lib/php/20160303/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0", "PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20160303/apcu.so' - /usr/lib/php/20160303/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0", "Changed current directory to /home/vagrant/.composer", "./composer.json has been created", "Loading composer repositories with package information", "Updating dependencies (including require-dev)", "Your requirements could not be resolved to an installable set of packages.", "", " Problem 1", " - hirak/prestissimo 0.3.8 requires ext-curl * -> the requested PHP extension curl is missing from your system.", " - hirak/prestissimo 0.3.7 requires ext-curl * -> the requested PHP extension curl is missing from your system.", " - hirak/prestissimo 0.3.6 requires ext-curl * -> the requested PHP extension curl is missing from your system.", " - hirak/prestissimo 0.3.5 requires ext-curl * -> the requested PHP extension curl is missing from your system.", " - hirak/prestissimo 0.3.4 requires ext-curl * -> the requested PHP extension curl is missing from your system.", " - hirak/prestissimo 0.3.3 requires ext-curl * -> the requested PHP extension curl is missing from your system.", " - hirak/prestissimo 0.3.2 requires ext-curl * -> the requested PHP extension curl is missing from your system.", " - hirak/prestissimo 0.3.1 requires ext-curl * -> the requested PHP extension curl is missing from your system.", " - hirak/prestissimo 0.3.0 requires ext-curl * -> the requested PHP extension curl is missing from your system.", " - Installation request for hirak/prestissimo ^0.3 -> satisfiable by hirak/prestissimo[0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.3.6, 0.3.7, 0.3.8].", "", " To enable extensions, verify that theyare enabled in your .ini files:", " - /etc/php/7.1/cli/php.ini", " - /etc/php/7.1/cli/conf.d/10-mysqlnd.ini", " - /etc/php/7.1/cli/conf.d/10-opcache.ini", " - /etc/php/7.1/cli/conf.d/10-pdo.ini", " - /etc/php/7.1/cli/conf.d/20-apcu.ini", " - /etc/php/7.1/cli/conf.d/20-calendar.ini", " - /etc/php/7.1/cli/conf.d/20-ctype.ini", " - /etc/php/7.1/cli/conf.d/20-exif.ini", " - /etc/php/7.1/cli/conf.d/20-fileinfo.ini", " - /etc/php/7.1/cli/conf.d/20-ftp.ini", " - /etc/php/7.1/cli/conf.d/20-gettext.ini", " - /etc/php/7.1/cli/conf.d/20-iconv.ini", " - /etc/php/7.1/cli/conf.d/20-json.ini", " - /etc/php/7.1/cli/conf.d/20-mysqli.ini", " - /etc/php/7.1/cli/conf.d/20-odbc.ini", " - /etc/php/7.1/cli/conf.d/20-pdo_dblib.ini", " - /etc/php/7.1/cli/conf.d/20-pdo_mysql.ini", " - /etc/php/7.1/cli/conf.d/20-pdo_odbc.ini", " - /etc/php/7.1/cli/conf.d/20-phar.ini", " - /etc/php/7.1/cli/conf.d/20-posix.ini", " - /etc/php/7.1/cli/conf.d/20-readline.ini", " - /etc/php/7.1/cli/conf.d/20-shmop.ini", " - /etc/php/7.1/cli/conf.d/20-sockets.ini", " - /etc/php/7.1/cli/conf.d/20-sysvmsg.ini", " - /etc/php/7.1/cli/conf.d/20-sysvsem.ini", " - /etc/php/7.1/cli/conf.d/20-sysvshm.ini", " - /etc/php/7.1/cli/conf.d/20-tokenizer.ini", " - /etc/php/7.1/cli/conf.d/20-xdebug.ini", " - /etc/php/7.1/cli/conf.d/20-zip.ini", " You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.", "", "Installation failed, deleting ./composer.json."], "stdout": "\nWarning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20160303/apcu.so' - /usr/lib/php/20160303/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0\n\nWarning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20160303/apcu.so' - /usr/lib/php/20160303/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0", "stdout_lines": ["", "Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20160303/apcu.so' - /usr/lib/php/20160303/apcu.so: cannot open shared object file: No such fileor directory in Unknown on line 0", "", "Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20160303/apcu.so' - /usr/lib/php/20160303/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0"]} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment