Created
April 22, 2017 16:29
-
-
Save wesleymusgrove/abf3c2bba4e9340b52b5fc5764b7d33a to your computer and use it in GitHub Desktop.
Trying to run vagrant up, vagrant provision, vagrant reload --provsion. Finally worked but ended up with empy nginx vhosts...
This file contains 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
wesleymusgrove@MusgroveMac:~/Sites/drupalvm$ vagrant destroy | |
drupalvm: Are you sure you want to destroy the 'drupalvm' VM? [y/N] y | |
==> drupalvm: AutoNetwork releasing "10.20.1.2" from 'drupalvm' | |
==> drupalvm: Destroying VM and associated drives... | |
==> drupalvm: [vagrant-hostsupdater] Removing hosts | |
Password: | |
wesleymusgrove@MusgroveMac:~/Sites/drupalvm$ vagrant up | |
Bringing machine 'drupalvm' up with 'virtualbox' provider... | |
==> drupalvm: AutoNetwork assigning "10.20.1.2" to 'drupalvm' | |
==> drupalvm: Importing base box 'geerlingguy/ubuntu1604'... | |
==> drupalvm: Matching MAC address for NAT networking... | |
==> drupalvm: Checking if box 'geerlingguy/ubuntu1604' is up to date... | |
==> drupalvm: Setting the name of the VM: drupalvm.dev | |
==> drupalvm: Clearing any previously set network interfaces... | |
==> drupalvm: Preparing network interfaces based on configuration... | |
drupalvm: Adapter 1: nat | |
drupalvm: Adapter 2: hostonly | |
==> drupalvm: Forwarding ports... | |
drupalvm: 22 (guest) => 2222 (host) (adapter 1) | |
==> drupalvm: Running 'pre-boot' VM customizations... | |
==> drupalvm: Booting VM... | |
==> drupalvm: Waiting for machine to boot. This may take a few minutes... | |
drupalvm: SSH address: 127.0.0.1:2222 | |
drupalvm: SSH username: vagrant | |
drupalvm: SSH auth method: private key | |
==> drupalvm: Machine booted and ready! | |
[drupalvm] GuestAdditions 5.1.20 running --- OK. | |
==> drupalvm: Checking for guest additions in VM... | |
==> drupalvm: [vagrant-hostsupdater] Checking for host entries | |
==> drupalvm: [vagrant-hostsupdater] Writing the following entries to (/etc/hosts) | |
==> drupalvm: [vagrant-hostsupdater] 10.20.1.2 drupalvm.dev # VAGRANT: bfe97c1e35d6f35441af8a8ec614447c (drupalvm) / 87ab2ac5-6e91-4707-9017-c9ac808d4c5b | |
==> drupalvm: [vagrant-hostsupdater] 10.20.1.2 www.drupalvm.dev # VAGRANT: bfe97c1e35d6f35441af8a8ec614447c (drupalvm) / 87ab2ac5-6e91-4707-9017-c9ac808d4c5b | |
==> drupalvm: [vagrant-hostsupdater] 10.20.1.2 adminer.drupalvm.dev # VAGRANT: bfe97c1e35d6f35441af8a8ec614447c (drupalvm) / 87ab2ac5-6e91-4707-9017-c9ac808d4c5b | |
==> drupalvm: [vagrant-hostsupdater] 10.20.1.2 xhprof.drupalvm.dev # VAGRANT: bfe97c1e35d6f35441af8a8ec614447c (drupalvm) / 87ab2ac5-6e91-4707-9017-c9ac808d4c5b | |
==> drupalvm: [vagrant-hostsupdater] 10.20.1.2 pimpmylog.drupalvm.dev # VAGRANT: bfe97c1e35d6f35441af8a8ec614447c (drupalvm) / 87ab2ac5-6e91-4707-9017-c9ac808d4c5b | |
==> drupalvm: [vagrant-hostsupdater] 10.20.1.2 dashboard.drupalvm.dev # VAGRANT: bfe97c1e35d6f35441af8a8ec614447c (drupalvm) / 87ab2ac5-6e91-4707-9017-c9ac808d4c5b | |
==> drupalvm: [vagrant-hostsupdater] This operation requires administrative access. You may skip it by manually adding equivalent entries to the hosts file. | |
==> drupalvm: Setting hostname... | |
==> drupalvm: Configuring and enabling network interfaces... | |
==> drupalvm: Exporting NFS shared folders... | |
==> drupalvm: Preparing to edit /etc/exports. Administrator privileges will be required... | |
==> drupalvm: Mounting NFS shared folders... | |
==> drupalvm: Running provisioner: ansible_local... | |
drupalvm: Installing Ansible... | |
drupalvm: Running ansible-playbook... | |
PLAY [all] ********************************************************************* | |
TASK [Gathering Facts] ********************************************************* | |
ok: [drupalvm] | |
TASK [Include OS-specific variables.] ****************************************** | |
ok: [drupalvm] | |
TASK [Define config_dir.] ****************************************************** | |
skipping: [drupalvm] | |
TASK [Include optional configuration files.] *********************************** | |
ok: [drupalvm] => (item=/vagrant/config.yml) | |
TASK [Define fully qualified domain name.] ************************************* | |
ok: [drupalvm] | |
TASK [Define short hostname.] ************************************************** | |
ok: [drupalvm] | |
TASK [Add hostname to /etc/hosts.] ********************************************* | |
ok: [drupalvm] | |
TASK [Configure hostname.] ***************************************************** | |
ok: [drupalvm] | |
TASK [Set the hostname for current session.] *********************************** | |
skipping: [drupalvm] | |
TASK [include] ***************************************************************** | |
included: /vagrant/provisioning/tasks/init-debian.yml for drupalvm | |
TASK [Update apt cache if needed.] ********************************************* | |
ok: [drupalvm] | |
TASK [Install required dependencies.] ****************************************** | |
changed: [drupalvm] => (item=[u'curl', u'python-apt', u'python-pycurl', u'sudo', u'unzip', u'make']) | |
TASK [Configure /etc/mailname.] ************************************************ | |
ok: [drupalvm] | |
TASK [Define php_xhprof_html_dir.] ********************************************* | |
skipping: [drupalvm] | |
TASK [Add repository for Apache 2.4.9+ (Ubuntu 12/14).] ************************ | |
skipping: [drupalvm] | |
TASK [Add repository for PHP versions (Ubuntu).] ******************************* | |
changed: [drupalvm] | |
TASK [Add repository for PHP 5 compatibility packages (Ubuntu).] *************** | |
skipping: [drupalvm] | |
TASK [Set the correct opcache filename (Ubuntu).] ****************************** | |
ok: [drupalvm] | |
TASK [Add dependencies for PHP versions (Debian).] ***************************** | |
skipping: [drupalvm] => (item=[]) | |
TASK [Add Ondrej Sury's apt key (Debian).] ************************************* | |
skipping: [drupalvm] | |
TASK [Add Ondrej Sury's repo (Debian).] **************************************** | |
skipping: [drupalvm] | |
TASK [Update apt caches after repo is added (Debian).] ************************* | |
skipping: [drupalvm] | |
TASK [Purge PHP version packages.] ********************************************* | |
ok: [drupalvm] => (item=[u'php5.6', u'php5.6-apcu', u'php5.6-cli', u'php5.6-common', u'php5.6-curl', u'php5.6-dev', u'php5.6-fpm', u'php5.6-gd', u'php5.6-imap', u'php5.6-json', u'php5.6-mbstring', u'php5.6-mcrypt', u'php5.6-opcache', u'php5.6-sqlite3', u'php5.6-xml', u'php5.6-yaml', u'php7.0', u'php7.0-apcu', u'php7.0-cli', u'php7.0-common', u'php7.0-curl', u'php7.0-dev', u'php7.0-fpm', u'php7.0-gd', u'php7.0-imap', u'php7.0-json', u'php7.0-mbstring', u'php7.0-mcrypt', u'php7.0-opcache', u'php7.0-sqlite3', u'php7.0-xml', u'php7.0-yaml']) | |
TASK [Purge PHP packages installed by default.] ******************************** | |
ok: [drupalvm] => (item=[u'php-common']) | |
TASK [Purge PHP modules directory.] ******************************************** | |
skipping: [drupalvm] => (item=/usr/lib/php5/modules) | |
skipping: [drupalvm] => (item=/usr/lib/php/modules) | |
TASK [include] ***************************************************************** | |
skipping: [drupalvm] | |
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: [drupalvm] | |
TASK [Set the correct XHProf package when PHP 5.6 is used.] ******************** | |
skipping: [drupalvm] | |
TASK [Ensure PHP version -specific workspace directory exists.] **************** | |
changed: [drupalvm] | |
TASK [geerlingguy.repo-remi : Install remi repo.] ****************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.repo-remi : Import remi GPG key.] **************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.firewall : Ensure iptables is installed.] ******************** | |
ok: [drupalvm] | |
TASK [geerlingguy.firewall : Flush iptables the first time playbook runs.] ***** | |
changed: [drupalvm] | |
TASK [geerlingguy.firewall : Copy firewall script into place.] ***************** | |
changed: [drupalvm] | |
TASK [geerlingguy.firewall : Copy firewall init script into place.] ************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.firewall : Copy firewall systemd unit file into place (for systemd systems).] *** | |
changed: [drupalvm] | |
TASK [geerlingguy.firewall : Ensure the firewall is enabled and will start on boot.] *** | |
changed: [drupalvm] | |
TASK [geerlingguy.firewall : Check firewalld package is installed (on RHEL).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.firewall : Disable the firewalld service (on RHEL, if configured).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.firewall : Check ufw package is installed (on Ubuntu).] ****** | |
ok: [drupalvm] | |
TASK [geerlingguy.firewall : Disable the ufw firewall (on Ubuntu, if configured).] *** | |
changed: [drupalvm] | |
TASK [geerlingguy.firewall : Check ufw package is installed (on Archlinux).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.firewall : Disable the ufw firewall (on Archlinux, if configured).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.git : Ensure git is installed (RedHat).] ********************* | |
skipping: [drupalvm] => (item=git-svn) | |
skipping: [drupalvm] => (item=git) | |
TASK [geerlingguy.git : Update apt cache (Debian).] **************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.git : Ensure git is installed (Debian).] ********************* | |
changed: [drupalvm] => (item=[u'git', u'git-svn']) | |
TASK [geerlingguy.git : Ensure git's dependencies are installed (RedHat).] ***** | |
skipping: [drupalvm] => (item=gettext-devel) | |
skipping: [drupalvm] => (item=expat-devel) | |
skipping: [drupalvm] => (item=curl-devel) | |
skipping: [drupalvm] => (item=zlib-devel) | |
skipping: [drupalvm] => (item=perl-devel) | |
skipping: [drupalvm] => (item=openssl-devel) | |
skipping: [drupalvm] => (item=subversion-perl) | |
skipping: [drupalvm] => (item=make) | |
skipping: [drupalvm] => (item=gcc) | |
TASK [geerlingguy.git : Ensure git's dependencies are installed (Debian).] ***** | |
skipping: [drupalvm] => (item=[]) | |
TASK [geerlingguy.git : Get installed version] ********************************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.git : Force git install if the version numbers do not match] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.git : Download git.] ***************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.git : Expand git archive.] *********************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.git : Build git.] ******************************************** | |
skipping: [drupalvm] => (item=all) | |
skipping: [drupalvm] => (item=install) | |
TASK [geerlingguy.postfix : Ensure postfix is installed (RedHat).] ************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.postfix : Ensure postfix is installed (Debian).] ************* | |
changed: [drupalvm] | |
TASK [geerlingguy.postfix : Ensure postfix is started and enabled at boot.] **** | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : Include OS-specific variables.] ********************* | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : Include variables for Amazon Linux.] **************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.apache : Define apache_packages.] **************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : include] ******************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.apache/tasks/setup-Debian.yml for drupalvm | |
TASK [geerlingguy.apache : Update apt cache.] ********************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : Ensure Apache is installed on Debian.] ************** | |
changed: [drupalvm] => (item=[u'apache2', u'apache2-utils']) | |
TASK [geerlingguy.apache : Get installed version of Apache.] ******************* | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : Create apache_version variable.] ******************** | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : include_vars] *************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.apache : include_vars] *************************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : include] ******************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.apache/tasks/configure-Debian.yml for drupalvm | |
TASK [geerlingguy.apache : Configure Apache.] ********************************** | |
ok: [drupalvm] => (item={u'regexp': u'^Listen ', u'line': u'Listen 80'}) | |
TASK [geerlingguy.apache : Enable Apache mods.] ******************************** | |
changed: [drupalvm] => (item=expires.load) | |
changed: [drupalvm] => (item=ssl.load) | |
changed: [drupalvm] => (item=rewrite.load) | |
changed: [drupalvm] => (item=proxy.load) | |
changed: [drupalvm] => (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.] ******************* | |
changed: [drupalvm] | |
TASK [geerlingguy.apache : Add vhost symlink in sites-enabled.] **************** | |
changed: [drupalvm] | |
TASK [geerlingguy.apache : Remove default vhost in sites-enabled.] ************* | |
changed: [drupalvm] | |
TASK [geerlingguy.apache : Ensure Apache has selected state and enabled on boot.] *** | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : Include OS-specific variables.] ********************* | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : Include variables for Amazon Linux.] **************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.apache : Define apache_packages.] **************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.apache : include] ******************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.apache/tasks/setup-Debian.yml for drupalvm | |
TASK [geerlingguy.apache : Update apt cache.] ********************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : Ensure Apache is installed on Debian.] ************** | |
ok: [drupalvm] => (item=[u'apache2', u'apache2-utils']) | |
TASK [geerlingguy.apache : Get installed version of Apache.] ******************* | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : Create apache_version variable.] ******************** | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : include_vars] *************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.apache : include_vars] *************************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : include] ******************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.apache/tasks/configure-Debian.yml for drupalvm | |
TASK [geerlingguy.apache : Configure Apache.] ********************************** | |
ok: [drupalvm] => (item={u'regexp': u'^Listen ', u'line': u'Listen 80'}) | |
TASK [geerlingguy.apache : Enable Apache mods.] ******************************** | |
ok: [drupalvm] => (item=expires.load) | |
ok: [drupalvm] => (item=ssl.load) | |
ok: [drupalvm] => (item=rewrite.load) | |
ok: [drupalvm] => (item=proxy.load) | |
ok: [drupalvm] => (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: [drupalvm] | |
TASK [geerlingguy.apache : Add vhost symlink in sites-enabled.] **************** | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : Remove default vhost in sites-enabled.] ************* | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : Ensure Apache has selected state and enabled on boot.] *** | |
ok: [drupalvm] | |
TASK [geerlingguy.apache-php-fpm : Enable mod_proxy_fcgi.] ********************* | |
ok: [drupalvm] => (item=proxy.load) | |
ok: [drupalvm] => (item=proxy_fcgi.load) | |
TASK [geerlingguy.nginx : Include OS-specific variables.] ********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Define nginx_user.] ********************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Enable nginx repo.] ********************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Ensure nginx is installed.] ************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Add PPA for Nginx.] ********************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Ensure nginx will reinstall if the PPA was just added.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Update apt cache.] *********************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Ensure nginx is installed.] ************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Update pkg cache.] *********************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Ensure nginx is installed.] ************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Create logs directory.] ****************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Remove default nginx vhost config file (if configured).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Ensure nginx_vhost_path exists.] ********************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Add managed vhost config file (if any vhosts are configured).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Remove managed vhost config file (if no vhosts are configured).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Copy nginx configuration in place.] ****************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Ensure nginx is started and enabled to start at boot.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Include OS-specific variables.] ************************ | |
ok: [drupalvm] | |
TASK [geerlingguy.php : Define php_packages.] ********************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define extra php_packages.] **************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_webserver_daemon.] ************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.php : Define php_conf_paths.] ******************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_extension_conf_paths.] ********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_apc_conf_filename.] ************************* | |
ok: [drupalvm] | |
TASK [geerlingguy.php : Define php_opcache_conf_filename (Ubuntu 16.04).] ****** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_opcache_conf_filename.] ********************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_fpm_conf_path.] ***************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : include] *********************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/setup-Debian.yml for drupalvm | |
TASK [geerlingguy.php : Update apt cache.] ************************************* | |
ok: [drupalvm] | |
TASK [geerlingguy.php : Ensure PHP packages are installed.] ******************** | |
changed: [drupalvm] => (item=[u'php7.1', u'php7.1-apcu', u'php7.1-cli', u'php7.1-common', u'php7.1-curl', u'php7.1-dev', u'php7.1-fpm', u'php7.1-gd', u'php7.1-imap', u'php7.1-json', u'php7.1-mbstring', u'php7.1-mcrypt', u'php7.1-opcache', u'php7.1-sqlite3', u'php7.1-xml', u'php7.1-yaml']) | |
TASK [geerlingguy.php : Delete APCu configuration file if this role will provide one.] *** | |
changed: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
changed: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Delete OpCache configuration file if this role will provide one.] *** | |
changed: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
changed: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : include] *********************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/configure.yml for drupalvm | |
TASK [geerlingguy.php : Ensure configuration directories exist.] *************** | |
ok: [drupalvm] => (item=/etc/php/7.1/fpm) | |
changed: [drupalvm] => (item=/etc/php/7.1/apache2) | |
ok: [drupalvm] => (item=/etc/php/7.1/cli) | |
ok: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
changed: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Place PHP configuration file in place.] **************** | |
changed: [drupalvm] => (item=/etc/php/7.1/fpm) | |
changed: [drupalvm] => (item=/etc/php/7.1/apache2) | |
changed: [drupalvm] => (item=/etc/php/7.1/cli) | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/configure-apcu.yml for drupalvm | |
TASK [geerlingguy.php : Check for existing APCu config files.] ***************** | |
ok: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Remove any non-role-supplied APCu config files.] ******* | |
TASK [geerlingguy.php : Ensure APCu config file is present.] ******************* | |
changed: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
changed: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
changed: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Remove APCu config file if APC is disabled.] *********** | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/configure-opcache.yml for drupalvm | |
TASK [geerlingguy.php : Check for existing OpCache config files.] ************** | |
ok: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Remove any non-role-supplied OpCache config files.] **** | |
TASK [geerlingguy.php : Ensure OpCache config file is present.] **************** | |
changed: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
changed: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
changed: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Remove OpCache config file if OpCache is disabled.] **** | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/configure-fpm.yml for drupalvm | |
TASK [geerlingguy.php : Define php_fpm_daemon.] ******************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_fpm_pool_conf_path.] ************************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_fpm_pool_user.] ***************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.php : Define php_fpm_pool_group.] **************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.php : Stat php_fpm_pool_conf_path] *************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.php : Ensure the default pool directory exists.] ************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Ensure the default pool exists.] *********************** | |
ok: [drupalvm] | |
TASK [geerlingguy.php : Configure php-fpm pool (if enabled).] ****************** | |
ok: [drupalvm] => (item={u'regexp': u'^user.?=.+$', u'line': u'user = www-data'}) | |
ok: [drupalvm] => (item={u'regexp': u'^group.?=.+$', u'line': u'group = www-data'}) | |
changed: [drupalvm] => (item={u'regexp': u'^listen.?=.+$', u'line': u'listen = 127.0.0.1:9000'}) | |
changed: [drupalvm] => (item={u'regexp': u'^listen\\.allowed_clients.?=.+$', u'line': u'listen.allowed_clients = 127.0.0.1'}) | |
changed: [drupalvm] => (item={u'regexp': u'^pm\\.max_children.?=.+$', u'line': u'pm.max_children = 50'}) | |
changed: [drupalvm] => (item={u'regexp': u'^pm\\.start_servers.?=.+$', u'line': u'pm.start_servers = 5'}) | |
changed: [drupalvm] => (item={u'regexp': u'^pm\\.min_spare_servers.?=.+$', u'line': u'pm.min_spare_servers = 5'}) | |
changed: [drupalvm] => (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: [drupalvm] | |
TASK [geerlingguy.php : Include OS-specific variables.] ************************ | |
ok: [drupalvm] | |
TASK [geerlingguy.php : Define php_packages.] ********************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define extra php_packages.] **************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_webserver_daemon.] ************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_conf_paths.] ******************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_extension_conf_paths.] ********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_apc_conf_filename.] ************************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_opcache_conf_filename (Ubuntu 16.04).] ****** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_opcache_conf_filename.] ********************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_fpm_conf_path.] ***************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : include] *********************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/setup-Debian.yml for drupalvm | |
TASK [geerlingguy.php : Update apt cache.] ************************************* | |
ok: [drupalvm] | |
TASK [geerlingguy.php : Ensure PHP packages are installed.] ******************** | |
ok: [drupalvm] => (item=[u'php7.1', u'php7.1-apcu', u'php7.1-cli', u'php7.1-common', u'php7.1-curl', u'php7.1-dev', u'php7.1-fpm', u'php7.1-gd', u'php7.1-imap', u'php7.1-json', u'php7.1-mbstring', u'php7.1-mcrypt', u'php7.1-opcache', u'php7.1-sqlite3', u'php7.1-xml', u'php7.1-yaml']) | |
TASK [geerlingguy.php : Delete APCu configuration file if this role will provide one.] *** | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Delete OpCache configuration file if this role will provide one.] *** | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : include] *********************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/configure.yml for drupalvm | |
TASK [geerlingguy.php : Ensure configuration directories exist.] *************** | |
ok: [drupalvm] => (item=/etc/php/7.1/fpm) | |
ok: [drupalvm] => (item=/etc/php/7.1/apache2) | |
ok: [drupalvm] => (item=/etc/php/7.1/cli) | |
ok: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Place PHP configuration file in place.] **************** | |
ok: [drupalvm] => (item=/etc/php/7.1/fpm) | |
ok: [drupalvm] => (item=/etc/php/7.1/apache2) | |
ok: [drupalvm] => (item=/etc/php/7.1/cli) | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/configure-apcu.yml for drupalvm | |
TASK [geerlingguy.php : Check for existing APCu config files.] ***************** | |
ok: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Remove any non-role-supplied APCu config files.] ******* | |
skipping: [drupalvm] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/7.1/apache2/conf.d', u'examined': 2, u'invocation': {u'module_args': {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'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'msg': u'', u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1492874811.590226, u'inode': 1847024, u'isgid': False, u'size': 66, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/7.1/apache2/conf.d/20-apcu.ini', u'xusr': False, u'atime': 1492874812.8828719, u'isdir': False, u'ctime': 1492874811.710286, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) | |
skipping: [drupalvm] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/7.1/fpm/conf.d', u'examined': 35, u'invocation': {u'module_args': {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'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'msg': u'', u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1492874811.2900758, u'inode': 1847023, u'isgid': False, u'size': 66, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/7.1/fpm/conf.d/20-apcu.ini', u'xusr': False, u'atime': 1492874812.7347977, u'isdir': False, u'ctime': 1492874811.406134, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) | |
skipping: [drupalvm] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/7.1/cli/conf.d', u'examined': 35, u'invocation': {u'module_args': {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'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'msg': u'', u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1492874811.882372, u'inode': 1847025, u'isgid': False, u'size': 66, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/7.1/cli/conf.d/20-apcu.ini', u'xusr': False, u'atime': 1492874813.0309458, u'isdir': False, u'ctime': 1492874812.0024319, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) | |
TASK [geerlingguy.php : Ensure APCu config file is present.] ******************* | |
ok: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Remove APCu config file if APC is disabled.] *********** | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/configure-opcache.yml for drupalvm | |
TASK [geerlingguy.php : Check for existing OpCache config files.] ************** | |
ok: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Remove any non-role-supplied OpCache config files.] **** | |
skipping: [drupalvm] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/7.1/fpm/conf.d', u'examined': 35, u'invocation': {u'module_args': {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'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'msg': u'', u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1492874813.31909, u'inode': 1847026, u'isgid': False, u'size': 303, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/7.1/fpm/conf.d/10-opcache.ini', u'xusr': False, u'atime': 1492874823.4841695, u'isdir': False, u'ctime': 1492874813.4351478, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) | |
skipping: [drupalvm] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/7.1/apache2/conf.d', u'examined': 2, u'invocation': {u'module_args': {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'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'msg': u'', u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1492874813.6192398, u'inode': 1847027, u'isgid': False, u'size': 303, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/7.1/apache2/conf.d/10-opcache.ini', u'xusr': False, u'atime': 1492874823.6362455, u'isdir': False, u'ctime': 1492874813.7433019, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) | |
skipping: [drupalvm] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/7.1/cli/conf.d', u'examined': 35, u'invocation': {u'module_args': {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'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'msg': u'', u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1492874813.9273937, u'inode': 1847028, u'isgid': False, u'size': 303, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/7.1/cli/conf.d/10-opcache.ini', u'xusr': False, u'atime': 1492874823.7923234, u'isdir': False, u'ctime': 1492874814.0434518, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) | |
TASK [geerlingguy.php : Ensure OpCache config file is present.] **************** | |
ok: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Remove OpCache config file if OpCache is disabled.] **** | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/configure-fpm.yml for drupalvm | |
TASK [geerlingguy.php : Define php_fpm_daemon.] ******************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_fpm_pool_conf_path.] ************************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_fpm_pool_user.] ***************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_fpm_pool_group.] **************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Stat php_fpm_pool_conf_path] *************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.php : Ensure the default pool directory exists.] ************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Ensure the default pool exists.] *********************** | |
ok: [drupalvm] | |
TASK [geerlingguy.php : Configure php-fpm pool (if enabled).] ****************** | |
ok: [drupalvm] => (item={u'regexp': u'^user.?=.+$', u'line': u'user = www-data'}) | |
ok: [drupalvm] => (item={u'regexp': u'^group.?=.+$', u'line': u'group = www-data'}) | |
ok: [drupalvm] => (item={u'regexp': u'^listen.?=.+$', u'line': u'listen = 127.0.0.1:9000'}) | |
ok: [drupalvm] => (item={u'regexp': u'^listen\\.allowed_clients.?=.+$', u'line': u'listen.allowed_clients = 127.0.0.1'}) | |
ok: [drupalvm] => (item={u'regexp': u'^pm\\.max_children.?=.+$', u'line': u'pm.max_children = 50'}) | |
ok: [drupalvm] => (item={u'regexp': u'^pm\\.start_servers.?=.+$', u'line': u'pm.start_servers = 5'}) | |
ok: [drupalvm] => (item={u'regexp': u'^pm\\.min_spare_servers.?=.+$', u'line': u'pm.min_spare_servers = 5'}) | |
ok: [drupalvm] => (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: [drupalvm] | |
TASK [geerlingguy.php-pecl : Install PECL libaries.] *************************** | |
TASK [geerlingguy.composer : Set php_executable variable to a default if not defined.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.composer : Check if Composer is installed.] ****************** | |
ok: [drupalvm] | |
TASK [geerlingguy.composer : Download Composer installer.] ********************* | |
changed: [drupalvm] | |
TASK [geerlingguy.composer : Run Composer installer.] ************************** | |
changed: [drupalvm] | |
TASK [geerlingguy.composer : Move Composer into globally-accessible location.] *** | |
changed: [drupalvm] | |
TASK [geerlingguy.composer : Update Composer to latest version (if configured).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.composer : Ensure composer directory exists.] **************** | |
changed: [drupalvm] | |
TASK [geerlingguy.composer : Add GitHub OAuth token for Composer (if configured).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.composer : Install configured globally-required packages.] *** | |
changed: [drupalvm] => (item={u'release': u'^0.3', u'name': u'hirak/prestissimo'}) | |
TASK [geerlingguy.composer : Add composer_home_path bin directory to global $PATH.] *** | |
changed: [drupalvm] | |
TASK [geerlingguy.composer : Add composer_project_path bin directory to global $PATH.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : Include OS-specific variables.] ********************** | |
ok: [drupalvm] => (item=/vagrant/provisioning/roles/geerlingguy.mysql/vars/Debian.yml) | |
TASK [geerlingguy.mysql : Include OS-specific variables (RedHat).] ************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : Define mysql_packages.] ****************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Define mysql_daemon.] ******************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Define mysql_slow_query_log_file.] ******************* | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Define mysql_log_error.] ***************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Define mysql_syslog_tag.] **************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Define mysql_pid_file.] ****************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Define mysql_config_file.] *************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Define mysql_config_include_dir.] ******************** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Define mysql_socket.] ******************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Define mysql_supports_innodb_large_prefix.] ********** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : include] ********************************************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : include] ********************************************* | |
included: /vagrant/provisioning/roles/geerlingguy.mysql/tasks/setup-Debian.yml for drupalvm | |
TASK [geerlingguy.mysql : Check if MySQL is already installed.] **************** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Update apt cache if MySQL is not yet installed.] ***** | |
changed: [drupalvm] | |
TASK [geerlingguy.mysql : Ensure MySQL Python libraries are installed.] ******** | |
changed: [drupalvm] | |
TASK [geerlingguy.mysql : Ensure MySQL packages are installed.] **************** | |
changed: [drupalvm] => (item=[u'mysql-common', u'mysql-server']) | |
TASK [geerlingguy.mysql : Ensure MySQL is stopped after initial install.] ****** | |
changed: [drupalvm] | |
TASK [geerlingguy.mysql : Delete innodb log files created by apt package after initial install.] *** | |
changed: [drupalvm] => (item=ib_logfile0) | |
changed: [drupalvm] => (item=ib_logfile1) | |
TASK [geerlingguy.mysql : include] ********************************************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : Check if MySQL packages were installed.] ************* | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Copy my.cnf global MySQL configuration.] ************* | |
changed: [drupalvm] | |
TASK [geerlingguy.mysql : Verify mysql include directory exists.] ************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : Copy my.cnf override files into include directory.] *** | |
TASK [geerlingguy.mysql : Create slow query log file (if configured).] ********* | |
changed: [drupalvm] | |
TASK [geerlingguy.mysql : Create datadir if it does not exist] ***************** | |
changed: [drupalvm] | |
TASK [geerlingguy.mysql : Set ownership on slow query log file (if configured).] *** | |
changed: [drupalvm] | |
TASK [geerlingguy.mysql : Create error log file (if configured).] ************** | |
changed: [drupalvm] | |
TASK [geerlingguy.mysql : Set ownership on error log file (if configured).] **** | |
changed: [drupalvm] | |
TASK [geerlingguy.mysql : Ensure MySQL is started and enabled on boot.] ******** | |
changed: [drupalvm] | |
TASK [geerlingguy.mysql : Get MySQL version.] ********************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Ensure default user is present.] ********************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : Copy user-my.cnf file with password credentials.] **** | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : Disallow root login remotely] ************************ | |
ok: [drupalvm] => (item=DELETE FROM mysql.user WHERE User='root' AND Host NOT IN ('localhost', '127.0.0.1', '::1')) | |
TASK [geerlingguy.mysql : Get list of hosts for the root user.] **************** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Update MySQL root password for localhost root account (5.7.x).] *** | |
changed: [drupalvm] => (item=localhost) | |
TASK [geerlingguy.mysql : Update MySQL root password for localhost root account (< 5.7.x).] *** | |
skipping: [drupalvm] => (item=localhost) | |
TASK [geerlingguy.mysql : Copy .my.cnf file with root password credentials.] *** | |
changed: [drupalvm] | |
TASK [geerlingguy.mysql : Get list of hosts for the anonymous user.] *********** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Remove anonymous MySQL users.] *********************** | |
TASK [geerlingguy.mysql : Remove MySQL test database.] ************************* | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Ensure MySQL databases are present.] ***************** | |
changed: [drupalvm] => (item={u'collation': u'utf8mb4_general_ci', u'name': u'drupal', u'encoding': u'utf8mb4'}) | |
TASK [geerlingguy.mysql : Ensure MySQL users are present.] ********************* | |
changed: [drupalvm] => (item=(censored due to no_log)) | |
TASK [geerlingguy.mysql : Ensure replication user exists on master.] *********** | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : Check slave replication status.] ********************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : Check master replication status.] ******************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : Configure replication on the slave.] ***************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : Start replication.] ********************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-mysql : Include OS-specific variables.] ****************** | |
ok: [drupalvm] | |
TASK [geerlingguy.php-mysql : Define php_mysql_package.] *********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-mysql : Install PHP MySQL dependencies (RedHat).] ******** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-mysql : Install PHP MySQL dependencies (Debian).] ******** | |
changed: [drupalvm] | |
TASK [geerlingguy.postgresql : include] **************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.postgresql : include] **************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.postgresql : include] **************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.postgresql : Set PostgreSQL environment variables.] ********** | |
skipping: [drupalvm] | |
TASK [geerlingguy.postgresql : Ensure PostgreSQL data directory exists.] ******* | |
skipping: [drupalvm] | |
TASK [geerlingguy.postgresql : Check if PostgreSQL database is initialized.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.postgresql : Ensure PostgreSQL database is initialized.] ***** | |
skipping: [drupalvm] | |
TASK [geerlingguy.postgresql : Configure global settings.] ********************* | |
skipping: [drupalvm] => (item={u'option': u'unix_socket_directories', u'value': u'/var/run/postgresql'}) | |
TASK [geerlingguy.postgresql : Ensure PostgreSQL unix socket dirs exist.] ****** | |
skipping: [drupalvm] => (item=/var/run/postgresql) | |
TASK [geerlingguy.postgresql : Ensure PostgreSQL is started and enabled on boot.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.postgresql : Ensure PostgreSQL databases are present.] ******* | |
skipping: [drupalvm] => (item={u'name': u'drupal'}) | |
TASK [geerlingguy.postgresql : Ensure PostgreSQL users are present.] *********** | |
skipping: [drupalvm] => (item=(censored due to no_log)) | |
TASK [geerlingguy.php-pgsql : Include OS-specific variables.] ****************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-pgsql : Define php_pgsql_package.] *********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-pgsql : Install PHP PostgreSQL dependencies (RedHat).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-pgsql : Install PHP PostgreSQL dependencies (Debian).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.drupal-console : Install Drupal Console.] ******************** | |
changed: [drupalvm] | |
TASK [geerlingguy.drupal-console : Ensure Drupal Console is executable.] ******* | |
changed: [drupalvm] | |
TASK [geerlingguy.drupal-console : Run Drupal Console init.] ******************* | |
changed: [drupalvm] | |
TASK [geerlingguy.drupal-console : Update Drupal Console to latest version (if configured).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.drush : Check current state.] ******************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.drush : Perform cleanup of old symlink.] ********************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.drush : Install Drush.] ************************************** | |
changed: [drupalvm] | |
TASK [geerlingguy.drush : Ensure Drush is executable.] ************************* | |
changed: [drupalvm] | |
TASK [geerlingguy.drush : Clone Drush from GitHub.] **************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.drush : Check for composer.json] ***************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.drush : Ensure Drush can be installed on Debian Wheezy.] ***** | |
skipping: [drupalvm] | |
TASK [geerlingguy.drush : Install Drush dependencies with Composer.] *********** | |
skipping: [drupalvm] | |
TASK [geerlingguy.drush : Create drush symlink.] ******************************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.drush : Run drush to finish setting it up.] ****************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.memcached : Include OS-specific variables.] ****************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.memcached : Define memcached_user.] ************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.memcached : Update apt cache.] ******************************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.memcached : Install Memcached.] ****************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.memcached : Copy Memcached configuration.] ******************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.memcached : Ensure Memcached is started and set to run on startup.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-memcached : Include OS-specific variables.] ************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-memcached : Define php_memcached_package.] *************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-memcached : Install PHP Memcached extension (RedHat).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-memcached : Install PHP Memcached extension (Debian).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Include OS-specific variables.] *************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Define php_tideways_module_path.] ************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Define php_tideways_config_filename.] ********* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Ensure dependencies for installing Tideways are present.] *** | |
skipping: [drupalvm] => (item=make) | |
skipping: [drupalvm] => (item=gcc) | |
skipping: [drupalvm] => (item=unzip) | |
TASK [geerlingguy.php-tideways : Download and untar Tideways.] ***************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Build Tideways.] ****************************** | |
skipping: [drupalvm] => (item=phpize) | |
skipping: [drupalvm] => (item=./configure) | |
skipping: [drupalvm] => (item=make) | |
skipping: [drupalvm] => (item=make install) | |
TASK [geerlingguy.php-tideways : Ensure Tideways module path exists.] ********** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Move Tideways module into place.] ************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Ensure PHP configuration directories exist.] *** | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php-tideways : Copy Tideways INI into various other conf folders.] *** | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php-tideways : Define xhprof_download_url.] ****************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Define xhprof_download_folder_name.] ********** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Define php_xhprof_lib_dir.] ******************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Define php_xhprof_html_dir.] ****************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Ensure dependencies for the XHProf UI are present.] *** | |
skipping: [drupalvm] => (item=graphviz) | |
TASK [geerlingguy.php-tideways : Download and untar XHProf.] ******************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Move XHProf PHP library into place.] ********** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Move XHProf UI into place.] ******************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Ensure PHP configuration directories exist.] *** | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php-tideways : Copy Tideways INI into various other conf folders.] *** | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php-xdebug : Include OS-specific variables.] ***************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xdebug : Define php_xdebug_module_path.] ***************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xdebug : Define php_xdebug_config_filename.] ************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xdebug : Ensure dependencies for building from source are installed (RedHat).] *** | |
skipping: [drupalvm] => (item=[]) | |
TASK [geerlingguy.php-xdebug : Ensure dependencies for building from source are installed (Debian).] *** | |
skipping: [drupalvm] => (item=[]) | |
TASK [geerlingguy.php-xdebug : Untar Xdebug.] ********************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xdebug : Build Xdebug.] ********************************** | |
skipping: [drupalvm] => (item=./configure) | |
skipping: [drupalvm] => (item=phpize) | |
skipping: [drupalvm] => (item=make) | |
TASK [geerlingguy.php-xdebug : Ensure Xdebug module path exists.] ************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xdebug : Move Xdebug module into place.] ***************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xdebug : Copy xdebug ini into main extension config folder.] *** | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php-xhprof : Include OS-specific variables.] ***************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xhprof : Define php_xhprof_module_path.] ***************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xhprof : Define php_xhprof_config_filename.] ************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xhprof : Ensure dependencies for installing XHProf are present.] *** | |
skipping: [drupalvm] => (item=gcc) | |
skipping: [drupalvm] => (item=make) | |
skipping: [drupalvm] => (item=unzip) | |
skipping: [drupalvm] => (item=graphviz) | |
TASK [geerlingguy.php-xhprof : Download and untar XHProf.] ********************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xhprof : Build XHProf.] ********************************** | |
skipping: [drupalvm] => (item=phpize) | |
skipping: [drupalvm] => (item=./configure) | |
skipping: [drupalvm] => (item=make) | |
TASK [geerlingguy.php-xhprof : Ensure XHProf module path exists.] ************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xhprof : Move XHProf module into place.] ***************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xhprof : Move XHProf PHP library into place.] ************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xhprof : Move XHProf UI into place.] ********************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xhprof : Ensure PHP configuration directories exist.] **** | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php-xhprof : Copy XHProf INI into various other conf folders.] *** | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php-xhprof : Ensure XHProf output directory exists.] ********* | |
skipping: [drupalvm] | |
TASK [thom8.php-upload-progress : Include OS-specific variables.] ************** | |
skipping: [drupalvm] | |
TASK [thom8.php-upload-progress : Define php_uploadprogress_module_path.] ****** | |
skipping: [drupalvm] | |
TASK [thom8.php-upload-progress : Define php_uploadprogress_config_filename.] *** | |
skipping: [drupalvm] | |
TASK [thom8.php-upload-progress : Download and untar uploadprogress.] ********** | |
skipping: [drupalvm] | |
TASK [thom8.php-upload-progress : Build uploadprogress.] *********************** | |
skipping: [drupalvm] => (item=phpize) | |
skipping: [drupalvm] => (item=./configure) | |
skipping: [drupalvm] => (item=make) | |
TASK [thom8.php-upload-progress : Ensure uploadprogress module path exists.] *** | |
skipping: [drupalvm] | |
TASK [thom8.php-upload-progress : Move uploadprogress module into place.] ****** | |
skipping: [drupalvm] | |
TASK [thom8.php-upload-progress : Add php extension config for uploadprogress.] *** | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.blackfire : Add packagecloud GPG key.] *********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.blackfire : Add Blackfire repository.] *********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.blackfire : Disable gpg_repocheck for non-bleeding-edge CentOS.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.blackfire : Add packagecloud apt key.] *********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.blackfire : Add packagecloud repository.] ******************** | |
skipping: [drupalvm] => (item=deb http://packages.blackfire.io/debian any main) | |
TASK [geerlingguy.blackfire : Update apt caches after repo is added.] ********** | |
skipping: [drupalvm] | |
TASK [geerlingguy.blackfire : Ensure Blackfire packages are installed.] ******** | |
skipping: [drupalvm] | |
TASK [geerlingguy.adminer : Ensure Adminer directory exists.] ****************** | |
changed: [drupalvm] | |
TASK [geerlingguy.adminer : Download Adminer to configured directory.] ********* | |
changed: [drupalvm] | |
TASK [geerlingguy.adminer : Symlink Adminer into configured directories.] ****** | |
TASK [geerlingguy.adminer : Set the proper Apache configuration directory (Debian).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.adminer : Add Apache configuration file for Adminer (Debian).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.adminer : Add Apache configuration file for Adminer (RedHat).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.pimpmylog : Clone Pimp my Log.] ****************************** | |
changed: [drupalvm] | |
TASK [geerlingguy.pimpmylog : Grant all privileges on the Pimp my Log directory.] *** | |
changed: [drupalvm] | |
TASK [geerlingguy.daemonize : Download daemonize archive.] ********************* | |
changed: [drupalvm] | |
TASK [geerlingguy.daemonize : Expand daemonize archive.] *********************** | |
changed: [drupalvm] | |
TASK [geerlingguy.daemonize : Check if daemonize is installed.] **************** | |
ok: [drupalvm] | |
TASK [geerlingguy.daemonize : Build daemonize.] ******************************** | |
changed: [drupalvm] => (item=./configure --prefix=/usr) | |
changed: [drupalvm] => (item=make) | |
changed: [drupalvm] => (item=make install) | |
TASK [geerlingguy.daemonize : Download daemonize archive.] ********************* | |
ok: [drupalvm] | |
TASK [geerlingguy.daemonize : Expand daemonize archive.] *********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.daemonize : Check if daemonize is installed.] **************** | |
ok: [drupalvm] | |
TASK [geerlingguy.daemonize : Build daemonize.] ******************************** | |
skipping: [drupalvm] => (item=./configure --prefix=/usr) | |
skipping: [drupalvm] => (item=make) | |
skipping: [drupalvm] => (item=make install) | |
TASK [geerlingguy.mailhog : Ensure mailhog install directory exists.] ********** | |
changed: [drupalvm] | |
TASK [geerlingguy.mailhog : Download MailHog and mhsendmail binaries.] ********* | |
changed: [drupalvm] => (item={u'url': u'https://github.com/mailhog/MailHog/releases/download/v0.2.1/MailHog_linux_amd64', u'dest': u'/opt/mailhog/mailhog'}) | |
changed: [drupalvm] => (item={u'url': u'https://github.com/mailhog/mhsendmail/releases/download/v0.2.0/mhsendmail_linux_amd64', u'dest': u'/opt/mailhog/mhsendmail'}) | |
TASK [geerlingguy.mailhog : Copy mailhog init script into place.] ************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.mailhog : Copy mailhog systemd unit file into place (for systemd systems).] *** | |
changed: [drupalvm] | |
TASK [geerlingguy.mailhog : Ensure mailhog is enabled and will start on boot.] *** | |
changed: [drupalvm] | |
TASK [franklinkim.newrelic : Checking for key] ********************************* | |
skipping: [drupalvm] | |
TASK [franklinkim.newrelic : Installing dependencies] ************************** | |
skipping: [drupalvm] | |
TASK [franklinkim.newrelic : Adding APT key] *********************************** | |
skipping: [drupalvm] | |
TASK [franklinkim.newrelic : Add APT repository] ******************************* | |
skipping: [drupalvm] | |
TASK [franklinkim.newrelic : Installing packages] ****************************** | |
skipping: [drupalvm] => (item=[]) | |
TASK [franklinkim.newrelic : Installing dependencies] ************************** | |
skipping: [drupalvm] | |
TASK [franklinkim.newrelic : Installing packages] ****************************** | |
skipping: [drupalvm] => (item=[]) | |
TASK [franklinkim.newrelic : Configuring module] ******************************* | |
skipping: [drupalvm] => (item=etc/newrelic/nrsysmond.cfg) | |
TASK [franklinkim.newrelic : Configuring user groups] ************************** | |
skipping: [drupalvm] | |
TASK [franklinkim.newrelic : Configuring service] ****************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Set up the Nodesource RPM directory for Node.js > 0.10.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Set up the Nodesource RPM variable for Node.js == 0.10.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Import Nodesource RPM key (CentOS < 7).] ************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Import Nodesource RPM key (CentOS 7+)..] ************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Add Nodesource repositories for Node.js (CentOS < 7).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Add Nodesource repositories for Node.js (CentOS 7+).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Ensure Node.js and npm are installed.] ************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Ensure apt-transport-https is installed.] *********** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Add Nodesource apt key.] **************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Add NodeSource repositories for Node.js.] *********** | |
skipping: [drupalvm] => (item=deb-src https://deb.nodesource.com/node_0.12 xenial main) | |
skipping: [drupalvm] => (item=deb https://deb.nodesource.com/node_0.12 xenial main) | |
TASK [geerlingguy.nodejs : Update apt cache if repo was added.] **************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Ensure Node.js and npm are installed.] ************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Define nodejs_install_npm_user] ********************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Create npm global directory] ************************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Add npm_config_prefix bin directory to global $PATH.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Ensure npm global packages are installed.] ********** | |
TASK [geerlingguy.nodejs : Install packages defined in a given package.json.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.redis : Include OS-specific variables.] ********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.redis : Define redis_package.] ******************************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.redis : Ensure Redis is installed.] ************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.redis : Ensure Redis is installed.] ************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.redis : Ensure Redis is configured.] ************************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.redis : Ensure Redis is running and enabled on boot.] ******** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-redis : Include OS-specific variables.] ****************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-redis : Define php_redis_package.] *********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-redis : Install PhpRedis extension (RedHat).] ************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-redis : Install PhpRedis extension (Debian).] ************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-redis : Clone the PhpRedis repo.] ************************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-redis : Run phpize.] ************************************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-redis : Run configure script.] *************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-redis : Make and install PHP.] *************************** | |
skipping: [drupalvm] => (item=make install) | |
skipping: [drupalvm] => (item=make) | |
TASK [geerlingguy.php-redis : Ensure the Redis extension is present in PHP's configuration.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.ruby : Install ruby and rubygems.] *************************** | |
skipping: [drupalvm] => (item=[]) | |
TASK [geerlingguy.ruby : Update apt cache.] ************************************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.ruby : Set rubygems package name for Ubuntu 14.04.] ********** | |
skipping: [drupalvm] | |
TASK [geerlingguy.ruby : Install ruby and rubygems.] *************************** | |
skipping: [drupalvm] => (item=[]) | |
TASK [geerlingguy.ruby : Install packages required to build ruby (RedHat).] **** | |
skipping: [drupalvm] => (item=[]) | |
TASK [geerlingguy.ruby : Update apt cache (Debian).] *************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.ruby : Install packages required to build ruby (Debian).] **** | |
skipping: [drupalvm] => (item=[]) | |
TASK [geerlingguy.ruby : Download ruby.] *************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.ruby : Extract ruby.] **************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.ruby : Build ruby.] ****************************************** | |
skipping: [drupalvm] => (item=make) | |
skipping: [drupalvm] => (item=./configure --enable-shared) | |
skipping: [drupalvm] => (item=make install) | |
TASK [geerlingguy.ruby : Add ruby symlinks.] *********************************** | |
skipping: [drupalvm] => (item=erb) | |
skipping: [drupalvm] => (item=gem) | |
skipping: [drupalvm] => (item=irb) | |
skipping: [drupalvm] => (item=rake) | |
skipping: [drupalvm] => (item=rdoc) | |
skipping: [drupalvm] => (item=ruby) | |
TASK [geerlingguy.ruby : Add user installed RubyGems bin directory to global $PATH.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.ruby : Install Bundler.] ************************************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.ruby : Install configured gems.] ***************************** | |
TASK [geerlingguy.java : Include OS-specific variables.] *********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : Include OS-specific variables for Fedora.] ************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : Include version-specific variables for Ubuntu.] ******* | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : Define java_packages.] ******************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : include] ********************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : include] ********************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : include] ********************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : Set JAVA_HOME if configured.] ************************* | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Include OS-Specific variables] ************************ | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Install dependencies] ********************************* | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : create directory] ************************************* | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Download Selenium] ************************************ | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Install FireFox (if configured)] ********************** | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Add Chrome key (if configured, Debian)] *************** | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Add Chrome repo (if configured, Debian)] ************** | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Install Chrome (if configured, Debian)] *************** | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Install Chrome (if configured, RedHat)] *************** | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Get the latest release for chromedriver] ************** | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Install chromedriver] ********************************* | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Install xvfb] ***************************************** | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Install init script] ********************************** | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Install systemd unit file (for systemd systems)] ****** | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Register systemd service status (for systemd systems)] *** | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Ensure selenium is running] *************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Ensure solr_user group exists.] *********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Ensure solr_user exists.] ***************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Set solr_filename for Solr 4+.] *********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Set solr_filename for Solr 3.x.] ********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Check if Solr has been installed already.] ************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Download Solr.] *************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Expand Solr.] ***************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Check if Solr is already installed.] ****************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Copy Solr into place.] ******************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Ensure Solr install files are owned by the solr_user.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Check if solr_home is already set up.] **************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Ensure solr_home directory exists.] ******************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Copy Solr example into solr_home.] ******************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Fix the example solrconfig.xml file.] ***************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Ensure Solr home files are owned by the solr_user.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Ensure log file is created and has proper permissions.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Copy solr init script into place.] ******************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Ensure daemon is installed (Debian).] ***************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Copy solr systemd unit file into place (for systemd systems).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Ensure lsof is present (RedHat).] ********************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Ensure setfacl support is present.] ******************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Run Solr installation script.] ************************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Ensure solr is stopped (RHEL 7 workaround).] ********** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Run systemd daemon_reload (RHEL 7 workaround).] ******* | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Ensure solr is started and enabled on boot.] ********** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Remove existing SOLR_HEAP configuration.] ************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Apply Solr configuration changes.] ******************** | |
skipping: [drupalvm] => (item={u'regexp': u'^.?SOLR_JAVA_MEM=', u'line': u'SOLR_JAVA_MEM="-Xms64M -Xmx128M"'}) | |
skipping: [drupalvm] => (item={u'regexp': u'^SOLR_PORT=', u'line': u'SOLR_PORT="8983"'}) | |
skipping: [drupalvm] => (item={u'regexp': u'^.?SOLR_TIMEZONE=', u'line': u'SOLR_TIMEZONE="UTC"'}) | |
TASK [geerlingguy.solr : Check current list of Solr cores.] ******************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Ensure Solr conf directories exist.] ****************** | |
skipping: [drupalvm] => (item=collection1) | |
TASK [geerlingguy.solr : Ensure core configuration directories exist.] ********* | |
skipping: [drupalvm] => (item=collection1) | |
TASK [geerlingguy.solr : Create configured cores.] ***************************** | |
skipping: [drupalvm] => (item=collection1) | |
TASK [geerlingguy.solr : include] ********************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : Include OS-specific variables.] *********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : Include OS-specific variables for Fedora.] ************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : Include version-specific variables for Ubuntu.] ******* | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : Define java_packages.] ******************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : include] ********************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : include] ********************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : include] ********************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : Set JAVA_HOME if configured.] ************************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.elasticsearch : Add Elasticsearch GPG key.] ****************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.elasticsearch : Add Elasticsearch repository.] *************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.elasticsearch : Install Elasticsearch.] ********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.elasticsearch : Add Elasticsearch apt key.] ****************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.elasticsearch : Add Elasticsearch repository.] *************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.elasticsearch : Install Elasticsearch.] ********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.elasticsearch : Configure Elasticsearch.] ******************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.elasticsearch : Start Elasticsearch.] ************************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.elasticsearch : Make sure Elasticsearch is running before proceeding.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.varnish : Include OS-specific variables.] ******************** | |
ok: [drupalvm] | |
TASK [geerlingguy.varnish : Ensure Varnish dependencies are installed.] ******** | |
skipping: [drupalvm] => (item=[]) | |
TASK [geerlingguy.varnish : Add Varnish repository.] *************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.varnish : Set a string for the varnish repository identifier.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.varnish : Set repo fact appropriately.] ********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.varnish : Install Varnish.] ********************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.varnish : Ensure APT HTTPS Transport is installed.] ********** | |
skipping: [drupalvm] | |
TASK [geerlingguy.varnish : Add Varnish apt key.] ****************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.varnish : Add Varnish apt repository.] *********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.varnish : Install Varnish.] ********************************** | |
changed: [drupalvm] | |
TASK [geerlingguy.varnish : Copy Varnish configuration (sysvinit).] ************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.varnish : Copy Debian Jessie/Xenial specific Varnish configs (systemd).] *** | |
changed: [drupalvm] | |
TASK [geerlingguy.varnish : Copy Varnish configuration (systemd).] ************* | |
changed: [drupalvm] | |
TASK [geerlingguy.varnish : Ensure Varnish config path exists.] **************** | |
ok: [drupalvm] | |
TASK [geerlingguy.varnish : Copy Varnish default VCL.] ************************* | |
changed: [drupalvm] | |
TASK [geerlingguy.varnish : Copy varnish secret.] ****************************** | |
changed: [drupalvm] | |
TASK [geerlingguy.varnish : Ensure Varnish services are started enabled on startup.] *** | |
ok: [drupalvm] => (item=varnish) | |
TASK [geerlingguy.nginx : Include OS-specific variables.] ********************** | |
ok: [drupalvm] | |
TASK [geerlingguy.nginx : Define nginx_user.] ********************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.nginx : Enable nginx repo.] ********************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Ensure nginx is installed.] ************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Add PPA for Nginx.] ********************************** | |
changed: [drupalvm] | |
TASK [geerlingguy.nginx : Ensure nginx will reinstall if the PPA was just added.] *** | |
ok: [drupalvm] | |
TASK [geerlingguy.nginx : Update apt cache.] *********************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.nginx : Ensure nginx is installed.] ************************** | |
fatal: [drupalvm]: FAILED! => {"cache_update_time": 1492875000, "cache_updated": false, "changed": false, "failed": true, "msg": "'/usr/bin/apt-get -y -o \"Dpkg::Options::=--force-confdef\" -o \"Dpkg::Options::=--force-confold\" install 'nginx'' failed: E: Sub-process /usr/bin/dpkg returned an error code (1)\n", "stderr": "E: Sub-process /usr/bin/dpkg returned an error code (1)\n", "stderr_lines": ["E: Sub-process /usr/bin/dpkg returned an error code (1)"], "stdout": "Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following additional packages will be installed:\n libnginx-mod-http-auth-pam libnginx-mod-http-dav-ext libnginx-mod-http-echo\n libnginx-mod-http-geoip libnginx-mod-http-image-filter\n libnginx-mod-http-subs-filter libnginx-mod-http-upstream-fair\n libnginx-mod-http-xslt-filter libnginx-mod-mail libnginx-mod-stream\n nginx-common nginx-full\nSuggested packages:\n fcgiwrap nginx-doc\nThe following NEW packages will be installed:\n libnginx-mod-http-auth-pam libnginx-mod-http-dav-ext libnginx-mod-http-echo\n libnginx-mod-http-geoip libnginx-mod-http-image-filter\n libnginx-mod-http-subs-filter libnginx-mod-http-upstream-fair\n libnginx-mod-http-xslt-filter libnginx-mod-mail libnginx-mod-stream nginx\n nginx-common nginx-full\n0 upgraded, 13 newly installed, 0 to remove and 5 not upgraded.\nNeed to get 836 kB of archives.\nAfter this operation, 2118 kB of additional disk space will be used.\nGet:1 http://ppa.launchpad.net/nginx/stable/ubuntu xenial/main amd64 nginx-common all 1.10.3-0+xenial0 [45.4 kB]\nGet:2 http://ppa.launchpad.net/nginx/stable/ubuntu xenial/main amd64 libnginx-mod-http-auth-pam amd64 1.10.3-0+xenial0 [28.3 kB]\nGet:3 http://ppa.launchpad.net/nginx/stable/ubuntu xenial/main amd64 libnginx-mod-http-dav-ext amd64 1.10.3-0+xenial0 [30.0 kB]\nGet:4 http://ppa.launchpad.net/nginx/stable/ubuntu xenial/main amd64 libnginx-mod-http-echo amd64 1.10.3-0+xenial0 [39.4 kB]\nGet:5 http://ppa.launchpad.net/nginx/stable/ubuntu xenial/main amd64 libnginx-mod-http-geoip amd64 1.10.3-0+xenial0 [29.5 kB]\nGet:6 http://ppa.launchpad.net/nginx/stable/ubuntu xenial/main amd64 libnginx-mod-http-image-filter amd64 1.10.3-0+xenial0 [32.4 kB]\nGet:7 http://ppa.launchpad.net/nginx/stable/ubuntu xenial/main amd64 libnginx-mod-http-subs-filter amd64 1.10.3-0+xenial0 [31.3 kB]\nGet:8 http://ppa.launchpad.net/nginx/stable/ubuntu xenial/main amd64 libnginx-mod-http-upstream-fair amd64 1.10.3-0+xenial0 [31.5 kB]\nGet:9 http://ppa.launchpad.net/nginx/stable/ubuntu xenial/main amd64 libnginx-mod-http-xslt-filter amd64 1.10.3-0+xenial0 [31.3 kB]\nGet:10 http://ppa.launchpad.net/nginx/stable/ubuntu xenial/main amd64 libnginx-mod-mail amd64 1.10.3-0+xenial0 [59.4 kB]\nGet:11 http://ppa.launchpad.net/nginx/stable/ubuntu xenial/main amd64 libnginx-mod-stream amd64 1.10.3-0+xenial0 [51.9 kB]\nGet:12 http://ppa.launchpad.net/nginx/stable/ubuntu xenial/main amd64 nginx-full amd64 1.10.3-0+xenial0 [401 kB]\nGet:13 http://ppa.launchpad.net/nginx/stable/ubuntu xenial/main amd64 nginx all 1.10.3-0+xenial0 [24.2 kB]\nPreconfiguring packages ...\nFetched 836 kB in 1s (535 kB/s)\nSelecting previously unselected package nginx-common.\r\n(Reading database ... \r(Reading database ... 5%\r(Reading database ... 10%\r(Reading database ... 15%\r(Reading database ... 20%\r(Reading database ... 25%\r(Reading database ... 30%\r(Reading database ... 35%\r(Reading database ... 40%\r(Reading database ... 45%\r(Reading database ... 50%\r(Reading database ... 55%\r(Reading database ... 60%\r(Reading database ... 65%\r(Reading database ... 70%\r(Reading database ... 75%\r(Reading database ... 80%\r(Reading database ... 85%\r(Reading database ... 90%\r(Reading database ... 95%\r(Reading database ... 100%\r(Reading database ... 68693 files and directories currently installed.)\r\nPreparing to unpack .../nginx-common_1.10.3-0+xenial0_all.deb ...\r\nUnpacking nginx-common (1.10.3-0+xenial0) ...\r\nSelecting previously unselected package libnginx-mod-http-auth-pam.\r\nPreparing to unpack .../libnginx-mod-http-auth-pam_1.10.3-0+xenial0_amd64.deb ...\r\nUnpacking libnginx-mod-http-auth-pam (1.10.3-0+xenial0) ...\r\nSelecting previously unselected package libnginx-mod-http-dav-ext.\r\nPreparing to unpack .../libnginx-mod-http-dav-ext_1.10.3-0+xenial0_amd64.deb ...\r\nUnpacking libnginx-mod-http-dav-ext (1.10.3-0+xenial0) ...\r\nSelecting previously unselected package libnginx-mod-http-echo.\r\nPreparing to unpack .../libnginx-mod-http-echo_1.10.3-0+xenial0_amd64.deb ...\r\nUnpacking libnginx-mod-http-echo (1.10.3-0+xenial0) ...\r\nSelecting previously unselected package libnginx-mod-http-geoip.\r\nPreparing to unpack .../libnginx-mod-http-geoip_1.10.3-0+xenial0_amd64.deb ...\r\nUnpacking libnginx-mod-http-geoip (1.10.3-0+xenial0) ...\r\nSelecting previously unselected package libnginx-mod-http-image-filter.\r\nPreparing to unpack .../libnginx-mod-http-image-filter_1.10.3-0+xenial0_amd64.deb ...\r\nUnpacking libnginx-mod-http-image-filter (1.10.3-0+xenial0) ...\r\nSelecting previously unselected package libnginx-mod-http-subs-filter.\r\nPreparing to unpack .../libnginx-mod-http-subs-filter_1.10.3-0+xenial0_amd64.deb ...\r\nUnpacking libnginx-mod-http-subs-filter (1.10.3-0+xenial0) ...\r\nSelecting previously unselected package libnginx-mod-http-upstream-fair.\r\nPreparing to unpack .../libnginx-mod-http-upstream-fair_1.10.3-0+xenial0_amd64.deb ...\r\nUnpacking libnginx-mod-http-upstream-fair (1.10.3-0+xenial0) ...\r\nSelecting previously unselected package libnginx-mod-http-xslt-filter.\r\nPreparing to unpack .../libnginx-mod-http-xslt-filter_1.10.3-0+xenial0_amd64.deb ...\r\nUnpacking libnginx-mod-http-xslt-filter (1.10.3-0+xenial0) ...\r\nSelecting previously unselected package libnginx-mod-mail.\r\nPreparing to unpack .../libnginx-mod-mail_1.10.3-0+xenial0_amd64.deb ...\r\nUnpacking libnginx-mod-mail (1.10.3-0+xenial0) ...\r\nSelecting previously unselected package libnginx-mod-stream.\r\nPreparing to unpack .../libnginx-mod-stream_1.10.3-0+xenial0_amd64.deb ...\r\nUnpacking libnginx-mod-stream (1.10.3-0+xenial0) ...\r\nSelecting previously unselected package nginx-full.\r\nPreparing to unpack .../nginx-full_1.10.3-0+xenial0_amd64.deb ...\r\nUnpacking nginx-full (1.10.3-0+xenial0) ...\r\nSelecting previously unselected package nginx.\r\nPreparing to unpack .../nginx_1.10.3-0+xenial0_all.deb ...\r\nUnpacking nginx (1.10.3-0+xenial0) ...\r\nProcessing triggers for systemd (229-4ubuntu16) ...\r\nProcessing triggers for ureadahead (0.100.0-19) ...\r\nProcessing triggers for ufw (0.35-0ubuntu2) ...\r\nProcessing triggers for man-db (2.7.5-1) ...\r\nSetting up nginx-common (1.10.3-0+xenial0) ...\r\nSetting up libnginx-mod-http-auth-pam (1.10.3-0+xenial0) ...\r\nSetting up libnginx-mod-http-dav-ext (1.10.3-0+xenial0) ...\r\nSetting up libnginx-mod-http-echo (1.10.3-0+xenial0) ...\r\nSetting up libnginx-mod-http-geoip (1.10.3-0+xenial0) ...\r\nSetting up libnginx-mod-http-image-filter (1.10.3-0+xenial0) ...\r\nSetting up libnginx-mod-http-subs-filter (1.10.3-0+xenial0) ...\r\nSetting up libnginx-mod-http-upstream-fair (1.10.3-0+xenial0) ...\r\nSetting up libnginx-mod-http-xslt-filter (1.10.3-0+xenial0) ...\r\nSetting up libnginx-mod-mail (1.10.3-0+xenial0) ...\r\nSetting up libnginx-mod-stream (1.10.3-0+xenial0) ...\r\nSetting up nginx-full (1.10.3-0+xenial0) ...\r\nJob for nginx.service failed because the control process exited with error code. See \"systemctl status nginx.service\" and \"journalctl -xe\" for details.\r\ninvoke-rc.d: initscript nginx, action \"start\" failed.\r\n\u001b[0;1;31m*\u001b[0m nginx.service - A high performance web server and a reverse proxy server\r\n Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)\r\n Active: \u001b[0;1;31mfailed\u001b[0m (Result: exit-code) since Sat 2017-04-22 15:30:13 UTC; 6ms ago\r\n Docs: man:nginx(8)\r\n Process: 28553 ExecStart=/usr/sbin/nginx -g daemon on; master_process on; \u001b[0;1;31m(code=exited, status=1/FAILURE)\u001b[0m\r\n Process: 28551 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=0/SUCCESS)\r\n\r\nApr 22 15:30:12 drupalvm nginx[28553]: nginx: [emerg] listen() to [::]:80, ...e)\r\nApr 22 15:30:12 drupalvm nginx[28553]: nginx: [emerg] listen() to 0.0.0.0:8...e)\r\nApr 22 15:30:12 drupalvm nginx[28553]: nginx: [emerg] listen() to [::]:80, ...e)\r\nApr 22 15:30:13 drupalvm nginx[28553]: nginx: [emerg] listen() to 0.0.0.0:8...e)\r\nApr 22 15:30:13 drupalvm nginx[28553]: nginx: [emerg] listen() to [::]:80, ...e)\r\nApr 22 15:30:13 drupalvm nginx[28553]: nginx: [emerg] still could not bind()\r\nApr 22 15:30:13 drupalvm systemd[1]: \u001b[0;1;39mnginx.service: Control process exited,...=1\u001b[0m\r\nApr 22 15:30:13 drupalvm systemd[1]: \u001b[0;1;31mFailed to start A high performance web...r.\u001b[0m\r\nApr 22 15:30:13 drupalvm systemd[1]: \u001b[0;1;39mnginx.service: Unit entered failed state.\u001b[0m\r\nApr 22 15:30:13 drupalvm systemd[1]: \u001b[0;1;39mnginx.service: Failed with result 'exi...'.\u001b[0m\r\nHint: Some lines were ellipsized, use -l to show in full.\r\ndpkg: error processing package nginx-full (--configure):\r\n subprocess installed post-installation script returned error exit status 1\r\ndpkg: dependency problems prevent configuration of nginx:\r\n nginx depends on nginx-full (<< 1.10.3-0+xenial0.1~) | nginx-light (<< 1.10.3-0+xenial0.1~) | nginx-extras (<< 1.10.3-0+xenial0.1~); however:\r\n Package nginx-full is not configured yet.\r\n Package nginx-light is not installed.\r\n Package nginx-extras is not installed.\r\n nginx depends on nginx-full (>= 1.10.3-0+xenial0) | nginx-light (>= 1.10.3-0+xenial0) | nginx-extras (>= 1.10.3-0+xenial0); however:\r\n Package nginx-full is not configured yet.\r\n Package nginx-light is not installed.\r\n Package nginx-extras is not installed.\r\n\r\ndpkg: error processing package nginx (--configure):\r\n dependency problems - leaving unconfigured\r\nProcessing triggers for systemd (229-4ubuntu16) ...\r\nProcessing triggers for ureadahead (0.100.0-19) ...\r\nProcessing triggers for ufw (0.35-0ubuntu2) ...\r\nErrors were encountered while processing:\r\n nginx-full\r\n nginx\r\n", "stdout_lines": ["Reading package lists...", "Building dependency tree...", "Reading state information...", "The following additional packages will be installed:", " libnginx-mod-http-auth-pam libnginx-mod-http-dav-ext libnginx-mod-http-echo", " libnginx-mod-http-geoip libnginx-mod-http-image-filter", " libnginx-mod-http-subs-filter libnginx-mod-http-upstream-fair", " libnginx-mod-http-xslt-filter libnginx-mod-mail libnginx-mod-stream", " nginx-common nginx-full", "Suggested packages:", " fcgiwrap nginx-doc", "The following NEW packages will be installed:", " libnginx-mod-http-auth-pam libnginx-mod-http-dav-ext libnginx-mod-http-echo", " libnginx-mod-http-geoip libnginx-mod-http-image-filter", " libnginx-mod-http-subs-filter libnginx-mod-http-upstream-fair", " libnginx-mod-http-xslt-filter libnginx-mod-mail libnginx-mod-stream nginx", " nginx-common nginx-full", "0 upgraded, 13 newly installed, 0 to remove and 5 not upgraded.", "Need to get 836 kB of archives.", "After this operation, 2118 kB of additional disk space will be used.", "Get:1 http://ppa.launchpad.net/nginx/stable/ubuntu xenial/main amd64 nginx-common all 1.10.3-0+xenial0 [45.4 kB]", "Get:2 http://ppa.launchpad.net/nginx/stable/ubuntu xenial/main amd64 libnginx-mod-http-auth-pam amd64 1.10.3-0+xenial0 [28.3 kB]", "Get:3 http://ppa.launchpad.net/nginx/stable/ubuntu xenial/main amd64 libnginx-mod-http-dav-ext amd64 1.10.3-0+xenial0 [30.0 kB]", "Get:4 http://ppa.launchpad.net/nginx/stable/ubuntu xenial/main amd64 libnginx-mod-http-echo amd64 1.10.3-0+xenial0 [39.4 kB]", "Get:5 http://ppa.launchpad.net/nginx/stable/ubuntu xenial/main amd64 libnginx-mod-http-geoip amd64 1.10.3-0+xenial0 [29.5 kB]", "Get:6 http://ppa.launchpad.net/nginx/stable/ubuntu xenial/main amd64 libnginx-mod-http-image-filter amd64 1.10.3-0+xenial0 [32.4 kB]", "Get:7 http://ppa.launchpad.net/nginx/stable/ubuntu xenial/main amd64 libnginx-mod-http-subs-filter amd64 1.10.3-0+xenial0 [31.3 kB]", "Get:8 http://ppa.launchpad.net/nginx/stable/ubuntu xenial/main amd64 libnginx-mod-http-upstream-fair amd64 1.10.3-0+xenial0 [31.5 kB]", "Get:9 http://ppa.launchpad.net/nginx/stable/ubuntu xenial/main amd64 libnginx-mod-http-xslt-filter amd64 1.10.3-0+xenial0 [31.3 kB]", "Get:10 http://ppa.launchpad.net/nginx/stable/ubuntu xenial/main amd64 libnginx-mod-mail amd64 1.10.3-0+xenial0 [59.4 kB]", "Get:11 http://ppa.launchpad.net/nginx/stable/ubuntu xenial/main amd64 libnginx-mod-stream amd64 1.10.3-0+xenial0 [51.9 kB]", "Get:12 http://ppa.launchpad.net/nginx/stable/ubuntu xenial/main amd64 nginx-full amd64 1.10.3-0+xenial0 [401 kB]", "Get:13 http://ppa.launchpad.net/nginx/stable/ubuntu xenial/main amd64 nginx all 1.10.3-0+xenial0 [24.2 kB]", "Preconfiguring packages ...", "Fetched 836 kB in 1s (535 kB/s)", "Selecting previously unselected package nginx-common.", "(Reading database ... ", "(Reading database ... 5%", "(Reading database ... 10%", "(Reading database ... 15%", "(Reading database ... 20%", "(Reading database ... 25%", "(Reading database ... 30%", "(Reading database ... 35%", "(Reading database ... 40%", "(Reading database ... 45%", "(Reading database ... 50%", "(Reading database ... 55%", "(Reading database ... 60%", "(Reading database ... 65%", "(Reading database ... 70%", "(Reading database ... 75%", "(Reading database ... 80%", "(Reading database ... 85%", "(Reading database ... 90%", "(Reading database ... 95%", "(Reading database ... 100%", "(Reading database ... 68693 files and directories currently installed.)", "Preparing to unpack .../nginx-common_1.10.3-0+xenial0_all.deb ...", "Unpacking nginx-common (1.10.3-0+xenial0) ...", "Selecting previously unselected package libnginx-mod-http-auth-pam.", "Preparing to unpack .../libnginx-mod-http-auth-pam_1.10.3-0+xenial0_amd64.deb ...", "Unpacking libnginx-mod-http-auth-pam (1.10.3-0+xenial0) ...", "Selecting previously unselected package libnginx-mod-http-dav-ext.", "Preparing to unpack .../libnginx-mod-http-dav-ext_1.10.3-0+xenial0_amd64.deb ...", "Unpacking libnginx-mod-http-dav-ext (1.10.3-0+xenial0) ...", "Selecting previously unselected package libnginx-mod-http-echo.", "Preparing to unpack .../libnginx-mod-http-echo_1.10.3-0+xenial0_amd64.deb ...", "Unpacking libnginx-mod-http-echo (1.10.3-0+xenial0) ...", "Selecting previously unselected package libnginx-mod-http-geoip.", "Preparing to unpack .../libnginx-mod-http-geoip_1.10.3-0+xenial0_amd64.deb ...", "Unpacking libnginx-mod-http-geoip (1.10.3-0+xenial0) ...", "Selecting previously unselected package libnginx-mod-http-image-filter.", "Preparing to unpack .../libnginx-mod-http-image-filter_1.10.3-0+xenial0_amd64.deb ...", "Unpacking libnginx-mod-http-image-filter (1.10.3-0+xenial0) ...", "Selecting previously unselected package libnginx-mod-http-subs-filter.", "Preparing to unpack .../libnginx-mod-http-subs-filter_1.10.3-0+xenial0_amd64.deb ...", "Unpacking libnginx-mod-http-subs-filter (1.10.3-0+xenial0) ...", "Selecting previously unselected package libnginx-mod-http-upstream-fair.", "Preparing to unpack .../libnginx-mod-http-upstream-fair_1.10.3-0+xenial0_amd64.deb ...", "Unpacking libnginx-mod-http-upstream-fair (1.10.3-0+xenial0) ...", "Selecting previously unselected package libnginx-mod-http-xslt-filter.", "Preparing to unpack .../libnginx-mod-http-xslt-filter_1.10.3-0+xenial0_amd64.deb ...", "Unpacking libnginx-mod-http-xslt-filter (1.10.3-0+xenial0) ...", "Selecting previously unselected package libnginx-mod-mail.", "Preparing to unpack .../libnginx-mod-mail_1.10.3-0+xenial0_amd64.deb ...", "Unpacking libnginx-mod-mail (1.10.3-0+xenial0) ...", "Selecting previously unselected package libnginx-mod-stream.", "Preparing to unpack .../libnginx-mod-stream_1.10.3-0+xenial0_amd64.deb ...", "Unpacking libnginx-mod-stream (1.10.3-0+xenial0) ...", "Selecting previously unselected package nginx-full.", "Preparing to unpack .../nginx-full_1.10.3-0+xenial0_amd64.deb ...", "Unpacking nginx-full (1.10.3-0+xenial0) ...", "Selecting previously unselected package nginx.", "Preparing to unpack .../nginx_1.10.3-0+xenial0_all.deb ...", "Unpacking nginx (1.10.3-0+xenial0) ...", "Processing triggers for systemd (229-4ubuntu16) ...", "Processing triggers for ureadahead (0.100.0-19) ...", "Processing triggers for ufw (0.35-0ubuntu2) ...", "Processing triggers for man-db (2.7.5-1) ...", "Setting up nginx-common (1.10.3-0+xenial0) ...", "Setting up libnginx-mod-http-auth-pam (1.10.3-0+xenial0) ...", "Setting up libnginx-mod-http-dav-ext (1.10.3-0+xenial0) ...", "Setting up libnginx-mod-http-echo (1.10.3-0+xenial0) ...", "Setting up libnginx-mod-http-geoip (1.10.3-0+xenial0) ...", "Setting up libnginx-mod-http-image-filter (1.10.3-0+xenial0) ...", "Setting up libnginx-mod-http-subs-filter (1.10.3-0+xenial0) ...", "Setting up libnginx-mod-http-upstream-fair (1.10.3-0+xenial0) ...", "Setting up libnginx-mod-http-xslt-filter (1.10.3-0+xenial0) ...", "Setting up libnginx-mod-mail (1.10.3-0+xenial0) ...", "Setting up libnginx-mod-stream (1.10.3-0+xenial0) ...", "Setting up nginx-full (1.10.3-0+xenial0) ...", "Job for nginx.service failed because the control process exited with error code. See \"systemctl status nginx.service\" and \"journalctl -xe\" for details.", "invoke-rc.d: initscript nginx, action \"start\" failed.", "\u001b[0;1;31m*\u001b[0m nginx.service - A high performance web server and a reverse proxy server", " Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)", " Active: \u001b[0;1;31mfailed\u001b[0m (Result: exit-code) since Sat 2017-04-22 15:30:13 UTC; 6ms ago", " Docs: man:nginx(8)", " Process: 28553 ExecStart=/usr/sbin/nginx -g daemon on; master_process on; \u001b[0;1;31m(code=exited, status=1/FAILURE)\u001b[0m", " Process: 28551 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=0/SUCCESS)", "", "Apr 22 15:30:12 drupalvm nginx[28553]: nginx: [emerg] listen() to [::]:80, ...e)", "Apr 22 15:30:12 drupalvm nginx[28553]: nginx: [emerg] listen() to 0.0.0.0:8...e)", "Apr 22 15:30:12 drupalvm nginx[28553]: nginx: [emerg] listen() to [::]:80, ...e)", "Apr 22 15:30:13 drupalvm nginx[28553]: nginx: [emerg] listen() to 0.0.0.0:8...e)", "Apr 22 15:30:13 drupalvm nginx[28553]: nginx: [emerg] listen() to [::]:80, ...e)", "Apr 22 15:30:13 drupalvm nginx[28553]: nginx: [emerg] still could not bind()", "Apr 22 15:30:13 drupalvm systemd[1]: \u001b[0;1;39mnginx.service: Control process exited,...=1\u001b[0m", "Apr 22 15:30:13 drupalvm systemd[1]: \u001b[0;1;31mFailed to start A high performance web...r.\u001b[0m", "Apr 22 15:30:13 drupalvm systemd[1]: \u001b[0;1;39mnginx.service: Unit entered failed state.\u001b[0m", "Apr 22 15:30:13 drupalvm systemd[1]: \u001b[0;1;39mnginx.service: Failed with result 'exi...'.\u001b[0m", "Hint: Some lines were ellipsized, use -l to show in full.", "dpkg: error processing package nginx-full (--configure):", " subprocess installed post-installation script returned error exit status 1", "dpkg: dependency problems prevent configuration of nginx:", " nginx depends on nginx-full (<< 1.10.3-0+xenial0.1~) | nginx-light (<< 1.10.3-0+xenial0.1~) | nginx-extras (<< 1.10.3-0+xenial0.1~); however:", " Package nginx-full is not configured yet.", " Package nginx-light is not installed.", " Package nginx-extras is not installed.", " nginx depends on nginx-full (>= 1.10.3-0+xenial0) | nginx-light (>= 1.10.3-0+xenial0) | nginx-extras (>= 1.10.3-0+xenial0); however:", " Package nginx-full is not configured yet.", " Package nginx-light is not installed.", " Package nginx-extras is not installed.", "", "dpkg: error processing package nginx (--configure):", " dependency problems - leaving unconfigured", "Processing triggers for systemd (229-4ubuntu16) ...", "Processing triggers for ureadahead (0.100.0-19) ...", "Processing triggers for ufw (0.35-0ubuntu2) ...", "Errors were encountered while processing:", " nginx-full", " nginx"]} | |
RUNNING HANDLER [geerlingguy.firewall : restart firewall] ********************** | |
RUNNING HANDLER [geerlingguy.apache : restart apache] ************************** | |
RUNNING HANDLER [geerlingguy.php : restart webserver] ************************** | |
RUNNING HANDLER [geerlingguy.php : restart php-fpm] **************************** | |
RUNNING HANDLER [geerlingguy.mysql : restart mysql] **************************** | |
RUNNING HANDLER [geerlingguy.varnish : reload systemd] ************************* | |
RUNNING HANDLER [geerlingguy.varnish : restart varnish] ************************ | |
to retry, use: --limit @/vagrant/provisioning/playbook.retry | |
PLAY RECAP ********************************************************************* | |
drupalvm : ok=176 changed=68 unreachable=0 failed=1 | |
Ansible failed to complete successfully. Any error output should be | |
visible above. Please fix these errors and try again. | |
wesleymusgrove@MusgroveMac:~/Sites/drupalvm$ vagrant provision | |
==> drupalvm: [vagrant-hostsupdater] Checking for host entries | |
==> drupalvm: [vagrant-hostsupdater] found entry for: 10.20.1.2 drupalvm.dev | |
==> drupalvm: [vagrant-hostsupdater] found entry for: 10.20.1.2 www.drupalvm.dev | |
==> drupalvm: [vagrant-hostsupdater] found entry for: 10.20.1.2 adminer.drupalvm.dev | |
==> drupalvm: [vagrant-hostsupdater] found entry for: 10.20.1.2 xhprof.drupalvm.dev | |
==> drupalvm: [vagrant-hostsupdater] found entry for: 10.20.1.2 pimpmylog.drupalvm.dev | |
==> drupalvm: [vagrant-hostsupdater] found entry for: 10.20.1.2 dashboard.drupalvm.dev | |
==> drupalvm: Running provisioner: ansible_local... | |
drupalvm: Running ansible-playbook... | |
PLAY [all] ********************************************************************* | |
TASK [Gathering Facts] ********************************************************* | |
ok: [drupalvm] | |
TASK [Include OS-specific variables.] ****************************************** | |
ok: [drupalvm] | |
TASK [Define config_dir.] ****************************************************** | |
skipping: [drupalvm] | |
TASK [Include optional configuration files.] *********************************** | |
ok: [drupalvm] => (item=/vagrant/config.yml) | |
TASK [Define fully qualified domain name.] ************************************* | |
ok: [drupalvm] | |
TASK [Define short hostname.] ************************************************** | |
ok: [drupalvm] | |
TASK [Add hostname to /etc/hosts.] ********************************************* | |
ok: [drupalvm] | |
TASK [Configure hostname.] ***************************************************** | |
ok: [drupalvm] | |
TASK [Set the hostname for current session.] *********************************** | |
skipping: [drupalvm] | |
TASK [include] ***************************************************************** | |
included: /vagrant/provisioning/tasks/init-debian.yml for drupalvm | |
TASK [Update apt cache if needed.] ********************************************* | |
ok: [drupalvm] | |
TASK [Install required dependencies.] ****************************************** | |
ok: [drupalvm] => (item=[u'curl', u'python-apt', u'python-pycurl', u'sudo', u'unzip', u'make']) | |
TASK [Configure /etc/mailname.] ************************************************ | |
ok: [drupalvm] | |
TASK [Define php_xhprof_html_dir.] ********************************************* | |
skipping: [drupalvm] | |
TASK [Add repository for Apache 2.4.9+ (Ubuntu 12/14).] ************************ | |
skipping: [drupalvm] | |
TASK [Add repository for PHP versions (Ubuntu).] ******************************* | |
ok: [drupalvm] | |
TASK [Add repository for PHP 5 compatibility packages (Ubuntu).] *************** | |
skipping: [drupalvm] | |
TASK [Set the correct opcache filename (Ubuntu).] ****************************** | |
ok: [drupalvm] | |
TASK [Add dependencies for PHP versions (Debian).] ***************************** | |
skipping: [drupalvm] => (item=[]) | |
TASK [Add Ondrej Sury's apt key (Debian).] ************************************* | |
skipping: [drupalvm] | |
TASK [Add Ondrej Sury's repo (Debian).] **************************************** | |
skipping: [drupalvm] | |
TASK [Update apt caches after repo is added (Debian).] ************************* | |
skipping: [drupalvm] | |
TASK [Purge PHP version packages.] ********************************************* | |
ok: [drupalvm] => (item=[u'php5.6', u'php5.6-apcu', u'php5.6-cli', u'php5.6-common', u'php5.6-curl', u'php5.6-dev', u'php5.6-fpm', u'php5.6-gd', u'php5.6-imap', u'php5.6-json', u'php5.6-mbstring', u'php5.6-mcrypt', u'php5.6-opcache', u'php5.6-sqlite3', u'php5.6-xml', u'php5.6-yaml', u'php7.0', u'php7.0-apcu', u'php7.0-cli', u'php7.0-common', u'php7.0-curl', u'php7.0-dev', u'php7.0-fpm', u'php7.0-gd', u'php7.0-imap', u'php7.0-json', u'php7.0-mbstring', u'php7.0-mcrypt', u'php7.0-opcache', u'php7.0-sqlite3', u'php7.0-xml', u'php7.0-yaml']) | |
TASK [Purge PHP packages installed by default.] ******************************** | |
skipping: [drupalvm] => (item=[]) | |
TASK [Purge PHP modules directory.] ******************************************** | |
skipping: [drupalvm] => (item=/usr/lib/php5/modules) | |
skipping: [drupalvm] => (item=/usr/lib/php/modules) | |
TASK [include] ***************************************************************** | |
skipping: [drupalvm] | |
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: [drupalvm] | |
TASK [Set the correct XHProf package when PHP 5.6 is used.] ******************** | |
skipping: [drupalvm] | |
TASK [Ensure PHP version -specific workspace directory exists.] **************** | |
ok: [drupalvm] | |
TASK [geerlingguy.repo-remi : Install remi repo.] ****************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.repo-remi : Import remi GPG key.] **************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.firewall : Ensure iptables is installed.] ******************** | |
ok: [drupalvm] | |
TASK [geerlingguy.firewall : Flush iptables the first time playbook runs.] ***** | |
ok: [drupalvm] | |
TASK [geerlingguy.firewall : Copy firewall script into place.] ***************** | |
ok: [drupalvm] | |
TASK [geerlingguy.firewall : Copy firewall init script into place.] ************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.firewall : Copy firewall systemd unit file into place (for systemd systems).] *** | |
ok: [drupalvm] | |
TASK [geerlingguy.firewall : Ensure the firewall is enabled and will start on boot.] *** | |
ok: [drupalvm] | |
TASK [geerlingguy.firewall : Check firewalld package is installed (on RHEL).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.firewall : Disable the firewalld service (on RHEL, if configured).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.firewall : Check ufw package is installed (on Ubuntu).] ****** | |
ok: [drupalvm] | |
TASK [geerlingguy.firewall : Disable the ufw firewall (on Ubuntu, if configured).] *** | |
ok: [drupalvm] | |
TASK [geerlingguy.firewall : Check ufw package is installed (on Archlinux).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.firewall : Disable the ufw firewall (on Archlinux, if configured).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.git : Ensure git is installed (RedHat).] ********************* | |
skipping: [drupalvm] => (item=git-svn) | |
skipping: [drupalvm] => (item=git) | |
TASK [geerlingguy.git : Update apt cache (Debian).] **************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.git : Ensure git is installed (Debian).] ********************* | |
ok: [drupalvm] => (item=[u'git', u'git-svn']) | |
TASK [geerlingguy.git : Ensure git's dependencies are installed (RedHat).] ***** | |
skipping: [drupalvm] => (item=gettext-devel) | |
skipping: [drupalvm] => (item=expat-devel) | |
skipping: [drupalvm] => (item=curl-devel) | |
skipping: [drupalvm] => (item=zlib-devel) | |
skipping: [drupalvm] => (item=perl-devel) | |
skipping: [drupalvm] => (item=openssl-devel) | |
skipping: [drupalvm] => (item=subversion-perl) | |
skipping: [drupalvm] => (item=make) | |
skipping: [drupalvm] => (item=gcc) | |
TASK [geerlingguy.git : Ensure git's dependencies are installed (Debian).] ***** | |
skipping: [drupalvm] => (item=[]) | |
TASK [geerlingguy.git : Get installed version] ********************************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.git : Force git install if the version numbers do not match] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.git : Download git.] ***************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.git : Expand git archive.] *********************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.git : Build git.] ******************************************** | |
skipping: [drupalvm] => (item=all) | |
skipping: [drupalvm] => (item=install) | |
TASK [geerlingguy.postfix : Ensure postfix is installed (RedHat).] ************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.postfix : Ensure postfix is installed (Debian).] ************* | |
ok: [drupalvm] | |
TASK [geerlingguy.postfix : Ensure postfix is started and enabled at boot.] **** | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : Include OS-specific variables.] ********************* | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : Include variables for Amazon Linux.] **************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.apache : Define apache_packages.] **************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : include] ******************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.apache/tasks/setup-Debian.yml for drupalvm | |
TASK [geerlingguy.apache : Update apt cache.] ********************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : Ensure Apache is installed on Debian.] ************** | |
ok: [drupalvm] => (item=[u'apache2', u'apache2-utils']) | |
TASK [geerlingguy.apache : Get installed version of Apache.] ******************* | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : Create apache_version variable.] ******************** | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : include_vars] *************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.apache : include_vars] *************************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : include] ******************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.apache/tasks/configure-Debian.yml for drupalvm | |
TASK [geerlingguy.apache : Configure Apache.] ********************************** | |
ok: [drupalvm] => (item={u'regexp': u'^Listen ', u'line': u'Listen 80'}) | |
TASK [geerlingguy.apache : Enable Apache mods.] ******************************** | |
ok: [drupalvm] => (item=expires.load) | |
ok: [drupalvm] => (item=ssl.load) | |
ok: [drupalvm] => (item=rewrite.load) | |
ok: [drupalvm] => (item=proxy.load) | |
ok: [drupalvm] => (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: [drupalvm] | |
TASK [geerlingguy.apache : Add vhost symlink in sites-enabled.] **************** | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : Remove default vhost in sites-enabled.] ************* | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : Ensure Apache has selected state and enabled on boot.] *** | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : Include OS-specific variables.] ********************* | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : Include variables for Amazon Linux.] **************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.apache : Define apache_packages.] **************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.apache : include] ******************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.apache/tasks/setup-Debian.yml for drupalvm | |
TASK [geerlingguy.apache : Update apt cache.] ********************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : Ensure Apache is installed on Debian.] ************** | |
ok: [drupalvm] => (item=[u'apache2', u'apache2-utils']) | |
TASK [geerlingguy.apache : Get installed version of Apache.] ******************* | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : Create apache_version variable.] ******************** | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : include_vars] *************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.apache : include_vars] *************************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : include] ******************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.apache/tasks/configure-Debian.yml for drupalvm | |
TASK [geerlingguy.apache : Configure Apache.] ********************************** | |
ok: [drupalvm] => (item={u'regexp': u'^Listen ', u'line': u'Listen 80'}) | |
TASK [geerlingguy.apache : Enable Apache mods.] ******************************** | |
ok: [drupalvm] => (item=expires.load) | |
ok: [drupalvm] => (item=ssl.load) | |
ok: [drupalvm] => (item=rewrite.load) | |
ok: [drupalvm] => (item=proxy.load) | |
ok: [drupalvm] => (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: [drupalvm] | |
TASK [geerlingguy.apache : Add vhost symlink in sites-enabled.] **************** | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : Remove default vhost in sites-enabled.] ************* | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : Ensure Apache has selected state and enabled on boot.] *** | |
ok: [drupalvm] | |
TASK [geerlingguy.apache-php-fpm : Enable mod_proxy_fcgi.] ********************* | |
ok: [drupalvm] => (item=proxy.load) | |
ok: [drupalvm] => (item=proxy_fcgi.load) | |
TASK [geerlingguy.nginx : Include OS-specific variables.] ********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Define nginx_user.] ********************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Enable nginx repo.] ********************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Ensure nginx is installed.] ************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Add PPA for Nginx.] ********************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Ensure nginx will reinstall if the PPA was just added.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Update apt cache.] *********************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Ensure nginx is installed.] ************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Update pkg cache.] *********************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Ensure nginx is installed.] ************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Create logs directory.] ****************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Remove default nginx vhost config file (if configured).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Ensure nginx_vhost_path exists.] ********************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Add managed vhost config file (if any vhosts are configured).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Remove managed vhost config file (if no vhosts are configured).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Copy nginx configuration in place.] ****************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Ensure nginx is started and enabled to start at boot.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Include OS-specific variables.] ************************ | |
ok: [drupalvm] | |
TASK [geerlingguy.php : Define php_packages.] ********************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define extra php_packages.] **************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_webserver_daemon.] ************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.php : Define php_conf_paths.] ******************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_extension_conf_paths.] ********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_apc_conf_filename.] ************************* | |
ok: [drupalvm] | |
TASK [geerlingguy.php : Define php_opcache_conf_filename (Ubuntu 16.04).] ****** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_opcache_conf_filename.] ********************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_fpm_conf_path.] ***************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : include] *********************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/setup-Debian.yml for drupalvm | |
TASK [geerlingguy.php : Update apt cache.] ************************************* | |
ok: [drupalvm] | |
TASK [geerlingguy.php : Ensure PHP packages are installed.] ******************** | |
ok: [drupalvm] => (item=[u'php7.1', u'php7.1-apcu', u'php7.1-cli', u'php7.1-common', u'php7.1-curl', u'php7.1-dev', u'php7.1-fpm', u'php7.1-gd', u'php7.1-imap', u'php7.1-json', u'php7.1-mbstring', u'php7.1-mcrypt', u'php7.1-opcache', u'php7.1-sqlite3', u'php7.1-xml', u'php7.1-yaml']) | |
TASK [geerlingguy.php : Delete APCu configuration file if this role will provide one.] *** | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Delete OpCache configuration file if this role will provide one.] *** | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : include] *********************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/configure.yml for drupalvm | |
TASK [geerlingguy.php : Ensure configuration directories exist.] *************** | |
ok: [drupalvm] => (item=/etc/php/7.1/fpm) | |
ok: [drupalvm] => (item=/etc/php/7.1/apache2) | |
ok: [drupalvm] => (item=/etc/php/7.1/cli) | |
ok: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Place PHP configuration file in place.] **************** | |
ok: [drupalvm] => (item=/etc/php/7.1/fpm) | |
ok: [drupalvm] => (item=/etc/php/7.1/apache2) | |
ok: [drupalvm] => (item=/etc/php/7.1/cli) | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/configure-apcu.yml for drupalvm | |
TASK [geerlingguy.php : Check for existing APCu config files.] ***************** | |
ok: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Remove any non-role-supplied APCu config files.] ******* | |
skipping: [drupalvm] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/7.1/fpm/conf.d', u'examined': 38, u'invocation': {u'module_args': {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'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'msg': u'', u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1492874811.2900758, u'inode': 1847023, u'isgid': False, u'size': 66, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/7.1/fpm/conf.d/20-apcu.ini', u'xusr': False, u'atime': 1492874812.7347977, u'isdir': False, u'ctime': 1492874811.406134, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) | |
skipping: [drupalvm] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/7.1/apache2/conf.d', u'examined': 2, u'invocation': {u'module_args': {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'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'msg': u'', u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1492874811.590226, u'inode': 1847024, u'isgid': False, u'size': 66, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/7.1/apache2/conf.d/20-apcu.ini', u'xusr': False, u'atime': 1492874812.8828719, u'isdir': False, u'ctime': 1492874811.710286, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) | |
skipping: [drupalvm] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/7.1/cli/conf.d', u'examined': 38, u'invocation': {u'module_args': {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'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'msg': u'', u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1492874811.882372, u'inode': 1847025, u'isgid': False, u'size': 66, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/7.1/cli/conf.d/20-apcu.ini', u'xusr': False, u'atime': 1492874813.0309458, u'isdir': False, u'ctime': 1492874812.0024319, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) | |
TASK [geerlingguy.php : Ensure APCu config file is present.] ******************* | |
ok: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Remove APCu config file if APC is disabled.] *********** | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/configure-opcache.yml for drupalvm | |
TASK [geerlingguy.php : Check for existing OpCache config files.] ************** | |
ok: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Remove any non-role-supplied OpCache config files.] **** | |
skipping: [drupalvm] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/7.1/cli/conf.d', u'examined': 38, u'invocation': {u'module_args': {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'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'msg': u'', u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1492874813.9273937, u'inode': 1847028, u'isgid': False, u'size': 303, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/7.1/cli/conf.d/10-opcache.ini', u'xusr': False, u'atime': 1492874823.7923234, u'isdir': False, u'ctime': 1492874814.0434518, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) | |
skipping: [drupalvm] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/7.1/apache2/conf.d', u'examined': 2, u'invocation': {u'module_args': {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'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'msg': u'', u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1492874813.6192398, u'inode': 1847027, u'isgid': False, u'size': 303, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/7.1/apache2/conf.d/10-opcache.ini', u'xusr': False, u'atime': 1492874823.6362455, u'isdir': False, u'ctime': 1492874813.7433019, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) | |
skipping: [drupalvm] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/7.1/fpm/conf.d', u'examined': 38, u'invocation': {u'module_args': {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'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'msg': u'', u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1492874813.31909, u'inode': 1847026, u'isgid': False, u'size': 303, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/7.1/fpm/conf.d/10-opcache.ini', u'xusr': False, u'atime': 1492874823.4841695, u'isdir': False, u'ctime': 1492874813.4351478, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) | |
TASK [geerlingguy.php : Ensure OpCache config file is present.] **************** | |
ok: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Remove OpCache config file if OpCache is disabled.] **** | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/configure-fpm.yml for drupalvm | |
TASK [geerlingguy.php : Define php_fpm_daemon.] ******************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_fpm_pool_conf_path.] ************************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_fpm_pool_user.] ***************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.php : Define php_fpm_pool_group.] **************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.php : Stat php_fpm_pool_conf_path] *************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.php : Ensure the default pool directory exists.] ************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Ensure the default pool exists.] *********************** | |
ok: [drupalvm] | |
TASK [geerlingguy.php : Configure php-fpm pool (if enabled).] ****************** | |
ok: [drupalvm] => (item={u'regexp': u'^user.?=.+$', u'line': u'user = www-data'}) | |
ok: [drupalvm] => (item={u'regexp': u'^group.?=.+$', u'line': u'group = www-data'}) | |
ok: [drupalvm] => (item={u'regexp': u'^listen.?=.+$', u'line': u'listen = 127.0.0.1:9000'}) | |
ok: [drupalvm] => (item={u'regexp': u'^listen\\.allowed_clients.?=.+$', u'line': u'listen.allowed_clients = 127.0.0.1'}) | |
ok: [drupalvm] => (item={u'regexp': u'^pm\\.max_children.?=.+$', u'line': u'pm.max_children = 50'}) | |
ok: [drupalvm] => (item={u'regexp': u'^pm\\.start_servers.?=.+$', u'line': u'pm.start_servers = 5'}) | |
ok: [drupalvm] => (item={u'regexp': u'^pm\\.min_spare_servers.?=.+$', u'line': u'pm.min_spare_servers = 5'}) | |
ok: [drupalvm] => (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: [drupalvm] | |
TASK [geerlingguy.php : Include OS-specific variables.] ************************ | |
ok: [drupalvm] | |
TASK [geerlingguy.php : Define php_packages.] ********************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define extra php_packages.] **************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_webserver_daemon.] ************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_conf_paths.] ******************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_extension_conf_paths.] ********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_apc_conf_filename.] ************************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_opcache_conf_filename (Ubuntu 16.04).] ****** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_opcache_conf_filename.] ********************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_fpm_conf_path.] ***************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : include] *********************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/setup-Debian.yml for drupalvm | |
TASK [geerlingguy.php : Update apt cache.] ************************************* | |
ok: [drupalvm] | |
TASK [geerlingguy.php : Ensure PHP packages are installed.] ******************** | |
ok: [drupalvm] => (item=[u'php7.1', u'php7.1-apcu', u'php7.1-cli', u'php7.1-common', u'php7.1-curl', u'php7.1-dev', u'php7.1-fpm', u'php7.1-gd', u'php7.1-imap', u'php7.1-json', u'php7.1-mbstring', u'php7.1-mcrypt', u'php7.1-opcache', u'php7.1-sqlite3', u'php7.1-xml', u'php7.1-yaml']) | |
TASK [geerlingguy.php : Delete APCu configuration file if this role will provide one.] *** | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Delete OpCache configuration file if this role will provide one.] *** | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : include] *********************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/configure.yml for drupalvm | |
TASK [geerlingguy.php : Ensure configuration directories exist.] *************** | |
ok: [drupalvm] => (item=/etc/php/7.1/fpm) | |
ok: [drupalvm] => (item=/etc/php/7.1/apache2) | |
ok: [drupalvm] => (item=/etc/php/7.1/cli) | |
ok: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Place PHP configuration file in place.] **************** | |
ok: [drupalvm] => (item=/etc/php/7.1/fpm) | |
ok: [drupalvm] => (item=/etc/php/7.1/apache2) | |
ok: [drupalvm] => (item=/etc/php/7.1/cli) | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/configure-apcu.yml for drupalvm | |
TASK [geerlingguy.php : Check for existing APCu config files.] ***************** | |
ok: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Remove any non-role-supplied APCu config files.] ******* | |
skipping: [drupalvm] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/7.1/fpm/conf.d', u'examined': 38, u'invocation': {u'module_args': {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'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'msg': u'', u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1492874811.2900758, u'inode': 1847023, u'isgid': False, u'size': 66, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/7.1/fpm/conf.d/20-apcu.ini', u'xusr': False, u'atime': 1492874812.7347977, u'isdir': False, u'ctime': 1492874811.406134, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) | |
skipping: [drupalvm] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/7.1/apache2/conf.d', u'examined': 2, u'invocation': {u'module_args': {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'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'msg': u'', u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1492874811.590226, u'inode': 1847024, u'isgid': False, u'size': 66, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/7.1/apache2/conf.d/20-apcu.ini', u'xusr': False, u'atime': 1492874812.8828719, u'isdir': False, u'ctime': 1492874811.710286, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) | |
skipping: [drupalvm] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/7.1/cli/conf.d', u'examined': 38, u'invocation': {u'module_args': {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'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'msg': u'', u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1492874811.882372, u'inode': 1847025, u'isgid': False, u'size': 66, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/7.1/cli/conf.d/20-apcu.ini', u'xusr': False, u'atime': 1492874813.0309458, u'isdir': False, u'ctime': 1492874812.0024319, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) | |
TASK [geerlingguy.php : Ensure APCu config file is present.] ******************* | |
ok: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Remove APCu config file if APC is disabled.] *********** | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/configure-opcache.yml for drupalvm | |
TASK [geerlingguy.php : Check for existing OpCache config files.] ************** | |
ok: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Remove any non-role-supplied OpCache config files.] **** | |
skipping: [drupalvm] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/7.1/fpm/conf.d', u'examined': 38, u'invocation': {u'module_args': {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'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'msg': u'', u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1492874813.31909, u'inode': 1847026, u'isgid': False, u'size': 303, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/7.1/fpm/conf.d/10-opcache.ini', u'xusr': False, u'atime': 1492874823.4841695, u'isdir': False, u'ctime': 1492874813.4351478, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) | |
skipping: [drupalvm] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/7.1/apache2/conf.d', u'examined': 2, u'invocation': {u'module_args': {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'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'msg': u'', u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1492874813.6192398, u'inode': 1847027, u'isgid': False, u'size': 303, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/7.1/apache2/conf.d/10-opcache.ini', u'xusr': False, u'atime': 1492874823.6362455, u'isdir': False, u'ctime': 1492874813.7433019, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) | |
skipping: [drupalvm] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/7.1/cli/conf.d', u'examined': 38, u'invocation': {u'module_args': {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'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'msg': u'', u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1492874813.9273937, u'inode': 1847028, u'isgid': False, u'size': 303, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/7.1/cli/conf.d/10-opcache.ini', u'xusr': False, u'atime': 1492874823.7923234, u'isdir': False, u'ctime': 1492874814.0434518, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) | |
TASK [geerlingguy.php : Ensure OpCache config file is present.] **************** | |
ok: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Remove OpCache config file if OpCache is disabled.] **** | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/configure-fpm.yml for drupalvm | |
TASK [geerlingguy.php : Define php_fpm_daemon.] ******************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_fpm_pool_conf_path.] ************************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_fpm_pool_user.] ***************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_fpm_pool_group.] **************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Stat php_fpm_pool_conf_path] *************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.php : Ensure the default pool directory exists.] ************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Ensure the default pool exists.] *********************** | |
ok: [drupalvm] | |
TASK [geerlingguy.php : Configure php-fpm pool (if enabled).] ****************** | |
ok: [drupalvm] => (item={u'regexp': u'^user.?=.+$', u'line': u'user = www-data'}) | |
ok: [drupalvm] => (item={u'regexp': u'^group.?=.+$', u'line': u'group = www-data'}) | |
ok: [drupalvm] => (item={u'regexp': u'^listen.?=.+$', u'line': u'listen = 127.0.0.1:9000'}) | |
ok: [drupalvm] => (item={u'regexp': u'^listen\\.allowed_clients.?=.+$', u'line': u'listen.allowed_clients = 127.0.0.1'}) | |
ok: [drupalvm] => (item={u'regexp': u'^pm\\.max_children.?=.+$', u'line': u'pm.max_children = 50'}) | |
ok: [drupalvm] => (item={u'regexp': u'^pm\\.start_servers.?=.+$', u'line': u'pm.start_servers = 5'}) | |
ok: [drupalvm] => (item={u'regexp': u'^pm\\.min_spare_servers.?=.+$', u'line': u'pm.min_spare_servers = 5'}) | |
ok: [drupalvm] => (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: [drupalvm] | |
TASK [geerlingguy.php-pecl : Install PECL libaries.] *************************** | |
TASK [geerlingguy.composer : Set php_executable variable to a default if not defined.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.composer : Check if Composer is installed.] ****************** | |
ok: [drupalvm] | |
TASK [geerlingguy.composer : Download Composer installer.] ********************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.composer : Run Composer installer.] ************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.composer : Move Composer into globally-accessible location.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.composer : Update Composer to latest version (if configured).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.composer : Ensure composer directory exists.] **************** | |
ok: [drupalvm] | |
TASK [geerlingguy.composer : Add GitHub OAuth token for Composer (if configured).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.composer : Install configured globally-required packages.] *** | |
ok: [drupalvm] => (item={u'release': u'^0.3', u'name': u'hirak/prestissimo'}) | |
TASK [geerlingguy.composer : Add composer_home_path bin directory to global $PATH.] *** | |
ok: [drupalvm] | |
TASK [geerlingguy.composer : Add composer_project_path bin directory to global $PATH.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : Include OS-specific variables.] ********************** | |
ok: [drupalvm] => (item=/vagrant/provisioning/roles/geerlingguy.mysql/vars/Debian.yml) | |
TASK [geerlingguy.mysql : Include OS-specific variables (RedHat).] ************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : Define mysql_packages.] ****************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Define mysql_daemon.] ******************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Define mysql_slow_query_log_file.] ******************* | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Define mysql_log_error.] ***************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Define mysql_syslog_tag.] **************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Define mysql_pid_file.] ****************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Define mysql_config_file.] *************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Define mysql_config_include_dir.] ******************** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Define mysql_socket.] ******************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Define mysql_supports_innodb_large_prefix.] ********** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : include] ********************************************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : include] ********************************************* | |
included: /vagrant/provisioning/roles/geerlingguy.mysql/tasks/setup-Debian.yml for drupalvm | |
TASK [geerlingguy.mysql : Check if MySQL is already installed.] **************** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Update apt cache if MySQL is not yet installed.] ***** | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : Ensure MySQL Python libraries are installed.] ******** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Ensure MySQL packages are installed.] **************** | |
ok: [drupalvm] => (item=[u'mysql-common', u'mysql-server']) | |
TASK [geerlingguy.mysql : Ensure MySQL is stopped after initial install.] ****** | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : Delete innodb log files created by apt package after initial install.] *** | |
skipping: [drupalvm] => (item=ib_logfile0) | |
skipping: [drupalvm] => (item=ib_logfile1) | |
TASK [geerlingguy.mysql : include] ********************************************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : Check if MySQL packages were installed.] ************* | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Copy my.cnf global MySQL configuration.] ************* | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Verify mysql include directory exists.] ************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : Copy my.cnf override files into include directory.] *** | |
TASK [geerlingguy.mysql : Create slow query log file (if configured).] ********* | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Create datadir if it does not exist] ***************** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Set ownership on slow query log file (if configured).] *** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Create error log file (if configured).] ************** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Set ownership on error log file (if configured).] **** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Ensure MySQL is started and enabled on boot.] ******** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Get MySQL version.] ********************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Ensure default user is present.] ********************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : Copy user-my.cnf file with password credentials.] **** | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : Disallow root login remotely] ************************ | |
ok: [drupalvm] => (item=DELETE FROM mysql.user WHERE User='root' AND Host NOT IN ('localhost', '127.0.0.1', '::1')) | |
TASK [geerlingguy.mysql : Get list of hosts for the root user.] **************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : Update MySQL root password for localhost root account (5.7.x).] *** | |
TASK [geerlingguy.mysql : Update MySQL root password for localhost root account (< 5.7.x).] *** | |
TASK [geerlingguy.mysql : Copy .my.cnf file with root password credentials.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : Get list of hosts for the anonymous user.] *********** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Remove anonymous MySQL users.] *********************** | |
TASK [geerlingguy.mysql : Remove MySQL test database.] ************************* | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Ensure MySQL databases are present.] ***************** | |
ok: [drupalvm] => (item={u'collation': u'utf8mb4_general_ci', u'name': u'drupal', u'encoding': u'utf8mb4'}) | |
TASK [geerlingguy.mysql : Ensure MySQL users are present.] ********************* | |
ok: [drupalvm] => (item=(censored due to no_log)) | |
TASK [geerlingguy.mysql : Ensure replication user exists on master.] *********** | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : Check slave replication status.] ********************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : Check master replication status.] ******************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : Configure replication on the slave.] ***************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : Start replication.] ********************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-mysql : Include OS-specific variables.] ****************** | |
ok: [drupalvm] | |
TASK [geerlingguy.php-mysql : Define php_mysql_package.] *********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-mysql : Install PHP MySQL dependencies (RedHat).] ******** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-mysql : Install PHP MySQL dependencies (Debian).] ******** | |
ok: [drupalvm] | |
TASK [geerlingguy.postgresql : include] **************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.postgresql : include] **************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.postgresql : include] **************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.postgresql : Set PostgreSQL environment variables.] ********** | |
skipping: [drupalvm] | |
TASK [geerlingguy.postgresql : Ensure PostgreSQL data directory exists.] ******* | |
skipping: [drupalvm] | |
TASK [geerlingguy.postgresql : Check if PostgreSQL database is initialized.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.postgresql : Ensure PostgreSQL database is initialized.] ***** | |
skipping: [drupalvm] | |
TASK [geerlingguy.postgresql : Configure global settings.] ********************* | |
skipping: [drupalvm] => (item={u'option': u'unix_socket_directories', u'value': u'/var/run/postgresql'}) | |
TASK [geerlingguy.postgresql : Ensure PostgreSQL unix socket dirs exist.] ****** | |
skipping: [drupalvm] => (item=/var/run/postgresql) | |
TASK [geerlingguy.postgresql : Ensure PostgreSQL is started and enabled on boot.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.postgresql : Ensure PostgreSQL databases are present.] ******* | |
skipping: [drupalvm] => (item={u'name': u'drupal'}) | |
TASK [geerlingguy.postgresql : Ensure PostgreSQL users are present.] *********** | |
skipping: [drupalvm] => (item=(censored due to no_log)) | |
TASK [geerlingguy.php-pgsql : Include OS-specific variables.] ****************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-pgsql : Define php_pgsql_package.] *********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-pgsql : Install PHP PostgreSQL dependencies (RedHat).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-pgsql : Install PHP PostgreSQL dependencies (Debian).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.drupal-console : Install Drupal Console.] ******************** | |
ok: [drupalvm] | |
TASK [geerlingguy.drupal-console : Ensure Drupal Console is executable.] ******* | |
ok: [drupalvm] | |
TASK [geerlingguy.drupal-console : Run Drupal Console init.] ******************* | |
ok: [drupalvm] | |
TASK [geerlingguy.drupal-console : Update Drupal Console to latest version (if configured).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.drush : Check current state.] ******************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.drush : Perform cleanup of old symlink.] ********************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.drush : Install Drush.] ************************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.drush : Ensure Drush is executable.] ************************* | |
ok: [drupalvm] | |
TASK [geerlingguy.drush : Clone Drush from GitHub.] **************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.drush : Check for composer.json] ***************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.drush : Ensure Drush can be installed on Debian Wheezy.] ***** | |
skipping: [drupalvm] | |
TASK [geerlingguy.drush : Install Drush dependencies with Composer.] *********** | |
skipping: [drupalvm] | |
TASK [geerlingguy.drush : Create drush symlink.] ******************************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.drush : Run drush to finish setting it up.] ****************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.memcached : Include OS-specific variables.] ****************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.memcached : Define memcached_user.] ************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.memcached : Update apt cache.] ******************************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.memcached : Install Memcached.] ****************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.memcached : Copy Memcached configuration.] ******************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.memcached : Ensure Memcached is started and set to run on startup.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-memcached : Include OS-specific variables.] ************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-memcached : Define php_memcached_package.] *************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-memcached : Install PHP Memcached extension (RedHat).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-memcached : Install PHP Memcached extension (Debian).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Include OS-specific variables.] *************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Define php_tideways_module_path.] ************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Define php_tideways_config_filename.] ********* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Ensure dependencies for installing Tideways are present.] *** | |
skipping: [drupalvm] => (item=gcc) | |
skipping: [drupalvm] => (item=make) | |
skipping: [drupalvm] => (item=unzip) | |
TASK [geerlingguy.php-tideways : Download and untar Tideways.] ***************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Build Tideways.] ****************************** | |
skipping: [drupalvm] => (item=phpize) | |
skipping: [drupalvm] => (item=./configure) | |
skipping: [drupalvm] => (item=make) | |
skipping: [drupalvm] => (item=make install) | |
TASK [geerlingguy.php-tideways : Ensure Tideways module path exists.] ********** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Move Tideways module into place.] ************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Ensure PHP configuration directories exist.] *** | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php-tideways : Copy Tideways INI into various other conf folders.] *** | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
TASK [geerlingguy.php-tideways : Define xhprof_download_url.] ****************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Define xhprof_download_folder_name.] ********** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Define php_xhprof_lib_dir.] ******************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Define php_xhprof_html_dir.] ****************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Ensure dependencies for the XHProf UI are present.] *** | |
skipping: [drupalvm] => (item=graphviz) | |
TASK [geerlingguy.php-tideways : Download and untar XHProf.] ******************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Move XHProf PHP library into place.] ********** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Move XHProf UI into place.] ******************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Ensure PHP configuration directories exist.] *** | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php-tideways : Copy Tideways INI into various other conf folders.] *** | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php-xdebug : Include OS-specific variables.] ***************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xdebug : Define php_xdebug_module_path.] ***************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xdebug : Define php_xdebug_config_filename.] ************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xdebug : Ensure dependencies for building from source are installed (RedHat).] *** | |
skipping: [drupalvm] => (item=[]) | |
TASK [geerlingguy.php-xdebug : Ensure dependencies for building from source are installed (Debian).] *** | |
skipping: [drupalvm] => (item=[]) | |
TASK [geerlingguy.php-xdebug : Untar Xdebug.] ********************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xdebug : Build Xdebug.] ********************************** | |
skipping: [drupalvm] => (item=./configure) | |
skipping: [drupalvm] => (item=phpize) | |
skipping: [drupalvm] => (item=make) | |
TASK [geerlingguy.php-xdebug : Ensure Xdebug module path exists.] ************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xdebug : Move Xdebug module into place.] ***************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xdebug : Copy xdebug ini into main extension config folder.] *** | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php-xhprof : Include OS-specific variables.] ***************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xhprof : Define php_xhprof_module_path.] ***************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xhprof : Define php_xhprof_config_filename.] ************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xhprof : Ensure dependencies for installing XHProf are present.] *** | |
skipping: [drupalvm] => (item=unzip) | |
skipping: [drupalvm] => (item=gcc) | |
skipping: [drupalvm] => (item=make) | |
skipping: [drupalvm] => (item=graphviz) | |
TASK [geerlingguy.php-xhprof : Download and untar XHProf.] ********************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xhprof : Build XHProf.] ********************************** | |
skipping: [drupalvm] => (item=phpize) | |
skipping: [drupalvm] => (item=./configure) | |
skipping: [drupalvm] => (item=make) | |
TASK [geerlingguy.php-xhprof : Ensure XHProf module path exists.] ************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xhprof : Move XHProf module into place.] ***************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xhprof : Move XHProf PHP library into place.] ************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xhprof : Move XHProf UI into place.] ********************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xhprof : Ensure PHP configuration directories exist.] **** | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
TASK [geerlingguy.php-xhprof : Copy XHProf INI into various other conf folders.] *** | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php-xhprof : Ensure XHProf output directory exists.] ********* | |
skipping: [drupalvm] | |
TASK [thom8.php-upload-progress : Include OS-specific variables.] ************** | |
skipping: [drupalvm] | |
TASK [thom8.php-upload-progress : Define php_uploadprogress_module_path.] ****** | |
skipping: [drupalvm] | |
TASK [thom8.php-upload-progress : Define php_uploadprogress_config_filename.] *** | |
skipping: [drupalvm] | |
TASK [thom8.php-upload-progress : Download and untar uploadprogress.] ********** | |
skipping: [drupalvm] | |
TASK [thom8.php-upload-progress : Build uploadprogress.] *********************** | |
skipping: [drupalvm] => (item=phpize) | |
skipping: [drupalvm] => (item=./configure) | |
skipping: [drupalvm] => (item=make) | |
TASK [thom8.php-upload-progress : Ensure uploadprogress module path exists.] *** | |
skipping: [drupalvm] | |
TASK [thom8.php-upload-progress : Move uploadprogress module into place.] ****** | |
skipping: [drupalvm] | |
TASK [thom8.php-upload-progress : Add php extension config for uploadprogress.] *** | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.blackfire : Add packagecloud GPG key.] *********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.blackfire : Add Blackfire repository.] *********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.blackfire : Disable gpg_repocheck for non-bleeding-edge CentOS.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.blackfire : Add packagecloud apt key.] *********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.blackfire : Add packagecloud repository.] ******************** | |
skipping: [drupalvm] => (item=deb http://packages.blackfire.io/debian any main) | |
TASK [geerlingguy.blackfire : Update apt caches after repo is added.] ********** | |
skipping: [drupalvm] | |
TASK [geerlingguy.blackfire : Ensure Blackfire packages are installed.] ******** | |
skipping: [drupalvm] | |
TASK [geerlingguy.adminer : Ensure Adminer directory exists.] ****************** | |
ok: [drupalvm] | |
TASK [geerlingguy.adminer : Download Adminer to configured directory.] ********* | |
ok: [drupalvm] | |
TASK [geerlingguy.adminer : Symlink Adminer into configured directories.] ****** | |
TASK [geerlingguy.adminer : Set the proper Apache configuration directory (Debian).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.adminer : Add Apache configuration file for Adminer (Debian).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.adminer : Add Apache configuration file for Adminer (RedHat).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.pimpmylog : Clone Pimp my Log.] ****************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.pimpmylog : Grant all privileges on the Pimp my Log directory.] *** | |
ok: [drupalvm] | |
TASK [geerlingguy.daemonize : Download daemonize archive.] ********************* | |
ok: [drupalvm] | |
TASK [geerlingguy.daemonize : Expand daemonize archive.] *********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.daemonize : Check if daemonize is installed.] **************** | |
ok: [drupalvm] | |
TASK [geerlingguy.daemonize : Build daemonize.] ******************************** | |
skipping: [drupalvm] => (item=./configure --prefix=/usr) | |
skipping: [drupalvm] => (item=make) | |
skipping: [drupalvm] => (item=make install) | |
TASK [geerlingguy.daemonize : Download daemonize archive.] ********************* | |
ok: [drupalvm] | |
TASK [geerlingguy.daemonize : Expand daemonize archive.] *********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.daemonize : Check if daemonize is installed.] **************** | |
ok: [drupalvm] | |
TASK [geerlingguy.daemonize : Build daemonize.] ******************************** | |
skipping: [drupalvm] => (item=./configure --prefix=/usr) | |
skipping: [drupalvm] => (item=make install) | |
skipping: [drupalvm] => (item=make) | |
TASK [geerlingguy.mailhog : Ensure mailhog install directory exists.] ********** | |
ok: [drupalvm] | |
TASK [geerlingguy.mailhog : Download MailHog and mhsendmail binaries.] ********* | |
ok: [drupalvm] => (item={u'url': u'https://github.com/mailhog/MailHog/releases/download/v0.2.1/MailHog_linux_amd64', u'dest': u'/opt/mailhog/mailhog'}) | |
ok: [drupalvm] => (item={u'url': u'https://github.com/mailhog/mhsendmail/releases/download/v0.2.0/mhsendmail_linux_amd64', u'dest': u'/opt/mailhog/mhsendmail'}) | |
TASK [geerlingguy.mailhog : Copy mailhog init script into place.] ************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.mailhog : Copy mailhog systemd unit file into place (for systemd systems).] *** | |
ok: [drupalvm] | |
TASK [geerlingguy.mailhog : Ensure mailhog is enabled and will start on boot.] *** | |
ok: [drupalvm] | |
TASK [franklinkim.newrelic : Checking for key] ********************************* | |
skipping: [drupalvm] | |
TASK [franklinkim.newrelic : Installing dependencies] ************************** | |
skipping: [drupalvm] | |
TASK [franklinkim.newrelic : Adding APT key] *********************************** | |
skipping: [drupalvm] | |
TASK [franklinkim.newrelic : Add APT repository] ******************************* | |
skipping: [drupalvm] | |
TASK [franklinkim.newrelic : Installing packages] ****************************** | |
skipping: [drupalvm] => (item=[]) | |
TASK [franklinkim.newrelic : Installing dependencies] ************************** | |
skipping: [drupalvm] | |
TASK [franklinkim.newrelic : Installing packages] ****************************** | |
skipping: [drupalvm] => (item=[]) | |
TASK [franklinkim.newrelic : Configuring module] ******************************* | |
skipping: [drupalvm] => (item=etc/newrelic/nrsysmond.cfg) | |
TASK [franklinkim.newrelic : Configuring user groups] ************************** | |
skipping: [drupalvm] | |
TASK [franklinkim.newrelic : Configuring service] ****************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Set up the Nodesource RPM directory for Node.js > 0.10.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Set up the Nodesource RPM variable for Node.js == 0.10.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Import Nodesource RPM key (CentOS < 7).] ************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Import Nodesource RPM key (CentOS 7+)..] ************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Add Nodesource repositories for Node.js (CentOS < 7).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Add Nodesource repositories for Node.js (CentOS 7+).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Ensure Node.js and npm are installed.] ************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Ensure apt-transport-https is installed.] *********** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Add Nodesource apt key.] **************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Add NodeSource repositories for Node.js.] *********** | |
skipping: [drupalvm] => (item=deb https://deb.nodesource.com/node_0.12 xenial main) | |
skipping: [drupalvm] => (item=deb-src https://deb.nodesource.com/node_0.12 xenial main) | |
TASK [geerlingguy.nodejs : Update apt cache if repo was added.] **************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Ensure Node.js and npm are installed.] ************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Define nodejs_install_npm_user] ********************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Create npm global directory] ************************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Add npm_config_prefix bin directory to global $PATH.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Ensure npm global packages are installed.] ********** | |
TASK [geerlingguy.nodejs : Install packages defined in a given package.json.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.redis : Include OS-specific variables.] ********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.redis : Define redis_package.] ******************************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.redis : Ensure Redis is installed.] ************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.redis : Ensure Redis is installed.] ************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.redis : Ensure Redis is configured.] ************************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.redis : Ensure Redis is running and enabled on boot.] ******** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-redis : Include OS-specific variables.] ****************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-redis : Define php_redis_package.] *********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-redis : Install PhpRedis extension (RedHat).] ************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-redis : Install PhpRedis extension (Debian).] ************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-redis : Clone the PhpRedis repo.] ************************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-redis : Run phpize.] ************************************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-redis : Run configure script.] *************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-redis : Make and install PHP.] *************************** | |
skipping: [drupalvm] => (item=make install) | |
skipping: [drupalvm] => (item=make) | |
TASK [geerlingguy.php-redis : Ensure the Redis extension is present in PHP's configuration.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.ruby : Install ruby and rubygems.] *************************** | |
skipping: [drupalvm] => (item=[]) | |
TASK [geerlingguy.ruby : Update apt cache.] ************************************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.ruby : Set rubygems package name for Ubuntu 14.04.] ********** | |
skipping: [drupalvm] | |
TASK [geerlingguy.ruby : Install ruby and rubygems.] *************************** | |
skipping: [drupalvm] => (item=[]) | |
TASK [geerlingguy.ruby : Install packages required to build ruby (RedHat).] **** | |
skipping: [drupalvm] => (item=[]) | |
TASK [geerlingguy.ruby : Update apt cache (Debian).] *************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.ruby : Install packages required to build ruby (Debian).] **** | |
skipping: [drupalvm] => (item=[]) | |
TASK [geerlingguy.ruby : Download ruby.] *************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.ruby : Extract ruby.] **************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.ruby : Build ruby.] ****************************************** | |
skipping: [drupalvm] => (item=./configure --enable-shared) | |
skipping: [drupalvm] => (item=make) | |
skipping: [drupalvm] => (item=make install) | |
TASK [geerlingguy.ruby : Add ruby symlinks.] *********************************** | |
skipping: [drupalvm] => (item=erb) | |
skipping: [drupalvm] => (item=gem) | |
skipping: [drupalvm] => (item=irb) | |
skipping: [drupalvm] => (item=rake) | |
skipping: [drupalvm] => (item=rdoc) | |
skipping: [drupalvm] => (item=ruby) | |
TASK [geerlingguy.ruby : Add user installed RubyGems bin directory to global $PATH.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.ruby : Install Bundler.] ************************************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.ruby : Install configured gems.] ***************************** | |
TASK [geerlingguy.java : Include OS-specific variables.] *********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : Include OS-specific variables for Fedora.] ************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : Include version-specific variables for Ubuntu.] ******* | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : Define java_packages.] ******************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : include] ********************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : include] ********************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : include] ********************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : Set JAVA_HOME if configured.] ************************* | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Include OS-Specific variables] ************************ | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Install dependencies] ********************************* | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : create directory] ************************************* | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Download Selenium] ************************************ | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Install FireFox (if configured)] ********************** | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Add Chrome key (if configured, Debian)] *************** | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Add Chrome repo (if configured, Debian)] ************** | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Install Chrome (if configured, Debian)] *************** | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Install Chrome (if configured, RedHat)] *************** | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Get the latest release for chromedriver] ************** | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Install chromedriver] ********************************* | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Install xvfb] ***************************************** | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Install init script] ********************************** | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Install systemd unit file (for systemd systems)] ****** | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Register systemd service status (for systemd systems)] *** | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Ensure selenium is running] *************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Ensure solr_user group exists.] *********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Ensure solr_user exists.] ***************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Set solr_filename for Solr 4+.] *********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Set solr_filename for Solr 3.x.] ********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Check if Solr has been installed already.] ************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Download Solr.] *************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Expand Solr.] ***************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Check if Solr is already installed.] ****************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Copy Solr into place.] ******************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Ensure Solr install files are owned by the solr_user.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Check if solr_home is already set up.] **************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Ensure solr_home directory exists.] ******************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Copy Solr example into solr_home.] ******************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Fix the example solrconfig.xml file.] ***************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Ensure Solr home files are owned by the solr_user.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Ensure log file is created and has proper permissions.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Copy solr init script into place.] ******************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Ensure daemon is installed (Debian).] ***************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Copy solr systemd unit file into place (for systemd systems).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Ensure lsof is present (RedHat).] ********************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Ensure setfacl support is present.] ******************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Run Solr installation script.] ************************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Ensure solr is stopped (RHEL 7 workaround).] ********** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Run systemd daemon_reload (RHEL 7 workaround).] ******* | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Ensure solr is started and enabled on boot.] ********** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Remove existing SOLR_HEAP configuration.] ************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Apply Solr configuration changes.] ******************** | |
skipping: [drupalvm] => (item={u'regexp': u'^SOLR_PORT=', u'line': u'SOLR_PORT="8983"'}) | |
skipping: [drupalvm] => (item={u'regexp': u'^.?SOLR_JAVA_MEM=', u'line': u'SOLR_JAVA_MEM="-Xms64M -Xmx128M"'}) | |
skipping: [drupalvm] => (item={u'regexp': u'^.?SOLR_TIMEZONE=', u'line': u'SOLR_TIMEZONE="UTC"'}) | |
TASK [geerlingguy.solr : Check current list of Solr cores.] ******************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Ensure Solr conf directories exist.] ****************** | |
skipping: [drupalvm] => (item=collection1) | |
TASK [geerlingguy.solr : Ensure core configuration directories exist.] ********* | |
skipping: [drupalvm] => (item=collection1) | |
TASK [geerlingguy.solr : Create configured cores.] ***************************** | |
skipping: [drupalvm] => (item=collection1) | |
TASK [geerlingguy.solr : include] ********************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : Include OS-specific variables.] *********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : Include OS-specific variables for Fedora.] ************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : Include version-specific variables for Ubuntu.] ******* | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : Define java_packages.] ******************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : include] ********************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : include] ********************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : include] ********************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : Set JAVA_HOME if configured.] ************************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.elasticsearch : Add Elasticsearch GPG key.] ****************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.elasticsearch : Add Elasticsearch repository.] *************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.elasticsearch : Install Elasticsearch.] ********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.elasticsearch : Add Elasticsearch apt key.] ****************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.elasticsearch : Add Elasticsearch repository.] *************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.elasticsearch : Install Elasticsearch.] ********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.elasticsearch : Configure Elasticsearch.] ******************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.elasticsearch : Start Elasticsearch.] ************************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.elasticsearch : Make sure Elasticsearch is running before proceeding.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.varnish : Include OS-specific variables.] ******************** | |
ok: [drupalvm] | |
TASK [geerlingguy.varnish : Ensure Varnish dependencies are installed.] ******** | |
skipping: [drupalvm] => (item=[]) | |
TASK [geerlingguy.varnish : Add Varnish repository.] *************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.varnish : Set a string for the varnish repository identifier.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.varnish : Set repo fact appropriately.] ********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.varnish : Install Varnish.] ********************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.varnish : Ensure APT HTTPS Transport is installed.] ********** | |
skipping: [drupalvm] | |
TASK [geerlingguy.varnish : Add Varnish apt key.] ****************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.varnish : Add Varnish apt repository.] *********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.varnish : Install Varnish.] ********************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.varnish : Copy Varnish configuration (sysvinit).] ************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.varnish : Copy Debian Jessie/Xenial specific Varnish configs (systemd).] *** | |
ok: [drupalvm] | |
TASK [geerlingguy.varnish : Copy Varnish configuration (systemd).] ************* | |
ok: [drupalvm] | |
TASK [geerlingguy.varnish : Ensure Varnish config path exists.] **************** | |
ok: [drupalvm] | |
TASK [geerlingguy.varnish : Copy Varnish default VCL.] ************************* | |
ok: [drupalvm] | |
TASK [geerlingguy.varnish : Copy varnish secret.] ****************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.varnish : Ensure Varnish services are started enabled on startup.] *** | |
ok: [drupalvm] => (item=varnish) | |
TASK [geerlingguy.nginx : Include OS-specific variables.] ********************** | |
ok: [drupalvm] | |
TASK [geerlingguy.nginx : Define nginx_user.] ********************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.nginx : Enable nginx repo.] ********************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Ensure nginx is installed.] ************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Add PPA for Nginx.] ********************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.nginx : Ensure nginx will reinstall if the PPA was just added.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Update apt cache.] *********************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.nginx : Ensure nginx is installed.] ************************** | |
fatal: [drupalvm]: FAILED! => {"cache_update_time": 1492875000, "cache_updated": false, "changed": false, "failed": true, "msg": "'/usr/bin/apt-get -y -o \"Dpkg::Options::=--force-confdef\" -o \"Dpkg::Options::=--force-confold\" install 'nginx'' failed: E: Sub-process /usr/bin/dpkg returned an error code (1)\n", "stderr": "E: Sub-process /usr/bin/dpkg returned an error code (1)\n", "stderr_lines": ["E: Sub-process /usr/bin/dpkg returned an error code (1)"], "stdout": "Reading package lists...\nBuilding dependency tree...\nReading state information...\nnginx is already the newest version (1.10.3-0+xenial0).\n0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.\n2 not fully installed or removed.\nAfter this operation, 0 B of additional disk space will be used.\nSetting up nginx-full (1.10.3-0+xenial0) ...\r\nJob for nginx.service failed because the control process exited with error code. See \"systemctl status nginx.service\" and \"journalctl -xe\" for details.\r\ninvoke-rc.d: initscript nginx, action \"start\" failed.\r\n\u001b[0;1;31m*\u001b[0m nginx.service - A high performance web server and a reverse proxy server\r\n Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)\r\n Active: \u001b[0;1;31mfailed\u001b[0m (Result: exit-code) since Sat 2017-04-22 15:39:11 UTC; 5ms ago\r\n Docs: man:nginx(8)\r\n Process: 1831 ExecStart=/usr/sbin/nginx -g daemon on; master_process on; \u001b[0;1;31m(code=exited, status=1/FAILURE)\u001b[0m\r\n Process: 1827 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=0/SUCCESS)\r\n\r\nApr 22 15:39:09 drupalvm nginx[1831]: nginx: [emerg] listen() to [::]:80, b...e)\r\nApr 22 15:39:10 drupalvm nginx[1831]: nginx: [emerg] listen() to 0.0.0.0:80...e)\r\nApr 22 15:39:10 drupalvm nginx[1831]: nginx: [emerg] listen() to [::]:80, b...e)\r\nApr 22 15:39:10 drupalvm nginx[1831]: nginx: [emerg] listen() to 0.0.0.0:80...e)\r\nApr 22 15:39:10 drupalvm nginx[1831]: nginx: [emerg] listen() to [::]:80, b...e)\r\nApr 22 15:39:11 drupalvm nginx[1831]: nginx: [emerg] still could not bind()\r\nApr 22 15:39:11 drupalvm systemd[1]: \u001b[0;1;39mnginx.service: Control process exited,...=1\u001b[0m\r\nApr 22 15:39:11 drupalvm systemd[1]: \u001b[0;1;31mFailed to start A high performance web...r.\u001b[0m\r\nApr 22 15:39:11 drupalvm systemd[1]: \u001b[0;1;39mnginx.service: Unit entered failed state.\u001b[0m\r\nApr 22 15:39:11 drupalvm systemd[1]: \u001b[0;1;39mnginx.service: Failed with result 'exi...'.\u001b[0m\r\nHint: Some lines were ellipsized, use -l to show in full.\r\ndpkg: error processing package nginx-full (--configure):\r\n subprocess installed post-installation script returned error exit status 1\r\ndpkg: dependency problems prevent configuration of nginx:\r\n nginx depends on nginx-full (<< 1.10.3-0+xenial0.1~) | nginx-light (<< 1.10.3-0+xenial0.1~) | nginx-extras (<< 1.10.3-0+xenial0.1~); however:\r\n Package nginx-full is not configured yet.\r\n Package nginx-light is not installed.\r\n Package nginx-extras is not installed.\r\n nginx depends on nginx-full (>= 1.10.3-0+xenial0) | nginx-light (>= 1.10.3-0+xenial0) | nginx-extras (>= 1.10.3-0+xenial0); however:\r\n Package nginx-full is not configured yet.\r\n Package nginx-light is not installed.\r\n Package nginx-extras is not installed.\r\n\r\ndpkg: error processing package nginx (--configure):\r\n dependency problems - leaving unconfigured\r\nErrors were encountered while processing:\r\n nginx-full\r\n nginx\r\n", "stdout_lines": ["Reading package lists...", "Building dependency tree...", "Reading state information...", "nginx is already the newest version (1.10.3-0+xenial0).", "0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.", "2 not fully installed or removed.", "After this operation, 0 B of additional disk space will be used.", "Setting up nginx-full (1.10.3-0+xenial0) ...", "Job for nginx.service failed because the control process exited with error code. See \"systemctl status nginx.service\" and \"journalctl -xe\" for details.", "invoke-rc.d: initscript nginx, action \"start\" failed.", "\u001b[0;1;31m*\u001b[0m nginx.service - A high performance web server and a reverse proxy server", " Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)", " Active: \u001b[0;1;31mfailed\u001b[0m (Result: exit-code) since Sat 2017-04-22 15:39:11 UTC; 5ms ago", " Docs: man:nginx(8)", " Process: 1831 ExecStart=/usr/sbin/nginx -g daemon on; master_process on; \u001b[0;1;31m(code=exited, status=1/FAILURE)\u001b[0m", " Process: 1827 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=0/SUCCESS)", "", "Apr 22 15:39:09 drupalvm nginx[1831]: nginx: [emerg] listen() to [::]:80, b...e)", "Apr 22 15:39:10 drupalvm nginx[1831]: nginx: [emerg] listen() to 0.0.0.0:80...e)", "Apr 22 15:39:10 drupalvm nginx[1831]: nginx: [emerg] listen() to [::]:80, b...e)", "Apr 22 15:39:10 drupalvm nginx[1831]: nginx: [emerg] listen() to 0.0.0.0:80...e)", "Apr 22 15:39:10 drupalvm nginx[1831]: nginx: [emerg] listen() to [::]:80, b...e)", "Apr 22 15:39:11 drupalvm nginx[1831]: nginx: [emerg] still could not bind()", "Apr 22 15:39:11 drupalvm systemd[1]: \u001b[0;1;39mnginx.service: Control process exited,...=1\u001b[0m", "Apr 22 15:39:11 drupalvm systemd[1]: \u001b[0;1;31mFailed to start A high performance web...r.\u001b[0m", "Apr 22 15:39:11 drupalvm systemd[1]: \u001b[0;1;39mnginx.service: Unit entered failed state.\u001b[0m", "Apr 22 15:39:11 drupalvm systemd[1]: \u001b[0;1;39mnginx.service: Failed with result 'exi...'.\u001b[0m", "Hint: Some lines were ellipsized, use -l to show in full.", "dpkg: error processing package nginx-full (--configure):", " subprocess installed post-installation script returned error exit status 1", "dpkg: dependency problems prevent configuration of nginx:", " nginx depends on nginx-full (<< 1.10.3-0+xenial0.1~) | nginx-light (<< 1.10.3-0+xenial0.1~) | nginx-extras (<< 1.10.3-0+xenial0.1~); however:", " Package nginx-full is not configured yet.", " Package nginx-light is not installed.", " Package nginx-extras is not installed.", " nginx depends on nginx-full (>= 1.10.3-0+xenial0) | nginx-light (>= 1.10.3-0+xenial0) | nginx-extras (>= 1.10.3-0+xenial0); however:", " Package nginx-full is not configured yet.", " Package nginx-light is not installed.", " Package nginx-extras is not installed.", "", "dpkg: error processing package nginx (--configure):", " dependency problems - leaving unconfigured", "Errors were encountered while processing:", " nginx-full", " nginx"]} | |
to retry, use: --limit @/vagrant/provisioning/playbook.retry | |
PLAY RECAP ********************************************************************* | |
drupalvm : ok=161 changed=0 unreachable=0 failed=1 | |
Ansible failed to complete successfully. Any error output should be | |
visible above. Please fix these errors and try again. | |
wesleymusgrove@MusgroveMac:~/Sites/drupalvm$ vagrant reload --provision | |
==> drupalvm: [vagrant-hostsupdater] Removing hosts | |
Password: | |
==> drupalvm: Attempting graceful shutdown of VM... | |
==> drupalvm: Checking if box 'geerlingguy/ubuntu1604' is up to date... | |
==> drupalvm: Clearing any previously set forwarded ports... | |
==> drupalvm: Clearing any previously set network interfaces... | |
==> drupalvm: Preparing network interfaces based on configuration... | |
drupalvm: Adapter 1: nat | |
drupalvm: Adapter 2: hostonly | |
==> drupalvm: Forwarding ports... | |
drupalvm: 22 (guest) => 2222 (host) (adapter 1) | |
==> drupalvm: Running 'pre-boot' VM customizations... | |
==> drupalvm: Booting VM... | |
==> drupalvm: Waiting for machine to boot. This may take a few minutes... | |
drupalvm: SSH address: 127.0.0.1:2222 | |
drupalvm: SSH username: vagrant | |
drupalvm: SSH auth method: private key | |
drupalvm: Warning: Remote connection disconnect. Retrying... | |
drupalvm: Warning: Remote connection disconnect. Retrying... | |
==> drupalvm: Machine booted and ready! | |
[drupalvm] GuestAdditions 5.1.20 running --- OK. | |
==> drupalvm: Checking for guest additions in VM... | |
==> drupalvm: [vagrant-hostsupdater] Checking for host entries | |
==> drupalvm: [vagrant-hostsupdater] Writing the following entries to (/etc/hosts) | |
==> drupalvm: [vagrant-hostsupdater] 10.20.1.2 drupalvm.dev # VAGRANT: bfe97c1e35d6f35441af8a8ec614447c (drupalvm) / 87ab2ac5-6e91-4707-9017-c9ac808d4c5b | |
==> drupalvm: [vagrant-hostsupdater] 10.20.1.2 www.drupalvm.dev # VAGRANT: bfe97c1e35d6f35441af8a8ec614447c (drupalvm) / 87ab2ac5-6e91-4707-9017-c9ac808d4c5b | |
==> drupalvm: [vagrant-hostsupdater] 10.20.1.2 adminer.drupalvm.dev # VAGRANT: bfe97c1e35d6f35441af8a8ec614447c (drupalvm) / 87ab2ac5-6e91-4707-9017-c9ac808d4c5b | |
==> drupalvm: [vagrant-hostsupdater] 10.20.1.2 xhprof.drupalvm.dev # VAGRANT: bfe97c1e35d6f35441af8a8ec614447c (drupalvm) / 87ab2ac5-6e91-4707-9017-c9ac808d4c5b | |
==> drupalvm: [vagrant-hostsupdater] 10.20.1.2 pimpmylog.drupalvm.dev # VAGRANT: bfe97c1e35d6f35441af8a8ec614447c (drupalvm) / 87ab2ac5-6e91-4707-9017-c9ac808d4c5b | |
==> drupalvm: [vagrant-hostsupdater] 10.20.1.2 dashboard.drupalvm.dev # VAGRANT: bfe97c1e35d6f35441af8a8ec614447c (drupalvm) / 87ab2ac5-6e91-4707-9017-c9ac808d4c5b | |
==> drupalvm: [vagrant-hostsupdater] This operation requires administrative access. You may skip it by manually adding equivalent entries to the hosts file. | |
==> drupalvm: Setting hostname... | |
==> drupalvm: Configuring and enabling network interfaces... | |
==> drupalvm: Exporting NFS shared folders... | |
==> drupalvm: Preparing to edit /etc/exports. Administrator privileges will be required... | |
==> drupalvm: Mounting NFS shared folders... | |
==> drupalvm: Running provisioner: ansible_local... | |
drupalvm: Running ansible-playbook... | |
PLAY [all] ********************************************************************* | |
TASK [Gathering Facts] ********************************************************* | |
ok: [drupalvm] | |
TASK [Include OS-specific variables.] ****************************************** | |
ok: [drupalvm] | |
TASK [Define config_dir.] ****************************************************** | |
skipping: [drupalvm] | |
TASK [Include optional configuration files.] *********************************** | |
ok: [drupalvm] => (item=/vagrant/config.yml) | |
TASK [Define fully qualified domain name.] ************************************* | |
ok: [drupalvm] | |
TASK [Define short hostname.] ************************************************** | |
ok: [drupalvm] | |
TASK [Add hostname to /etc/hosts.] ********************************************* | |
ok: [drupalvm] | |
TASK [Configure hostname.] ***************************************************** | |
ok: [drupalvm] | |
TASK [Set the hostname for current session.] *********************************** | |
skipping: [drupalvm] | |
TASK [include] ***************************************************************** | |
included: /vagrant/provisioning/tasks/init-debian.yml for drupalvm | |
TASK [Update apt cache if needed.] ********************************************* | |
ok: [drupalvm] | |
TASK [Install required dependencies.] ****************************************** | |
ok: [drupalvm] => (item=[u'curl', u'python-apt', u'python-pycurl', u'sudo', u'unzip', u'make']) | |
TASK [Configure /etc/mailname.] ************************************************ | |
ok: [drupalvm] | |
TASK [Define php_xhprof_html_dir.] ********************************************* | |
skipping: [drupalvm] | |
TASK [Add repository for Apache 2.4.9+ (Ubuntu 12/14).] ************************ | |
skipping: [drupalvm] | |
TASK [Add repository for PHP versions (Ubuntu).] ******************************* | |
ok: [drupalvm] | |
TASK [Add repository for PHP 5 compatibility packages (Ubuntu).] *************** | |
skipping: [drupalvm] | |
TASK [Set the correct opcache filename (Ubuntu).] ****************************** | |
ok: [drupalvm] | |
TASK [Add dependencies for PHP versions (Debian).] ***************************** | |
skipping: [drupalvm] => (item=[]) | |
TASK [Add Ondrej Sury's apt key (Debian).] ************************************* | |
skipping: [drupalvm] | |
TASK [Add Ondrej Sury's repo (Debian).] **************************************** | |
skipping: [drupalvm] | |
TASK [Update apt caches after repo is added (Debian).] ************************* | |
skipping: [drupalvm] | |
TASK [Purge PHP version packages.] ********************************************* | |
ok: [drupalvm] => (item=[u'php5.6', u'php5.6-apcu', u'php5.6-cli', u'php5.6-common', u'php5.6-curl', u'php5.6-dev', u'php5.6-fpm', u'php5.6-gd', u'php5.6-imap', u'php5.6-json', u'php5.6-mbstring', u'php5.6-mcrypt', u'php5.6-opcache', u'php5.6-sqlite3', u'php5.6-xml', u'php5.6-yaml', u'php7.0', u'php7.0-apcu', u'php7.0-cli', u'php7.0-common', u'php7.0-curl', u'php7.0-dev', u'php7.0-fpm', u'php7.0-gd', u'php7.0-imap', u'php7.0-json', u'php7.0-mbstring', u'php7.0-mcrypt', u'php7.0-opcache', u'php7.0-sqlite3', u'php7.0-xml', u'php7.0-yaml']) | |
TASK [Purge PHP packages installed by default.] ******************************** | |
skipping: [drupalvm] => (item=[]) | |
TASK [Purge PHP modules directory.] ******************************************** | |
skipping: [drupalvm] => (item=/usr/lib/php5/modules) | |
skipping: [drupalvm] => (item=/usr/lib/php/modules) | |
TASK [include] ***************************************************************** | |
skipping: [drupalvm] | |
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: [drupalvm] | |
TASK [Set the correct XHProf package when PHP 5.6 is used.] ******************** | |
skipping: [drupalvm] | |
TASK [Ensure PHP version -specific workspace directory exists.] **************** | |
ok: [drupalvm] | |
TASK [geerlingguy.repo-remi : Install remi repo.] ****************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.repo-remi : Import remi GPG key.] **************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.firewall : Ensure iptables is installed.] ******************** | |
ok: [drupalvm] | |
TASK [geerlingguy.firewall : Flush iptables the first time playbook runs.] ***** | |
ok: [drupalvm] | |
TASK [geerlingguy.firewall : Copy firewall script into place.] ***************** | |
ok: [drupalvm] | |
TASK [geerlingguy.firewall : Copy firewall init script into place.] ************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.firewall : Copy firewall systemd unit file into place (for systemd systems).] *** | |
ok: [drupalvm] | |
TASK [geerlingguy.firewall : Ensure the firewall is enabled and will start on boot.] *** | |
ok: [drupalvm] | |
TASK [geerlingguy.firewall : Check firewalld package is installed (on RHEL).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.firewall : Disable the firewalld service (on RHEL, if configured).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.firewall : Check ufw package is installed (on Ubuntu).] ****** | |
ok: [drupalvm] | |
TASK [geerlingguy.firewall : Disable the ufw firewall (on Ubuntu, if configured).] *** | |
ok: [drupalvm] | |
TASK [geerlingguy.firewall : Check ufw package is installed (on Archlinux).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.firewall : Disable the ufw firewall (on Archlinux, if configured).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.git : Ensure git is installed (RedHat).] ********************* | |
skipping: [drupalvm] => (item=git) | |
skipping: [drupalvm] => (item=git-svn) | |
TASK [geerlingguy.git : Update apt cache (Debian).] **************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.git : Ensure git is installed (Debian).] ********************* | |
ok: [drupalvm] => (item=[u'git', u'git-svn']) | |
TASK [geerlingguy.git : Ensure git's dependencies are installed (RedHat).] ***** | |
skipping: [drupalvm] => (item=gettext-devel) | |
skipping: [drupalvm] => (item=expat-devel) | |
skipping: [drupalvm] => (item=curl-devel) | |
skipping: [drupalvm] => (item=zlib-devel) | |
skipping: [drupalvm] => (item=perl-devel) | |
skipping: [drupalvm] => (item=openssl-devel) | |
skipping: [drupalvm] => (item=subversion-perl) | |
skipping: [drupalvm] => (item=make) | |
skipping: [drupalvm] => (item=gcc) | |
TASK [geerlingguy.git : Ensure git's dependencies are installed (Debian).] ***** | |
skipping: [drupalvm] => (item=[]) | |
TASK [geerlingguy.git : Get installed version] ********************************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.git : Force git install if the version numbers do not match] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.git : Download git.] ***************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.git : Expand git archive.] *********************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.git : Build git.] ******************************************** | |
skipping: [drupalvm] => (item=all) | |
skipping: [drupalvm] => (item=install) | |
TASK [geerlingguy.postfix : Ensure postfix is installed (RedHat).] ************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.postfix : Ensure postfix is installed (Debian).] ************* | |
ok: [drupalvm] | |
TASK [geerlingguy.postfix : Ensure postfix is started and enabled at boot.] **** | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : Include OS-specific variables.] ********************* | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : Include variables for Amazon Linux.] **************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.apache : Define apache_packages.] **************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : include] ******************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.apache/tasks/setup-Debian.yml for drupalvm | |
TASK [geerlingguy.apache : Update apt cache.] ********************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : Ensure Apache is installed on Debian.] ************** | |
ok: [drupalvm] => (item=[u'apache2', u'apache2-utils']) | |
TASK [geerlingguy.apache : Get installed version of Apache.] ******************* | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : Create apache_version variable.] ******************** | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : include_vars] *************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.apache : include_vars] *************************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : include] ******************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.apache/tasks/configure-Debian.yml for drupalvm | |
TASK [geerlingguy.apache : Configure Apache.] ********************************** | |
ok: [drupalvm] => (item={u'regexp': u'^Listen ', u'line': u'Listen 80'}) | |
TASK [geerlingguy.apache : Enable Apache mods.] ******************************** | |
ok: [drupalvm] => (item=expires.load) | |
ok: [drupalvm] => (item=ssl.load) | |
ok: [drupalvm] => (item=rewrite.load) | |
ok: [drupalvm] => (item=proxy.load) | |
ok: [drupalvm] => (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: [drupalvm] | |
TASK [geerlingguy.apache : Add vhost symlink in sites-enabled.] **************** | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : Remove default vhost in sites-enabled.] ************* | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : Ensure Apache has selected state and enabled on boot.] *** | |
changed: [drupalvm] | |
TASK [geerlingguy.apache : Include OS-specific variables.] ********************* | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : Include variables for Amazon Linux.] **************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.apache : Define apache_packages.] **************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.apache : include] ******************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.apache/tasks/setup-Debian.yml for drupalvm | |
TASK [geerlingguy.apache : Update apt cache.] ********************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : Ensure Apache is installed on Debian.] ************** | |
ok: [drupalvm] => (item=[u'apache2', u'apache2-utils']) | |
TASK [geerlingguy.apache : Get installed version of Apache.] ******************* | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : Create apache_version variable.] ******************** | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : include_vars] *************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.apache : include_vars] *************************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : include] ******************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.apache/tasks/configure-Debian.yml for drupalvm | |
TASK [geerlingguy.apache : Configure Apache.] ********************************** | |
ok: [drupalvm] => (item={u'regexp': u'^Listen ', u'line': u'Listen 80'}) | |
TASK [geerlingguy.apache : Enable Apache mods.] ******************************** | |
ok: [drupalvm] => (item=expires.load) | |
ok: [drupalvm] => (item=ssl.load) | |
ok: [drupalvm] => (item=rewrite.load) | |
ok: [drupalvm] => (item=proxy.load) | |
ok: [drupalvm] => (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: [drupalvm] | |
TASK [geerlingguy.apache : Add vhost symlink in sites-enabled.] **************** | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : Remove default vhost in sites-enabled.] ************* | |
ok: [drupalvm] | |
TASK [geerlingguy.apache : Ensure Apache has selected state and enabled on boot.] *** | |
changed: [drupalvm] | |
TASK [geerlingguy.apache-php-fpm : Enable mod_proxy_fcgi.] ********************* | |
ok: [drupalvm] => (item=proxy.load) | |
ok: [drupalvm] => (item=proxy_fcgi.load) | |
TASK [geerlingguy.nginx : Include OS-specific variables.] ********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Define nginx_user.] ********************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Enable nginx repo.] ********************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Ensure nginx is installed.] ************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Add PPA for Nginx.] ********************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Ensure nginx will reinstall if the PPA was just added.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Update apt cache.] *********************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Ensure nginx is installed.] ************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Update pkg cache.] *********************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Ensure nginx is installed.] ************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Create logs directory.] ****************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Remove default nginx vhost config file (if configured).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Ensure nginx_vhost_path exists.] ********************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Add managed vhost config file (if any vhosts are configured).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Remove managed vhost config file (if no vhosts are configured).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Copy nginx configuration in place.] ****************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Ensure nginx is started and enabled to start at boot.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Include OS-specific variables.] ************************ | |
ok: [drupalvm] | |
TASK [geerlingguy.php : Define php_packages.] ********************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define extra php_packages.] **************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_webserver_daemon.] ************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.php : Define php_conf_paths.] ******************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_extension_conf_paths.] ********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_apc_conf_filename.] ************************* | |
ok: [drupalvm] | |
TASK [geerlingguy.php : Define php_opcache_conf_filename (Ubuntu 16.04).] ****** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_opcache_conf_filename.] ********************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_fpm_conf_path.] ***************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : include] *********************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/setup-Debian.yml for drupalvm | |
TASK [geerlingguy.php : Update apt cache.] ************************************* | |
ok: [drupalvm] | |
TASK [geerlingguy.php : Ensure PHP packages are installed.] ******************** | |
ok: [drupalvm] => (item=[u'php7.1', u'php7.1-apcu', u'php7.1-cli', u'php7.1-common', u'php7.1-curl', u'php7.1-dev', u'php7.1-fpm', u'php7.1-gd', u'php7.1-imap', u'php7.1-json', u'php7.1-mbstring', u'php7.1-mcrypt', u'php7.1-opcache', u'php7.1-sqlite3', u'php7.1-xml', u'php7.1-yaml']) | |
TASK [geerlingguy.php : Delete APCu configuration file if this role will provide one.] *** | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Delete OpCache configuration file if this role will provide one.] *** | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : include] *********************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/configure.yml for drupalvm | |
TASK [geerlingguy.php : Ensure configuration directories exist.] *************** | |
ok: [drupalvm] => (item=/etc/php/7.1/fpm) | |
ok: [drupalvm] => (item=/etc/php/7.1/apache2) | |
ok: [drupalvm] => (item=/etc/php/7.1/cli) | |
ok: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Place PHP configuration file in place.] **************** | |
ok: [drupalvm] => (item=/etc/php/7.1/fpm) | |
ok: [drupalvm] => (item=/etc/php/7.1/apache2) | |
ok: [drupalvm] => (item=/etc/php/7.1/cli) | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/configure-apcu.yml for drupalvm | |
TASK [geerlingguy.php : Check for existing APCu config files.] ***************** | |
ok: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Remove any non-role-supplied APCu config files.] ******* | |
skipping: [drupalvm] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/7.1/fpm/conf.d', u'examined': 38, u'invocation': {u'module_args': {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'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'msg': u'', u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1492874811.2900758, u'inode': 1847023, u'isgid': False, u'size': 66, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/7.1/fpm/conf.d/20-apcu.ini', u'xusr': False, u'atime': 1492874812.7347977, u'isdir': False, u'ctime': 1492874811.406134, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) | |
skipping: [drupalvm] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/7.1/apache2/conf.d', u'examined': 2, u'invocation': {u'module_args': {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'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'msg': u'', u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1492874811.590226, u'inode': 1847024, u'isgid': False, u'size': 66, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/7.1/apache2/conf.d/20-apcu.ini', u'xusr': False, u'atime': 1492874812.8828719, u'isdir': False, u'ctime': 1492874811.710286, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) | |
skipping: [drupalvm] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/7.1/cli/conf.d', u'examined': 38, u'invocation': {u'module_args': {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'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'msg': u'', u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1492874811.882372, u'inode': 1847025, u'isgid': False, u'size': 66, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/7.1/cli/conf.d/20-apcu.ini', u'xusr': False, u'atime': 1492874813.0309458, u'isdir': False, u'ctime': 1492874812.0024319, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) | |
TASK [geerlingguy.php : Ensure APCu config file is present.] ******************* | |
ok: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Remove APCu config file if APC is disabled.] *********** | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/configure-opcache.yml for drupalvm | |
TASK [geerlingguy.php : Check for existing OpCache config files.] ************** | |
ok: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Remove any non-role-supplied OpCache config files.] **** | |
skipping: [drupalvm] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/7.1/fpm/conf.d', u'examined': 38, u'invocation': {u'module_args': {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'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'msg': u'', u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1492874813.31909, u'inode': 1847026, u'isgid': False, u'size': 303, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/7.1/fpm/conf.d/10-opcache.ini', u'xusr': False, u'atime': 1492874823.4841695, u'isdir': False, u'ctime': 1492874813.4351478, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) | |
skipping: [drupalvm] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/7.1/apache2/conf.d', u'examined': 2, u'invocation': {u'module_args': {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'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'msg': u'', u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1492874813.6192398, u'inode': 1847027, u'isgid': False, u'size': 303, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/7.1/apache2/conf.d/10-opcache.ini', u'xusr': False, u'atime': 1492874823.6362455, u'isdir': False, u'ctime': 1492874813.7433019, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) | |
skipping: [drupalvm] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/7.1/cli/conf.d', u'examined': 38, u'invocation': {u'module_args': {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'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'msg': u'', u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1492874813.9273937, u'inode': 1847028, u'isgid': False, u'size': 303, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/7.1/cli/conf.d/10-opcache.ini', u'xusr': False, u'atime': 1492874823.7923234, u'isdir': False, u'ctime': 1492874814.0434518, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) | |
TASK [geerlingguy.php : Ensure OpCache config file is present.] **************** | |
ok: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Remove OpCache config file if OpCache is disabled.] **** | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/configure-fpm.yml for drupalvm | |
TASK [geerlingguy.php : Define php_fpm_daemon.] ******************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_fpm_pool_conf_path.] ************************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_fpm_pool_user.] ***************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.php : Define php_fpm_pool_group.] **************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.php : Stat php_fpm_pool_conf_path] *************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.php : Ensure the default pool directory exists.] ************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Ensure the default pool exists.] *********************** | |
ok: [drupalvm] | |
TASK [geerlingguy.php : Configure php-fpm pool (if enabled).] ****************** | |
ok: [drupalvm] => (item={u'regexp': u'^user.?=.+$', u'line': u'user = www-data'}) | |
ok: [drupalvm] => (item={u'regexp': u'^group.?=.+$', u'line': u'group = www-data'}) | |
ok: [drupalvm] => (item={u'regexp': u'^listen.?=.+$', u'line': u'listen = 127.0.0.1:9000'}) | |
ok: [drupalvm] => (item={u'regexp': u'^listen\\.allowed_clients.?=.+$', u'line': u'listen.allowed_clients = 127.0.0.1'}) | |
ok: [drupalvm] => (item={u'regexp': u'^pm\\.max_children.?=.+$', u'line': u'pm.max_children = 50'}) | |
ok: [drupalvm] => (item={u'regexp': u'^pm\\.start_servers.?=.+$', u'line': u'pm.start_servers = 5'}) | |
ok: [drupalvm] => (item={u'regexp': u'^pm\\.min_spare_servers.?=.+$', u'line': u'pm.min_spare_servers = 5'}) | |
ok: [drupalvm] => (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: [drupalvm] | |
TASK [geerlingguy.php : Include OS-specific variables.] ************************ | |
ok: [drupalvm] | |
TASK [geerlingguy.php : Define php_packages.] ********************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define extra php_packages.] **************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_webserver_daemon.] ************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_conf_paths.] ******************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_extension_conf_paths.] ********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_apc_conf_filename.] ************************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_opcache_conf_filename (Ubuntu 16.04).] ****** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_opcache_conf_filename.] ********************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_fpm_conf_path.] ***************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : include] *********************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/setup-Debian.yml for drupalvm | |
TASK [geerlingguy.php : Update apt cache.] ************************************* | |
ok: [drupalvm] | |
TASK [geerlingguy.php : Ensure PHP packages are installed.] ******************** | |
ok: [drupalvm] => (item=[u'php7.1', u'php7.1-apcu', u'php7.1-cli', u'php7.1-common', u'php7.1-curl', u'php7.1-dev', u'php7.1-fpm', u'php7.1-gd', u'php7.1-imap', u'php7.1-json', u'php7.1-mbstring', u'php7.1-mcrypt', u'php7.1-opcache', u'php7.1-sqlite3', u'php7.1-xml', u'php7.1-yaml']) | |
TASK [geerlingguy.php : Delete APCu configuration file if this role will provide one.] *** | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Delete OpCache configuration file if this role will provide one.] *** | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : include] *********************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/configure.yml for drupalvm | |
TASK [geerlingguy.php : Ensure configuration directories exist.] *************** | |
ok: [drupalvm] => (item=/etc/php/7.1/fpm) | |
ok: [drupalvm] => (item=/etc/php/7.1/apache2) | |
ok: [drupalvm] => (item=/etc/php/7.1/cli) | |
ok: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Place PHP configuration file in place.] **************** | |
ok: [drupalvm] => (item=/etc/php/7.1/fpm) | |
ok: [drupalvm] => (item=/etc/php/7.1/apache2) | |
ok: [drupalvm] => (item=/etc/php/7.1/cli) | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/configure-apcu.yml for drupalvm | |
TASK [geerlingguy.php : Check for existing APCu config files.] ***************** | |
ok: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Remove any non-role-supplied APCu config files.] ******* | |
skipping: [drupalvm] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/7.1/cli/conf.d', u'examined': 38, u'invocation': {u'module_args': {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'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'msg': u'', u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1492874811.882372, u'inode': 1847025, u'isgid': False, u'size': 66, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/7.1/cli/conf.d/20-apcu.ini', u'xusr': False, u'atime': 1492874813.0309458, u'isdir': False, u'ctime': 1492874812.0024319, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) | |
skipping: [drupalvm] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/7.1/apache2/conf.d', u'examined': 2, u'invocation': {u'module_args': {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'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'msg': u'', u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1492874811.590226, u'inode': 1847024, u'isgid': False, u'size': 66, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/7.1/apache2/conf.d/20-apcu.ini', u'xusr': False, u'atime': 1492874812.8828719, u'isdir': False, u'ctime': 1492874811.710286, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) | |
skipping: [drupalvm] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/7.1/fpm/conf.d', u'examined': 38, u'invocation': {u'module_args': {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'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'msg': u'', u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1492874811.2900758, u'inode': 1847023, u'isgid': False, u'size': 66, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/7.1/fpm/conf.d/20-apcu.ini', u'xusr': False, u'atime': 1492874812.7347977, u'isdir': False, u'ctime': 1492874811.406134, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) | |
TASK [geerlingguy.php : Ensure APCu config file is present.] ******************* | |
ok: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Remove APCu config file if APC is disabled.] *********** | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/configure-opcache.yml for drupalvm | |
TASK [geerlingguy.php : Check for existing OpCache config files.] ************** | |
ok: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Remove any non-role-supplied OpCache config files.] **** | |
skipping: [drupalvm] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/7.1/apache2/conf.d', u'examined': 2, u'invocation': {u'module_args': {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'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'msg': u'', u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1492874813.6192398, u'inode': 1847027, u'isgid': False, u'size': 303, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/7.1/apache2/conf.d/10-opcache.ini', u'xusr': False, u'atime': 1492874823.6362455, u'isdir': False, u'ctime': 1492874813.7433019, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) | |
skipping: [drupalvm] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/7.1/fpm/conf.d', u'examined': 38, u'invocation': {u'module_args': {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'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'msg': u'', u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1492874813.31909, u'inode': 1847026, u'isgid': False, u'size': 303, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/7.1/fpm/conf.d/10-opcache.ini', u'xusr': False, u'atime': 1492874823.4841695, u'isdir': False, u'ctime': 1492874813.4351478, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) | |
skipping: [drupalvm] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, '_ansible_item_result': True, 'item': u'/etc/php/7.1/cli/conf.d', u'examined': 38, u'invocation': {u'module_args': {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'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, u'msg': u'', u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1492874813.9273937, u'inode': 1847028, u'isgid': False, u'size': 303, u'isuid': False, u'isreg': True, u'gid': 0, u'ischr': False, u'wusr': True, u'xoth': False, u'islnk': False, u'nlink': 1, u'issock': False, u'rgrp': True, u'path': u'/etc/php/7.1/cli/conf.d/10-opcache.ini', u'xusr': False, u'atime': 1492874823.7923234, u'isdir': False, u'ctime': 1492874814.0434518, u'isblk': False, u'wgrp': False, u'xgrp': False, u'dev': 64512, u'roth': True, u'isfifo': False, u'mode': u'0644', u'rusr': True})) | |
TASK [geerlingguy.php : Ensure OpCache config file is present.] **************** | |
ok: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Remove OpCache config file if OpCache is disabled.] **** | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/configure-fpm.yml for drupalvm | |
TASK [geerlingguy.php : Define php_fpm_daemon.] ******************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_fpm_pool_conf_path.] ************************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_fpm_pool_user.] ***************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Define php_fpm_pool_group.] **************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Stat php_fpm_pool_conf_path] *************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.php : Ensure the default pool directory exists.] ************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php : Ensure the default pool exists.] *********************** | |
ok: [drupalvm] | |
TASK [geerlingguy.php : Configure php-fpm pool (if enabled).] ****************** | |
ok: [drupalvm] => (item={u'regexp': u'^user.?=.+$', u'line': u'user = www-data'}) | |
ok: [drupalvm] => (item={u'regexp': u'^group.?=.+$', u'line': u'group = www-data'}) | |
ok: [drupalvm] => (item={u'regexp': u'^listen.?=.+$', u'line': u'listen = 127.0.0.1:9000'}) | |
ok: [drupalvm] => (item={u'regexp': u'^listen\\.allowed_clients.?=.+$', u'line': u'listen.allowed_clients = 127.0.0.1'}) | |
ok: [drupalvm] => (item={u'regexp': u'^pm\\.max_children.?=.+$', u'line': u'pm.max_children = 50'}) | |
ok: [drupalvm] => (item={u'regexp': u'^pm\\.start_servers.?=.+$', u'line': u'pm.start_servers = 5'}) | |
ok: [drupalvm] => (item={u'regexp': u'^pm\\.min_spare_servers.?=.+$', u'line': u'pm.min_spare_servers = 5'}) | |
ok: [drupalvm] => (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: [drupalvm] | |
TASK [geerlingguy.php-pecl : Install PECL libaries.] *************************** | |
TASK [geerlingguy.composer : Set php_executable variable to a default if not defined.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.composer : Check if Composer is installed.] ****************** | |
ok: [drupalvm] | |
TASK [geerlingguy.composer : Download Composer installer.] ********************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.composer : Run Composer installer.] ************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.composer : Move Composer into globally-accessible location.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.composer : Update Composer to latest version (if configured).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.composer : Ensure composer directory exists.] **************** | |
ok: [drupalvm] | |
TASK [geerlingguy.composer : Add GitHub OAuth token for Composer (if configured).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.composer : Install configured globally-required packages.] *** | |
ok: [drupalvm] => (item={u'release': u'^0.3', u'name': u'hirak/prestissimo'}) | |
TASK [geerlingguy.composer : Add composer_home_path bin directory to global $PATH.] *** | |
ok: [drupalvm] | |
TASK [geerlingguy.composer : Add composer_project_path bin directory to global $PATH.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : Include OS-specific variables.] ********************** | |
ok: [drupalvm] => (item=/vagrant/provisioning/roles/geerlingguy.mysql/vars/Debian.yml) | |
TASK [geerlingguy.mysql : Include OS-specific variables (RedHat).] ************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : Define mysql_packages.] ****************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Define mysql_daemon.] ******************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Define mysql_slow_query_log_file.] ******************* | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Define mysql_log_error.] ***************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Define mysql_syslog_tag.] **************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Define mysql_pid_file.] ****************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Define mysql_config_file.] *************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Define mysql_config_include_dir.] ******************** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Define mysql_socket.] ******************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Define mysql_supports_innodb_large_prefix.] ********** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : include] ********************************************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : include] ********************************************* | |
included: /vagrant/provisioning/roles/geerlingguy.mysql/tasks/setup-Debian.yml for drupalvm | |
TASK [geerlingguy.mysql : Check if MySQL is already installed.] **************** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Update apt cache if MySQL is not yet installed.] ***** | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : Ensure MySQL Python libraries are installed.] ******** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Ensure MySQL packages are installed.] **************** | |
ok: [drupalvm] => (item=[u'mysql-common', u'mysql-server']) | |
TASK [geerlingguy.mysql : Ensure MySQL is stopped after initial install.] ****** | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : Delete innodb log files created by apt package after initial install.] *** | |
skipping: [drupalvm] => (item=ib_logfile0) | |
skipping: [drupalvm] => (item=ib_logfile1) | |
TASK [geerlingguy.mysql : include] ********************************************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : Check if MySQL packages were installed.] ************* | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Copy my.cnf global MySQL configuration.] ************* | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Verify mysql include directory exists.] ************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : Copy my.cnf override files into include directory.] *** | |
TASK [geerlingguy.mysql : Create slow query log file (if configured).] ********* | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Create datadir if it does not exist] ***************** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Set ownership on slow query log file (if configured).] *** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Create error log file (if configured).] ************** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Set ownership on error log file (if configured).] **** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Ensure MySQL is started and enabled on boot.] ******** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Get MySQL version.] ********************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Ensure default user is present.] ********************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : Copy user-my.cnf file with password credentials.] **** | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : Disallow root login remotely] ************************ | |
ok: [drupalvm] => (item=DELETE FROM mysql.user WHERE User='root' AND Host NOT IN ('localhost', '127.0.0.1', '::1')) | |
TASK [geerlingguy.mysql : Get list of hosts for the root user.] **************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : Update MySQL root password for localhost root account (5.7.x).] *** | |
TASK [geerlingguy.mysql : Update MySQL root password for localhost root account (< 5.7.x).] *** | |
TASK [geerlingguy.mysql : Copy .my.cnf file with root password credentials.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : Get list of hosts for the anonymous user.] *********** | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Remove anonymous MySQL users.] *********************** | |
TASK [geerlingguy.mysql : Remove MySQL test database.] ************************* | |
ok: [drupalvm] | |
TASK [geerlingguy.mysql : Ensure MySQL databases are present.] ***************** | |
ok: [drupalvm] => (item={u'collation': u'utf8mb4_general_ci', u'name': u'drupal', u'encoding': u'utf8mb4'}) | |
TASK [geerlingguy.mysql : Ensure MySQL users are present.] ********************* | |
ok: [drupalvm] => (item=(censored due to no_log)) | |
TASK [geerlingguy.mysql : Ensure replication user exists on master.] *********** | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : Check slave replication status.] ********************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : Check master replication status.] ******************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : Configure replication on the slave.] ***************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.mysql : Start replication.] ********************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-mysql : Include OS-specific variables.] ****************** | |
ok: [drupalvm] | |
TASK [geerlingguy.php-mysql : Define php_mysql_package.] *********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-mysql : Install PHP MySQL dependencies (RedHat).] ******** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-mysql : Install PHP MySQL dependencies (Debian).] ******** | |
ok: [drupalvm] | |
TASK [geerlingguy.postgresql : include] **************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.postgresql : include] **************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.postgresql : include] **************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.postgresql : Set PostgreSQL environment variables.] ********** | |
skipping: [drupalvm] | |
TASK [geerlingguy.postgresql : Ensure PostgreSQL data directory exists.] ******* | |
skipping: [drupalvm] | |
TASK [geerlingguy.postgresql : Check if PostgreSQL database is initialized.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.postgresql : Ensure PostgreSQL database is initialized.] ***** | |
skipping: [drupalvm] | |
TASK [geerlingguy.postgresql : Configure global settings.] ********************* | |
skipping: [drupalvm] => (item={u'option': u'unix_socket_directories', u'value': u'/var/run/postgresql'}) | |
TASK [geerlingguy.postgresql : Ensure PostgreSQL unix socket dirs exist.] ****** | |
skipping: [drupalvm] => (item=/var/run/postgresql) | |
TASK [geerlingguy.postgresql : Ensure PostgreSQL is started and enabled on boot.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.postgresql : Ensure PostgreSQL databases are present.] ******* | |
skipping: [drupalvm] => (item={u'name': u'drupal'}) | |
TASK [geerlingguy.postgresql : Ensure PostgreSQL users are present.] *********** | |
skipping: [drupalvm] => (item=(censored due to no_log)) | |
TASK [geerlingguy.php-pgsql : Include OS-specific variables.] ****************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-pgsql : Define php_pgsql_package.] *********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-pgsql : Install PHP PostgreSQL dependencies (RedHat).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-pgsql : Install PHP PostgreSQL dependencies (Debian).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.drupal-console : Install Drupal Console.] ******************** | |
ok: [drupalvm] | |
TASK [geerlingguy.drupal-console : Ensure Drupal Console is executable.] ******* | |
ok: [drupalvm] | |
TASK [geerlingguy.drupal-console : Run Drupal Console init.] ******************* | |
ok: [drupalvm] | |
TASK [geerlingguy.drupal-console : Update Drupal Console to latest version (if configured).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.drush : Check current state.] ******************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.drush : Perform cleanup of old symlink.] ********************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.drush : Install Drush.] ************************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.drush : Ensure Drush is executable.] ************************* | |
ok: [drupalvm] | |
TASK [geerlingguy.drush : Clone Drush from GitHub.] **************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.drush : Check for composer.json] ***************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.drush : Ensure Drush can be installed on Debian Wheezy.] ***** | |
skipping: [drupalvm] | |
TASK [geerlingguy.drush : Install Drush dependencies with Composer.] *********** | |
skipping: [drupalvm] | |
TASK [geerlingguy.drush : Create drush symlink.] ******************************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.drush : Run drush to finish setting it up.] ****************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.memcached : Include OS-specific variables.] ****************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.memcached : Define memcached_user.] ************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.memcached : Update apt cache.] ******************************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.memcached : Install Memcached.] ****************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.memcached : Copy Memcached configuration.] ******************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.memcached : Ensure Memcached is started and set to run on startup.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-memcached : Include OS-specific variables.] ************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-memcached : Define php_memcached_package.] *************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-memcached : Install PHP Memcached extension (RedHat).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-memcached : Install PHP Memcached extension (Debian).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Include OS-specific variables.] *************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Define php_tideways_module_path.] ************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Define php_tideways_config_filename.] ********* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Ensure dependencies for installing Tideways are present.] *** | |
skipping: [drupalvm] => (item=make) | |
skipping: [drupalvm] => (item=gcc) | |
skipping: [drupalvm] => (item=unzip) | |
TASK [geerlingguy.php-tideways : Download and untar Tideways.] ***************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Build Tideways.] ****************************** | |
skipping: [drupalvm] => (item=phpize) | |
skipping: [drupalvm] => (item=./configure) | |
skipping: [drupalvm] => (item=make) | |
skipping: [drupalvm] => (item=make install) | |
TASK [geerlingguy.php-tideways : Ensure Tideways module path exists.] ********** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Move Tideways module into place.] ************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Ensure PHP configuration directories exist.] *** | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php-tideways : Copy Tideways INI into various other conf folders.] *** | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php-tideways : Define xhprof_download_url.] ****************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Define xhprof_download_folder_name.] ********** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Define php_xhprof_lib_dir.] ******************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Define php_xhprof_html_dir.] ****************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Ensure dependencies for the XHProf UI are present.] *** | |
skipping: [drupalvm] => (item=graphviz) | |
TASK [geerlingguy.php-tideways : Download and untar XHProf.] ******************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Move XHProf PHP library into place.] ********** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Move XHProf UI into place.] ******************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-tideways : Ensure PHP configuration directories exist.] *** | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
TASK [geerlingguy.php-tideways : Copy Tideways INI into various other conf folders.] *** | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php-xdebug : Include OS-specific variables.] ***************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xdebug : Define php_xdebug_module_path.] ***************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xdebug : Define php_xdebug_config_filename.] ************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xdebug : Ensure dependencies for building from source are installed (RedHat).] *** | |
skipping: [drupalvm] => (item=[]) | |
TASK [geerlingguy.php-xdebug : Ensure dependencies for building from source are installed (Debian).] *** | |
skipping: [drupalvm] => (item=[]) | |
TASK [geerlingguy.php-xdebug : Untar Xdebug.] ********************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xdebug : Build Xdebug.] ********************************** | |
skipping: [drupalvm] => (item=./configure) | |
skipping: [drupalvm] => (item=phpize) | |
skipping: [drupalvm] => (item=make) | |
TASK [geerlingguy.php-xdebug : Ensure Xdebug module path exists.] ************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xdebug : Move Xdebug module into place.] ***************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xdebug : Copy xdebug ini into main extension config folder.] *** | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
TASK [geerlingguy.php-xhprof : Include OS-specific variables.] ***************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xhprof : Define php_xhprof_module_path.] ***************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xhprof : Define php_xhprof_config_filename.] ************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xhprof : Ensure dependencies for installing XHProf are present.] *** | |
skipping: [drupalvm] => (item=make) | |
skipping: [drupalvm] => (item=gcc) | |
skipping: [drupalvm] => (item=unzip) | |
skipping: [drupalvm] => (item=graphviz) | |
TASK [geerlingguy.php-xhprof : Download and untar XHProf.] ********************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xhprof : Build XHProf.] ********************************** | |
skipping: [drupalvm] => (item=phpize) | |
skipping: [drupalvm] => (item=./configure) | |
skipping: [drupalvm] => (item=make) | |
TASK [geerlingguy.php-xhprof : Ensure XHProf module path exists.] ************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xhprof : Move XHProf module into place.] ***************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xhprof : Move XHProf PHP library into place.] ************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xhprof : Move XHProf UI into place.] ********************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-xhprof : Ensure PHP configuration directories exist.] **** | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php-xhprof : Copy XHProf INI into various other conf folders.] *** | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
TASK [geerlingguy.php-xhprof : Ensure XHProf output directory exists.] ********* | |
skipping: [drupalvm] | |
TASK [thom8.php-upload-progress : Include OS-specific variables.] ************** | |
skipping: [drupalvm] | |
TASK [thom8.php-upload-progress : Define php_uploadprogress_module_path.] ****** | |
skipping: [drupalvm] | |
TASK [thom8.php-upload-progress : Define php_uploadprogress_config_filename.] *** | |
skipping: [drupalvm] | |
TASK [thom8.php-upload-progress : Download and untar uploadprogress.] ********** | |
skipping: [drupalvm] | |
TASK [thom8.php-upload-progress : Build uploadprogress.] *********************** | |
skipping: [drupalvm] => (item=make) | |
skipping: [drupalvm] => (item=./configure) | |
skipping: [drupalvm] => (item=phpize) | |
TASK [thom8.php-upload-progress : Ensure uploadprogress module path exists.] *** | |
skipping: [drupalvm] | |
TASK [thom8.php-upload-progress : Move uploadprogress module into place.] ****** | |
skipping: [drupalvm] | |
TASK [thom8.php-upload-progress : Add php extension config for uploadprogress.] *** | |
skipping: [drupalvm] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [drupalvm] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.blackfire : Add packagecloud GPG key.] *********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.blackfire : Add Blackfire repository.] *********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.blackfire : Disable gpg_repocheck for non-bleeding-edge CentOS.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.blackfire : Add packagecloud apt key.] *********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.blackfire : Add packagecloud repository.] ******************** | |
skipping: [drupalvm] => (item=deb http://packages.blackfire.io/debian any main) | |
TASK [geerlingguy.blackfire : Update apt caches after repo is added.] ********** | |
skipping: [drupalvm] | |
TASK [geerlingguy.blackfire : Ensure Blackfire packages are installed.] ******** | |
skipping: [drupalvm] | |
TASK [geerlingguy.adminer : Ensure Adminer directory exists.] ****************** | |
ok: [drupalvm] | |
TASK [geerlingguy.adminer : Download Adminer to configured directory.] ********* | |
ok: [drupalvm] | |
TASK [geerlingguy.adminer : Symlink Adminer into configured directories.] ****** | |
TASK [geerlingguy.adminer : Set the proper Apache configuration directory (Debian).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.adminer : Add Apache configuration file for Adminer (Debian).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.adminer : Add Apache configuration file for Adminer (RedHat).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.pimpmylog : Clone Pimp my Log.] ****************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.pimpmylog : Grant all privileges on the Pimp my Log directory.] *** | |
ok: [drupalvm] | |
TASK [geerlingguy.daemonize : Download daemonize archive.] ********************* | |
ok: [drupalvm] | |
TASK [geerlingguy.daemonize : Expand daemonize archive.] *********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.daemonize : Check if daemonize is installed.] **************** | |
ok: [drupalvm] | |
TASK [geerlingguy.daemonize : Build daemonize.] ******************************** | |
skipping: [drupalvm] => (item=./configure --prefix=/usr) | |
skipping: [drupalvm] => (item=make) | |
skipping: [drupalvm] => (item=make install) | |
TASK [geerlingguy.daemonize : Download daemonize archive.] ********************* | |
ok: [drupalvm] | |
TASK [geerlingguy.daemonize : Expand daemonize archive.] *********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.daemonize : Check if daemonize is installed.] **************** | |
ok: [drupalvm] | |
TASK [geerlingguy.daemonize : Build daemonize.] ******************************** | |
skipping: [drupalvm] => (item=./configure --prefix=/usr) | |
skipping: [drupalvm] => (item=make) | |
skipping: [drupalvm] => (item=make install) | |
TASK [geerlingguy.mailhog : Ensure mailhog install directory exists.] ********** | |
ok: [drupalvm] | |
TASK [geerlingguy.mailhog : Download MailHog and mhsendmail binaries.] ********* | |
ok: [drupalvm] => (item={u'url': u'https://github.com/mailhog/MailHog/releases/download/v0.2.1/MailHog_linux_amd64', u'dest': u'/opt/mailhog/mailhog'}) | |
ok: [drupalvm] => (item={u'url': u'https://github.com/mailhog/mhsendmail/releases/download/v0.2.0/mhsendmail_linux_amd64', u'dest': u'/opt/mailhog/mhsendmail'}) | |
TASK [geerlingguy.mailhog : Copy mailhog init script into place.] ************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.mailhog : Copy mailhog systemd unit file into place (for systemd systems).] *** | |
ok: [drupalvm] | |
TASK [geerlingguy.mailhog : Ensure mailhog is enabled and will start on boot.] *** | |
ok: [drupalvm] | |
TASK [franklinkim.newrelic : Checking for key] ********************************* | |
skipping: [drupalvm] | |
TASK [franklinkim.newrelic : Installing dependencies] ************************** | |
skipping: [drupalvm] | |
TASK [franklinkim.newrelic : Adding APT key] *********************************** | |
skipping: [drupalvm] | |
TASK [franklinkim.newrelic : Add APT repository] ******************************* | |
skipping: [drupalvm] | |
TASK [franklinkim.newrelic : Installing packages] ****************************** | |
skipping: [drupalvm] => (item=[]) | |
TASK [franklinkim.newrelic : Installing dependencies] ************************** | |
skipping: [drupalvm] | |
TASK [franklinkim.newrelic : Installing packages] ****************************** | |
skipping: [drupalvm] => (item=[]) | |
TASK [franklinkim.newrelic : Configuring module] ******************************* | |
skipping: [drupalvm] => (item=etc/newrelic/nrsysmond.cfg) | |
TASK [franklinkim.newrelic : Configuring user groups] ************************** | |
skipping: [drupalvm] | |
TASK [franklinkim.newrelic : Configuring service] ****************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Set up the Nodesource RPM directory for Node.js > 0.10.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Set up the Nodesource RPM variable for Node.js == 0.10.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Import Nodesource RPM key (CentOS < 7).] ************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Import Nodesource RPM key (CentOS 7+)..] ************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Add Nodesource repositories for Node.js (CentOS < 7).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Add Nodesource repositories for Node.js (CentOS 7+).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Ensure Node.js and npm are installed.] ************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Ensure apt-transport-https is installed.] *********** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Add Nodesource apt key.] **************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Add NodeSource repositories for Node.js.] *********** | |
skipping: [drupalvm] => (item=deb https://deb.nodesource.com/node_0.12 xenial main) | |
skipping: [drupalvm] => (item=deb-src https://deb.nodesource.com/node_0.12 xenial main) | |
TASK [geerlingguy.nodejs : Update apt cache if repo was added.] **************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Ensure Node.js and npm are installed.] ************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Define nodejs_install_npm_user] ********************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Create npm global directory] ************************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Add npm_config_prefix bin directory to global $PATH.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nodejs : Ensure npm global packages are installed.] ********** | |
TASK [geerlingguy.nodejs : Install packages defined in a given package.json.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.redis : Include OS-specific variables.] ********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.redis : Define redis_package.] ******************************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.redis : Ensure Redis is installed.] ************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.redis : Ensure Redis is installed.] ************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.redis : Ensure Redis is configured.] ************************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.redis : Ensure Redis is running and enabled on boot.] ******** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-redis : Include OS-specific variables.] ****************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-redis : Define php_redis_package.] *********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-redis : Install PhpRedis extension (RedHat).] ************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-redis : Install PhpRedis extension (Debian).] ************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-redis : Clone the PhpRedis repo.] ************************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-redis : Run phpize.] ************************************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-redis : Run configure script.] *************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.php-redis : Make and install PHP.] *************************** | |
skipping: [drupalvm] => (item=make) | |
skipping: [drupalvm] => (item=make install) | |
TASK [geerlingguy.php-redis : Ensure the Redis extension is present in PHP's configuration.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.ruby : Install ruby and rubygems.] *************************** | |
skipping: [drupalvm] => (item=[]) | |
TASK [geerlingguy.ruby : Update apt cache.] ************************************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.ruby : Set rubygems package name for Ubuntu 14.04.] ********** | |
skipping: [drupalvm] | |
TASK [geerlingguy.ruby : Install ruby and rubygems.] *************************** | |
skipping: [drupalvm] => (item=[]) | |
TASK [geerlingguy.ruby : Install packages required to build ruby (RedHat).] **** | |
skipping: [drupalvm] => (item=[]) | |
TASK [geerlingguy.ruby : Update apt cache (Debian).] *************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.ruby : Install packages required to build ruby (Debian).] **** | |
skipping: [drupalvm] => (item=[]) | |
TASK [geerlingguy.ruby : Download ruby.] *************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.ruby : Extract ruby.] **************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.ruby : Build ruby.] ****************************************** | |
skipping: [drupalvm] => (item=make) | |
skipping: [drupalvm] => (item=./configure --enable-shared) | |
skipping: [drupalvm] => (item=make install) | |
TASK [geerlingguy.ruby : Add ruby symlinks.] *********************************** | |
skipping: [drupalvm] => (item=erb) | |
skipping: [drupalvm] => (item=gem) | |
skipping: [drupalvm] => (item=irb) | |
skipping: [drupalvm] => (item=rake) | |
skipping: [drupalvm] => (item=rdoc) | |
skipping: [drupalvm] => (item=ruby) | |
TASK [geerlingguy.ruby : Add user installed RubyGems bin directory to global $PATH.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.ruby : Install Bundler.] ************************************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.ruby : Install configured gems.] ***************************** | |
TASK [geerlingguy.java : Include OS-specific variables.] *********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : Include OS-specific variables for Fedora.] ************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : Include version-specific variables for Ubuntu.] ******* | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : Define java_packages.] ******************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : include] ********************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : include] ********************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : include] ********************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : Set JAVA_HOME if configured.] ************************* | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Include OS-Specific variables] ************************ | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Install dependencies] ********************************* | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : create directory] ************************************* | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Download Selenium] ************************************ | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Install FireFox (if configured)] ********************** | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Add Chrome key (if configured, Debian)] *************** | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Add Chrome repo (if configured, Debian)] ************** | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Install Chrome (if configured, Debian)] *************** | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Install Chrome (if configured, RedHat)] *************** | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Get the latest release for chromedriver] ************** | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Install chromedriver] ********************************* | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Install xvfb] ***************************************** | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Install init script] ********************************** | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Install systemd unit file (for systemd systems)] ****** | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Register systemd service status (for systemd systems)] *** | |
skipping: [drupalvm] | |
TASK [arknoll.selenium : Ensure selenium is running] *************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Ensure solr_user group exists.] *********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Ensure solr_user exists.] ***************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Set solr_filename for Solr 4+.] *********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Set solr_filename for Solr 3.x.] ********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Check if Solr has been installed already.] ************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Download Solr.] *************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Expand Solr.] ***************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Check if Solr is already installed.] ****************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Copy Solr into place.] ******************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Ensure Solr install files are owned by the solr_user.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Check if solr_home is already set up.] **************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Ensure solr_home directory exists.] ******************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Copy Solr example into solr_home.] ******************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Fix the example solrconfig.xml file.] ***************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Ensure Solr home files are owned by the solr_user.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Ensure log file is created and has proper permissions.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Copy solr init script into place.] ******************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Ensure daemon is installed (Debian).] ***************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Copy solr systemd unit file into place (for systemd systems).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Ensure lsof is present (RedHat).] ********************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Ensure setfacl support is present.] ******************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Run Solr installation script.] ************************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Ensure solr is stopped (RHEL 7 workaround).] ********** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Run systemd daemon_reload (RHEL 7 workaround).] ******* | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Ensure solr is started and enabled on boot.] ********** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Remove existing SOLR_HEAP configuration.] ************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Apply Solr configuration changes.] ******************** | |
skipping: [drupalvm] => (item={u'regexp': u'^.?SOLR_JAVA_MEM=', u'line': u'SOLR_JAVA_MEM="-Xms64M -Xmx128M"'}) | |
skipping: [drupalvm] => (item={u'regexp': u'^SOLR_PORT=', u'line': u'SOLR_PORT="8983"'}) | |
skipping: [drupalvm] => (item={u'regexp': u'^.?SOLR_TIMEZONE=', u'line': u'SOLR_TIMEZONE="UTC"'}) | |
TASK [geerlingguy.solr : Check current list of Solr cores.] ******************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.solr : Ensure Solr conf directories exist.] ****************** | |
skipping: [drupalvm] => (item=collection1) | |
TASK [geerlingguy.solr : Ensure core configuration directories exist.] ********* | |
skipping: [drupalvm] => (item=collection1) | |
TASK [geerlingguy.solr : Create configured cores.] ***************************** | |
skipping: [drupalvm] => (item=collection1) | |
TASK [geerlingguy.solr : include] ********************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : Include OS-specific variables.] *********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : Include OS-specific variables for Fedora.] ************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : Include version-specific variables for Ubuntu.] ******* | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : Define java_packages.] ******************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : include] ********************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : include] ********************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : include] ********************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.java : Set JAVA_HOME if configured.] ************************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.elasticsearch : Add Elasticsearch GPG key.] ****************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.elasticsearch : Add Elasticsearch repository.] *************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.elasticsearch : Install Elasticsearch.] ********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.elasticsearch : Add Elasticsearch apt key.] ****************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.elasticsearch : Add Elasticsearch repository.] *************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.elasticsearch : Install Elasticsearch.] ********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.elasticsearch : Configure Elasticsearch.] ******************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.elasticsearch : Start Elasticsearch.] ************************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.elasticsearch : Make sure Elasticsearch is running before proceeding.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.varnish : Include OS-specific variables.] ******************** | |
ok: [drupalvm] | |
TASK [geerlingguy.varnish : Ensure Varnish dependencies are installed.] ******** | |
skipping: [drupalvm] => (item=[]) | |
TASK [geerlingguy.varnish : Add Varnish repository.] *************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.varnish : Set a string for the varnish repository identifier.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.varnish : Set repo fact appropriately.] ********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.varnish : Install Varnish.] ********************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.varnish : Ensure APT HTTPS Transport is installed.] ********** | |
skipping: [drupalvm] | |
TASK [geerlingguy.varnish : Add Varnish apt key.] ****************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.varnish : Add Varnish apt repository.] *********************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.varnish : Install Varnish.] ********************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.varnish : Copy Varnish configuration (sysvinit).] ************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.varnish : Copy Debian Jessie/Xenial specific Varnish configs (systemd).] *** | |
ok: [drupalvm] | |
TASK [geerlingguy.varnish : Copy Varnish configuration (systemd).] ************* | |
ok: [drupalvm] | |
TASK [geerlingguy.varnish : Ensure Varnish config path exists.] **************** | |
ok: [drupalvm] | |
TASK [geerlingguy.varnish : Copy Varnish default VCL.] ************************* | |
ok: [drupalvm] | |
TASK [geerlingguy.varnish : Copy varnish secret.] ****************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.varnish : Ensure Varnish services are started enabled on startup.] *** | |
ok: [drupalvm] => (item=varnish) | |
TASK [geerlingguy.nginx : Include OS-specific variables.] ********************** | |
ok: [drupalvm] | |
TASK [geerlingguy.nginx : Define nginx_user.] ********************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.nginx : Enable nginx repo.] ********************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Ensure nginx is installed.] ************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Add PPA for Nginx.] ********************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.nginx : Ensure nginx will reinstall if the PPA was just added.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Update apt cache.] *********************************** | |
ok: [drupalvm] | |
TASK [geerlingguy.nginx : Ensure nginx is installed.] ************************** | |
changed: [drupalvm] | |
TASK [geerlingguy.nginx : Update pkg cache.] *********************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Ensure nginx is installed.] ************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Create logs directory.] ****************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Remove default nginx vhost config file (if configured).] *** | |
changed: [drupalvm] | |
TASK [geerlingguy.nginx : Ensure nginx_vhost_path exists.] ********************* | |
ok: [drupalvm] | |
TASK [geerlingguy.nginx : Add managed vhost config file (if any vhosts are configured).] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.nginx : Remove managed vhost config file (if no vhosts are configured).] *** | |
ok: [drupalvm] | |
TASK [geerlingguy.nginx : Copy nginx configuration in place.] ****************** | |
changed: [drupalvm] | |
TASK [geerlingguy.nginx : Ensure nginx is started and enabled to start at boot.] *** | |
ok: [drupalvm] | |
TASK [drupalvm.www : Define drupalvm_webserver_user (Debian).] ***************** | |
ok: [drupalvm] | |
TASK [drupalvm.www : Define drupalvm_webserver_user (RedHat).] ***************** | |
skipping: [drupalvm] | |
TASK [drupalvm.www : Register information about the /vagrant directory.] ******* | |
ok: [drupalvm] | |
TASK [drupalvm.www : Ensure a group with the same GID as used to sync directories exist (Ansible 2.3+).] *** | |
changed: [drupalvm] | |
TASK [drupalvm.www : Ensure the webserver user is in the same group as the owner of synced directories (Ansible 2.3+).] *** | |
changed: [drupalvm] | |
TASK [drupalvm.www : Detect if group used to sync directories already exist (Ansible 2.2).] *** | |
skipping: [drupalvm] | |
TASK [drupalvm.www : Ensure a group with the same GID as used to sync directories exist (Ansible 2.2).] *** | |
skipping: [drupalvm] | |
TASK [drupalvm.www : Ensure the webserver user is in the same group as the owner of synced directories (Ansible 2.2).] *** | |
skipping: [drupalvm] | |
TASK [drupalvm.www : Ensure admin group exist.] ******************************** | |
changed: [drupalvm] | |
TASK [drupalvm.www : Ensure vagrant user is in admin group.] ******************* | |
changed: [drupalvm] | |
TASK [drupalvm.www : Set nicer permissions on Apache log directory.] *********** | |
changed: [drupalvm] | |
TASK [drupalvm.www : Copy Nginx vhosts into place.] **************************** | |
skipping: [drupalvm] => (item={u'is_php': True, u'root': u'/opt/adminer', u'server_name': u'adminer.drupalvm.dev'}) | |
skipping: [drupalvm] => (item={u'is_php': True, u'root': u'/var/www/drupalvm/drupal/web', u'server_name': u'drupalvm.dev www.drupalvm.dev'}) | |
skipping: [drupalvm] => (item={u'is_php': True, u'root': u'/usr/share/php/xhprof_html', u'server_name': u'xhprof.drupalvm.dev'}) | |
skipping: [drupalvm] => (item={u'is_php': True, u'root': u'/usr/share/php/pimpmylog', u'server_name': u'pimpmylog.drupalvm.dev'}) | |
skipping: [drupalvm] => (item={u'is_php': True, u'root': u'/var/www/dashboard', u'server_name': u'0.0.0.0 dashboard.drupalvm.dev'}) | |
TASK [geerlingguy.drupal : Add backwards-compatibility shims.] ***************** | |
included: /vagrant/provisioning/roles/geerlingguy.drupal/tasks/backwards-compatibility.yml for drupalvm | |
TASK [geerlingguy.drupal : build_makefile shim] ******************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.drupal : build_composer shim] ******************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.drupal : build_composer_project shim] ************************ | |
skipping: [drupalvm] | |
TASK [geerlingguy.drupal : install_site shim] ********************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.drupal : drupalvm_database shim] ***************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.drupal : Check if Drupal is already set up.] ***************** | |
ok: [drupalvm] | |
TASK [geerlingguy.drupal : Define drush_path if it's not already defined.] ***** | |
skipping: [drupalvm] | |
TASK [geerlingguy.drupal : Define drupal_site_exists.] ************************* | |
ok: [drupalvm] | |
TASK [geerlingguy.drupal : Ensure drupal_deploy_dir directory exists.] ********* | |
skipping: [drupalvm] | |
TASK [geerlingguy.drupal : Check out Drupal to the docroot.] ******************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.drupal : Check if a composer.json file is present.] ********** | |
skipping: [drupalvm] | |
TASK [geerlingguy.drupal : Run composer install if composer.json is present.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.drupal : Define drupal_deploy_updated] *********************** | |
ok: [drupalvm] | |
TASK [geerlingguy.drupal : include] ******************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.drupal : include] ******************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.drupal : include] ******************************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.drupal : include] ******************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.drupal/tasks/build-composer-project.yml for drupalvm | |
TASK [geerlingguy.drupal : Ensure drupal_composer_install_dir directory has proper permissions.] *** | |
ok: [drupalvm] | |
TASK [geerlingguy.drupal : Generate Drupal project with composer package.] ***** | |
changed: [drupalvm] | |
TASK [geerlingguy.drupal : Install dependencies with composer require.] ******** | |
changed: [drupalvm] => (item=drupal/devel:1.x-dev) | |
TASK [geerlingguy.drupal : Check if a project specific Drush binary exists.] *** | |
ok: [drupalvm] | |
TASK [geerlingguy.drupal : Use project specific Drush if available.] *********** | |
ok: [drupalvm] | |
TASK [geerlingguy.drupal : include] ******************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.drupal/tasks/install-site.yml for drupalvm | |
TASK [geerlingguy.drupal : Check if site is already installed.] **************** | |
ok: [drupalvm] | |
TASK [geerlingguy.drupal : Configure database correctly if using PostgreSQL.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.drupal : Install Drupal with drush.] ************************* | |
changed: [drupalvm] | |
TASK [geerlingguy.drupal : Install configured modules with drush.] ************* | |
changed: [drupalvm] | |
TASK [geerlingguy.security : Include OS-specific variables.] ******************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.security : Install fail2ban.] ******************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.security : Install fail2ban.] ******************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.security : Ensure fail2ban is running and enabled on boot.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.security : Update SSH configuration to be more secure.] ****** | |
skipping: [drupalvm] => (item={u'regexp': u'^PermitRootLogin', u'line': u'PermitRootLogin no'}) | |
skipping: [drupalvm] => (item={u'regexp': u'^PasswordAuthentication', u'line': u'PasswordAuthentication no'}) | |
skipping: [drupalvm] => (item={u'regexp': u'^Port', u'line': u'Port 22'}) | |
skipping: [drupalvm] => (item={u'regexp': u'^UseDNS', u'line': u'UseDNS no'}) | |
skipping: [drupalvm] => (item={u'regexp': u'^PermitEmptyPasswords', u'line': u'PermitEmptyPasswords no'}) | |
skipping: [drupalvm] => (item={u'regexp': u'^ChallengeResponseAuthentication', u'line': u'ChallengeResponseAuthentication no'}) | |
skipping: [drupalvm] => (item={u'regexp': u'^GSSAPIAuthentication', u'line': u'GSSAPIAuthentication no'}) | |
skipping: [drupalvm] => (item={u'regexp': u'^X11Forwarding', u'line': u'X11Forwarding no'}) | |
TASK [geerlingguy.security : Add configured user accounts to passwordless sudoers.] *** | |
TASK [geerlingguy.security : Add configured user accounts to passworded sudoers.] *** | |
TASK [geerlingguy.security : Install yum-cron.] ******************************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.security : Ensure yum-cron is running and enabled on boot.] *** | |
skipping: [drupalvm] | |
TASK [geerlingguy.security : Configure autoupdates (RHEL 7).] ****************** | |
skipping: [drupalvm] | |
TASK [geerlingguy.security : Install unattended upgrades package.] ************* | |
skipping: [drupalvm] | |
TASK [geerlingguy.security : Copy unattended-upgrades configuration files in place.] *** | |
skipping: [drupalvm] => (item=50unattended-upgrades) | |
skipping: [drupalvm] => (item=10periodic) | |
TASK [Do not accept locale environment variables passed over SSH.] ************* | |
changed: [drupalvm] | |
TASK [Check if local known_hosts file is present.] ***************************** | |
ok: [drupalvm] | |
TASK [Copy known_hosts file from host into Drupal VM.] ************************* | |
skipping: [drupalvm] | |
TASK [Set SSH home directory.] ************************************************* | |
changed: [drupalvm] | |
TASK [Install extra apt packages (if any are configured).] ********************* | |
changed: [drupalvm] => (item=[u'sqlite']) | |
TASK [Install extra yum packages (if any are configured).] ********************* | |
skipping: [drupalvm] => (item=[]) | |
TASK [Detect if AppArmor is working.] ****************************************** | |
[WARNING]: Consider using service module rather than running service | |
ok: [drupalvm] | |
TASK [Ensure MySQL AppArmor profile is disabled (for slow query log).] ********* | |
changed: [drupalvm] | |
TASK [Restart the AppArmor if necessary.] ************************************** | |
changed: [drupalvm] | |
TASK [Check if local Drush configuration folder exists.] *********************** | |
ok: [drupalvm -> 127.0.0.1] | |
TASK [Create Drush configuration folder if it doesn't exist.] ****************** | |
skipping: [drupalvm] | |
TASK [Configure host machine drush aliases.] *********************************** | |
changed: [drupalvm -> 127.0.0.1] | |
TASK [Ensure drush directory exists for vagrant user inside VM.] *************** | |
ok: [drupalvm] | |
TASK [Configure drush aliases for vagrant user inside VM.] ********************* | |
changed: [drupalvm] | |
TASK [Ensure drush directory exists for root user inside VM.] ****************** | |
changed: [drupalvm] | |
TASK [Configure drush aliases for root user inside VM.] ************************ | |
changed: [drupalvm] | |
TASK [Ensure configured cron jobs exist in user account's crontab.] ************ | |
TASK [Ensure the dashboard directory exists.] ********************************** | |
changed: [drupalvm] | |
TASK [Copy dashboard page into place.] ***************************************** | |
changed: [drupalvm] | |
TASK [Copy phpinfo file into place.] ******************************************* | |
changed: [drupalvm] | |
TASK [Run configured post-provision shell scripts.] **************************** | |
TASK [Run configured post-provision ansible task files.] *********************** | |
RUNNING HANDLER [geerlingguy.nginx : restart nginx] **************************** | |
skipping: [drupalvm] | |
RUNNING HANDLER [geerlingguy.nginx : reload nginx] ***************************** | |
skipping: [drupalvm] | |
RUNNING HANDLER [geerlingguy.drupal : clear opcache] *************************** | |
changed: [drupalvm] | |
PLAY RECAP ********************************************************************* | |
drupalvm : ok=205 changed=27 unreachable=0 failed=0 | |
==> drupalvm: Machine 'drupalvm' has a post `vagrant up` message. This is a message | |
==> drupalvm: from the creator of the Vagrantfile, and not from Vagrant itself: | |
==> drupalvm: | |
==> drupalvm: Your Drupal VM Vagrant box is ready to use! | |
==> drupalvm: * Visit the dashboard for an overview of your site: http://dashboard.drupalvm.dev (or http://0.0.0.0) | |
==> drupalvm: * You can SSH into your machine with `vagrant ssh`. | |
==> drupalvm: * Find out more in the Drupal VM documentation at http://docs.drupalvm.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment