Created
May 8, 2018 12:26
-
-
Save yupthatguy/5a4356bad96a3f01bab0e61e0be7c7ec to your computer and use it in GitHub Desktop.
403 Forbidden Error Console Output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
First I up from drupalvm 1.1.8 to 1.1.9 using `vagrant box update`, then I ran `vagrant reload --provision`... below is the consule output. | |
==> uniqueVM: [vagrant-hostsupdater] Removing hosts | |
[sudo] password for myusername: | |
==> uniqueVM: Attempting graceful shutdown of VM... | |
==> uniqueVM: Checking if box 'geerlingguy/ubuntu1604' is up to date... | |
==> uniqueVM: Clearing any previously set forwarded ports... | |
==> uniqueVM: Clearing any previously set network interfaces... | |
==> uniqueVM: Preparing network interfaces based on configuration... | |
uniqueVM: Adapter 1: nat | |
uniqueVM: Adapter 2: hostonly | |
==> uniqueVM: Forwarding ports... | |
uniqueVM: 22 (guest) => 2222 (host) (adapter 1) | |
==> uniqueVM: Running 'pre-boot' VM customizations... | |
==> uniqueVM: Booting VM... | |
==> uniqueVM: Waiting for machine to boot. This may take a few minutes... | |
uniqueVM: SSH address: 127.0.0.1:2222 | |
uniqueVM: SSH username: vagrant | |
uniqueVM: SSH auth method: private key | |
uniqueVM: Warning: Connection reset. Retrying... | |
uniqueVM: Warning: Remote connection disconnect. Retrying... | |
uniqueVM: Warning: Connection reset. Retrying... | |
uniqueVM: Warning: Remote connection disconnect. Retrying... | |
uniqueVM: Warning: Connection reset. Retrying... | |
==> uniqueVM: Machine booted and ready! | |
[uniqueVM] GuestAdditions 5.2.4 running --- OK. | |
==> uniqueVM: Checking for guest additions in VM... | |
==> uniqueVM: [vagrant-hostsupdater] Checking for host entries | |
==> uniqueVM: [vagrant-hostsupdater] Writing the following entries to (/etc/hosts) | |
==> uniqueVM: [vagrant-hostsupdater] 192.168.88.93 example.org # VAGRANT: b6b3f15fd24a360937d84d0f863d3e53 (uniqueVM) / 2a44f6d4-b1e7-4f9a-a5ef-bb1686826567 | |
==> uniqueVM: [vagrant-hostsupdater] 192.168.88.93 www.example.org # VAGRANT: b6b3f15fd24a360937d84d0f863d3e53 (uniqueVM) / 2a44f6d4-b1e7-4f9a-a5ef-bb1686826567 | |
==> uniqueVM: [vagrant-hostsupdater] 192.168.88.93 adminer.example.org # VAGRANT: b6b3f15fd24a360937d84d0f863d3e53 (uniqueVM) / 2a44f6d4-b1e7-4f9a-a5ef-bb1686826567 | |
==> uniqueVM: [vagrant-hostsupdater] 192.168.88.93 xhprof.example.org # VAGRANT: b6b3f15fd24a360937d84d0f863d3e53 (uniqueVM) / 2a44f6d4-b1e7-4f9a-a5ef-bb1686826567 | |
==> uniqueVM: [vagrant-hostsupdater] 192.168.88.93 pimpmylog.example.org # VAGRANT: b6b3f15fd24a360937d84d0f863d3e53 (uniqueVM) / 2a44f6d4-b1e7-4f9a-a5ef-bb1686826567 | |
==> uniqueVM: [vagrant-hostsupdater] 192.168.88.93 dashboard.example.org # VAGRANT: b6b3f15fd24a360937d84d0f863d3e53 (uniqueVM) / 2a44f6d4-b1e7-4f9a-a5ef-bb1686826567 | |
==> uniqueVM: [vagrant-hostsupdater] This operation requires administrative access. You may skip it by manually adding equivalent entries to the hosts file. | |
==> uniqueVM: Setting hostname... | |
==> uniqueVM: Configuring and enabling network interfaces... | |
==> uniqueVM: Mounting shared folders... | |
uniqueVM: /vagrant => /home/myusername/drupal7sites-vms/example.org-vm | |
==> uniqueVM: Running provisioner: ansible... | |
Vagrant has automatically selected the compatibility mode '2.0' | |
according to the Ansible version installed (2.5.2). | |
Alternatively, the compatibility mode can be specified in your Vagrantfile: | |
https://www.vagrantup.com/docs/provisioning/ansible_common.html#compatibility_mode | |
uniqueVM: Running ansible-playbook... | |
[DEPRECATION WARNING]: The use of 'static' has been deprecated. Use | |
'import_tasks' for static inclusion, or 'include_tasks' for dynamic inclusion. | |
This feature will be removed in a future release. Deprecation warnings can be | |
disabled by setting deprecation_warnings=False in ansible.cfg. | |
PLAY [all] ********************************************************************* | |
TASK [Gathering Facts] ********************************************************* | |
ok: [uniqueVM] | |
TASK [Include OS-specific variables.] ****************************************** | |
ok: [uniqueVM] | |
TASK [Define config_dir.] ****************************************************** | |
skipping: [uniqueVM] | |
TASK [Include optional configuration files.] *********************************** | |
ok: [uniqueVM] => (item=/home/myusername/drupal7sites-vms/example.org-vm/config.yml) | |
TASK [include] ***************************************************************** | |
included: /home/myusername/drupal7sites-vms/example.org-vm/provisioning/tasks/backwards-compatibility.yml for uniqueVM | |
TASK [nginx_hosts shim] ******************************************************** | |
ok: [uniqueVM] | |
TASK [include] ***************************************************************** | |
included: /home/myusername/drupal7sites-vms/example.org-vm/provisioning/tasks/init-Debian.yml for uniqueVM | |
TASK [Update apt cache if needed.] ********************************************* | |
ok: [uniqueVM] | |
TASK [Install required dependencies.] ****************************************** | |
ok: [uniqueVM] => (item=[u'curl', u'python-apt', u'python-pycurl', u'sudo', u'unzip', u'make']) | |
[DEPRECATION WARNING]: State 'installed' is deprecated. Using state 'present' | |
instead.. This feature will be removed in version 2.9. Deprecation warnings can | |
be disabled by setting deprecation_warnings=False in ansible.cfg. | |
TASK [Add repository for Apache 2.4.9+ (Ubuntu 12/14).] ************************ | |
skipping: [uniqueVM] | |
TASK [Define php_xhprof_html_dir.] ********************************************* | |
skipping: [uniqueVM] | |
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: [uniqueVM] | |
TASK [Ensure PHP version -specific workspace directory exists.] **************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.repo-remi : Install remi repo.] ****************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.repo-remi : Import remi GPG key.] **************************** | |
skipping: [uniqueVM] | |
TASK [drupalvm.hostname : Configure /etc/mailname (Debian).] ******************* | |
ok: [uniqueVM] | |
TASK [drupalvm.hostname : Add hostname to /etc/hosts.] ************************* | |
ok: [uniqueVM] | |
TASK [drupalvm.hostname : Configure hostname.] ********************************* | |
ok: [uniqueVM] | |
TASK [drupalvm.hostname : Set the hostname for current session.] *************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.firewall : Ensure iptables is installed.] ******************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.firewall : Flush iptables the first time playbook runs.] ***** | |
ok: [uniqueVM] | |
TASK [geerlingguy.firewall : Copy firewall script into place.] ***************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.firewall : Copy firewall init script into place.] ************ | |
skipping: [uniqueVM] | |
TASK [geerlingguy.firewall : Copy firewall systemd unit file into place (for systemd systems).] *** | |
ok: [uniqueVM] | |
TASK [geerlingguy.firewall : Configure the firewall service.] ****************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.firewall : Check if firewalld package is installed (on RHEL).] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.firewall : Disable the firewalld service (on RHEL, if configured).] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.firewall : Check if ufw package is installed (on Ubuntu).] *** | |
fatal: [uniqueVM]: FAILED! => {"changed": false, "cmd": "service ufw status", "delta": "0:00:00.046942", "end": "2018-05-08 12:09:42.317570", "msg": "non-zero return code", "rc": 3, "start": "2018-05-08 12:09:42.270628", "stderr": "", "stderr_lines": [], "stdout": "* ufw.service - Uncomplicated firewall\n Loaded: loaded (/lib/systemd/system/ufw.service; disabled; vendor preset: enabled)\n Active: inactive (dead)", "stdout_lines": ["* ufw.service - Uncomplicated firewall", " Loaded: loaded (/lib/systemd/system/ufw.service; disabled; vendor preset: enabled)", " Active: inactive (dead)"]} | |
...ignoring | |
TASK [geerlingguy.firewall : Disable the ufw firewall (on Ubuntu, if configured).] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.firewall : Check if ufw package is installed (on Archlinux).] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.firewall : Disable the ufw firewall (on Archlinux, if configured).] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.git : Ensure git is installed (RedHat).] ********************* | |
skipping: [uniqueVM] => (item=git) | |
skipping: [uniqueVM] => (item=git-svn) | |
TASK [geerlingguy.git : Update apt cache (Debian).] **************************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.git : Ensure git is installed (Debian).] ********************* | |
ok: [uniqueVM] => (item=[u'git', u'git-svn']) | |
TASK [geerlingguy.git : Include OS-specific variables (RedHat).] *************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.git : Include OS-specific variables (Fedora).] *************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.git : Include OS-specific variables (Debian).] *************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.git : Define git_install_from_source_dependencies.] ********** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.git : Ensure git's dependencies are installed (RedHat).] ***** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.git : Ensure git's dependencies are installed (Debian).] ***** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.git : Get installed version.] ******************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.git : Force git install if the version numbers do not match.] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.git : Download git.] ***************************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.git : Expand git archive.] *********************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.git : Build git.] ******************************************** | |
skipping: [uniqueVM] => (item=all) | |
skipping: [uniqueVM] => (item=install) | |
TASK [geerlingguy.postfix : Ensure postfix is installed.] ********************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.postfix : Update Postfix configuration.] ********************* | |
ok: [uniqueVM] => (item={u'name': u'inet_interfaces', u'value': u'localhost'}) | |
ok: [uniqueVM] => (item={u'name': u'inet_protocols', u'value': u'all'}) | |
TASK [geerlingguy.postfix : Ensure postfix is started and enabled at boot.] **** | |
ok: [uniqueVM] | |
TASK [geerlingguy.apache : Include OS-specific variables.] ********************* | |
ok: [uniqueVM] | |
TASK [geerlingguy.apache : Include variables for Amazon Linux.] **************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.apache : Define apache_packages.] **************************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.apache : include] ******************************************** | |
included: /home/myusername/drupal7sites-vms/example.org-vm/provisioning/roles/geerlingguy.apache/tasks/setup-Debian.yml for uniqueVM | |
TASK [geerlingguy.apache : Update apt cache.] ********************************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.apache : Ensure Apache is installed on Debian.] ************** | |
ok: [uniqueVM] => (item=[u'apache2', u'apache2-utils']) | |
TASK [geerlingguy.apache : Get installed version of Apache.] ******************* | |
ok: [uniqueVM] | |
TASK [geerlingguy.apache : Create apache_version variable.] ******************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.apache : include_vars] *************************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.apache : include_vars] *************************************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.apache : include] ******************************************** | |
included: /home/myusername/drupal7sites-vms/example.org-vm/provisioning/roles/geerlingguy.apache/tasks/configure-Debian.yml for uniqueVM | |
TASK [geerlingguy.apache : Configure Apache.] ********************************** | |
ok: [uniqueVM] => (item={u'regexp': u'^Listen ', u'line': u'Listen 80'}) | |
TASK [geerlingguy.apache : Enable Apache mods.] ******************************** | |
ok: [uniqueVM] => (item=expires.load) | |
ok: [uniqueVM] => (item=headers.load) | |
ok: [uniqueVM] => (item=ssl.load) | |
ok: [uniqueVM] => (item=rewrite.load) | |
ok: [uniqueVM] => (item=proxy.load) | |
ok: [uniqueVM] => (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: [uniqueVM] | |
TASK [geerlingguy.apache : Add vhost symlink in sites-enabled.] **************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.apache : Remove default vhost in sites-enabled.] ************* | |
ok: [uniqueVM] | |
TASK [geerlingguy.apache : Ensure Apache has selected state and enabled on boot.] *** | |
ok: [uniqueVM] | |
TASK [geerlingguy.apache : Include OS-specific variables.] ********************* | |
ok: [uniqueVM] | |
TASK [geerlingguy.apache : Include variables for Amazon Linux.] **************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.apache : Define apache_packages.] **************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.apache : include] ******************************************** | |
included: /home/myusername/drupal7sites-vms/example.org-vm/provisioning/roles/geerlingguy.apache/tasks/setup-Debian.yml for uniqueVM | |
TASK [geerlingguy.apache : Update apt cache.] ********************************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.apache : Ensure Apache is installed on Debian.] ************** | |
ok: [uniqueVM] => (item=[u'apache2', u'apache2-utils']) | |
TASK [geerlingguy.apache : Get installed version of Apache.] ******************* | |
ok: [uniqueVM] | |
TASK [geerlingguy.apache : Create apache_version variable.] ******************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.apache : include_vars] *************************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.apache : include_vars] *************************************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.apache : include] ******************************************** | |
included: /home/myusername/drupal7sites-vms/example.org-vm/provisioning/roles/geerlingguy.apache/tasks/configure-Debian.yml for uniqueVM | |
TASK [geerlingguy.apache : Configure Apache.] ********************************** | |
ok: [uniqueVM] => (item={u'regexp': u'^Listen ', u'line': u'Listen 80'}) | |
TASK [geerlingguy.apache : Enable Apache mods.] ******************************** | |
ok: [uniqueVM] => (item=expires.load) | |
ok: [uniqueVM] => (item=headers.load) | |
ok: [uniqueVM] => (item=ssl.load) | |
ok: [uniqueVM] => (item=rewrite.load) | |
ok: [uniqueVM] => (item=proxy.load) | |
ok: [uniqueVM] => (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: [uniqueVM] | |
TASK [geerlingguy.apache : Add vhost symlink in sites-enabled.] **************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.apache : Remove default vhost in sites-enabled.] ************* | |
ok: [uniqueVM] | |
TASK [geerlingguy.apache : Ensure Apache has selected state and enabled on boot.] *** | |
ok: [uniqueVM] | |
TASK [geerlingguy.apache-php-fpm : Enable mod_proxy_fcgi.] ********************* | |
ok: [uniqueVM] => (item=proxy.load) | |
ok: [uniqueVM] => (item=proxy_fcgi.load) | |
TASK [geerlingguy.nginx : Include OS-specific variables.] ********************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nginx : Define nginx_user.] ********************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nginx : Enable nginx repo.] ********************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nginx : Ensure nginx is installed.] ************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nginx : Add PPA for Nginx.] ********************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nginx : Ensure nginx will reinstall if the PPA was just added.] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nginx : Update apt cache.] *********************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nginx : Ensure nginx is installed.] ************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nginx : Update pkg cache.] *********************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nginx : Ensure nginx is installed.] ************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nginx : Create logs directory.] ****************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nginx : Ensure nginx is installed.] ************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nginx : Create logs directory.] ****************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nginx : Ensure nginx is installed.] ************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nginx : Remove default nginx vhost config file (if configured).] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nginx : Ensure nginx_vhost_path exists.] ********************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nginx : Add managed vhost config files.] ********************* | |
skipping: [uniqueVM] => (item={u'is_php': True, u'root': u'/vagrant/public_html/example.org', u'server_name': u'example.org www.example.org'}) | |
skipping: [uniqueVM] => (item={u'is_php': True, u'root': u'/opt/adminer', u'server_name': u'adminer.example.org'}) | |
skipping: [uniqueVM] => (item={u'is_php': True, u'root': u'/usr/share/php/xhprof_html', u'server_name': u'xhprof.example.org'}) | |
skipping: [uniqueVM] => (item={u'is_php': True, u'root': u'/usr/share/php/pimpmylog', u'server_name': u'pimpmylog.example.org'}) | |
skipping: [uniqueVM] => (item={u'is_php': True, u'root': u'/var/www/dashboard', u'server_name': u'192.168.88.93 dashboard.example.org'}) | |
TASK [geerlingguy.nginx : Remove managed vhost config files.] ****************** | |
skipping: [uniqueVM] => (item={u'is_php': True, u'root': u'/vagrant/public_html/example.org', u'server_name': u'example.org www.example.org'}) | |
skipping: [uniqueVM] => (item={u'is_php': True, u'root': u'/opt/adminer', u'server_name': u'adminer.example.org'}) | |
skipping: [uniqueVM] => (item={u'is_php': True, u'root': u'/usr/share/php/xhprof_html', u'server_name': u'xhprof.example.org'}) | |
skipping: [uniqueVM] => (item={u'is_php': True, u'root': u'/usr/share/php/pimpmylog', u'server_name': u'pimpmylog.example.org'}) | |
skipping: [uniqueVM] => (item={u'is_php': True, u'root': u'/var/www/dashboard', u'server_name': u'192.168.88.93 dashboard.example.org'}) | |
TASK [geerlingguy.nginx : Remove legacy vhosts.conf file.] ********************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nginx : Copy nginx configuration in place.] ****************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nginx : Ensure nginx is started and enabled to start at boot.] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-versions : Include OS-specific variables.] *************** | |
ok: [uniqueVM] => (item=/home/myusername/drupal7sites-vms/example.org-vm/provisioning/roles/geerlingguy.php-versions/tasks/../vars/Debian.yml) | |
TASK [geerlingguy.php-versions : Define PHP variables.] ************************ | |
ok: [uniqueVM] => (item={'value': u'__php_extension_conf_paths', 'key': u'php_extension_conf_paths'}) | |
ok: [uniqueVM] => (item={'value': u'__php_fpm_daemon', 'key': u'php_fpm_daemon'}) | |
ok: [uniqueVM] => (item={'value': u'__php_uploadprogress_module_path', 'key': u'php_uploadprogress_module_path'}) | |
ok: [uniqueVM] => (item={'value': u'__php_xhprof_module_path', 'key': u'php_xhprof_module_path'}) | |
ok: [uniqueVM] => (item={'value': u'__php_fpm_pool_conf_path', 'key': u'php_fpm_pool_conf_path'}) | |
ok: [uniqueVM] => (item={'value': u'__php_conf_paths', 'key': u'php_conf_paths'}) | |
ok: [uniqueVM] => (item={'value': u'__php_xdebug_module_path', 'key': u'php_xdebug_module_path'}) | |
ok: [uniqueVM] => (item={'value': u'__php_pgsql_package', 'key': u'php_pgsql_package'}) | |
ok: [uniqueVM] => (item={'value': u'__php_packages', 'key': u'php_packages'}) | |
ok: [uniqueVM] => (item={'value': u'__php_mysql_package', 'key': u'php_mysql_package'}) | |
ok: [uniqueVM] => (item={'value': u'__php_memcached_package', 'key': u'php_memcached_package'}) | |
ok: [uniqueVM] => (item={'value': u'__php_fpm_conf_path', 'key': u'php_fpm_conf_path'}) | |
ok: [uniqueVM] => (item={'value': u'__php_tideways_module_path', 'key': u'php_tideways_module_path'}) | |
ok: [uniqueVM] => (item={'value': u'__php_redis_package', 'key': u'php_redis_package'}) | |
TASK [geerlingguy.php-versions : include] ************************************** | |
included: /home/myusername/drupal7sites-vms/example.org-vm/provisioning/roles/geerlingguy.php-versions/tasks/setup-Debian.yml for uniqueVM | |
TASK [geerlingguy.php-versions : Set the correct opcache filename (Ubuntu/Debian).] *** | |
ok: [uniqueVM] | |
TASK [geerlingguy.php-versions : Add repository for PHP versions (Ubuntu).] **** | |
ok: [uniqueVM] | |
TASK [geerlingguy.php-versions : Add repository for PHP 5 compatibility packages (Ubuntu).] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-versions : Add dependencies for PHP versions (Debian).] *** | |
skipping: [uniqueVM] => (item=[]) | |
TASK [geerlingguy.php-versions : Add Ondrej Sury's apt key (Debian).] ********** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-versions : Add Ondrej Sury's repo (Debian).] ************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-versions : Update apt caches after repo is added (Debian).] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-versions : Purge PHP version packages.] ****************** | |
ok: [uniqueVM] => (item=[u'php5.6-common', u'php7.0-common', u'php7.2-common']) | |
TASK [geerlingguy.php-versions : Set the correct XHProf package when PHP 5.6 is used.] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php : Include OS-specific variables.] ************************ | |
ok: [uniqueVM] | |
TASK [geerlingguy.php : Define php_packages.] ********************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php : Define extra php_packages.] **************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php : Define php_webserver_daemon.] ************************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.php : Define php_conf_paths.] ******************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php : Define php_extension_conf_paths.] ********************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php : Define php_apc_conf_filename.] ************************* | |
ok: [uniqueVM] | |
TASK [geerlingguy.php : Define php_opcache_conf_filename (Ubuntu 16.04).] ****** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php : Define php_opcache_conf_filename.] ********************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php : Define php_fpm_conf_path.] ***************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php : include] *********************************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /home/myusername/drupal7sites-vms/example.org-vm/provisioning/roles/geerlingguy.php/tasks/setup-Debian.yml for uniqueVM | |
TASK [geerlingguy.php : Update apt cache.] ************************************* | |
ok: [uniqueVM] | |
TASK [geerlingguy.php : Ensure PHP packages are installed.] ******************** | |
ok: [uniqueVM] => (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: [uniqueVM] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [uniqueVM] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [uniqueVM] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Delete OpCache configuration file if this role will provide one.] *** | |
skipping: [uniqueVM] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [uniqueVM] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [uniqueVM] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : include] *********************************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /home/myusername/drupal7sites-vms/example.org-vm/provisioning/roles/geerlingguy.php/tasks/configure.yml for uniqueVM | |
TASK [geerlingguy.php : Ensure configuration directories exist.] *************** | |
ok: [uniqueVM] => (item=/etc/php/7.1/fpm) | |
ok: [uniqueVM] => (item=/etc/php/7.1/apache2) | |
ok: [uniqueVM] => (item=/etc/php/7.1/cli) | |
ok: [uniqueVM] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [uniqueVM] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [uniqueVM] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Place PHP configuration file in place.] **************** | |
ok: [uniqueVM] => (item=/etc/php/7.1/fpm) | |
ok: [uniqueVM] => (item=/etc/php/7.1/apache2) | |
ok: [uniqueVM] => (item=/etc/php/7.1/cli) | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /home/myusername/drupal7sites-vms/example.org-vm/provisioning/roles/geerlingguy.php/tasks/configure-apcu.yml for uniqueVM | |
TASK [geerlingguy.php : Check for existing APCu config files.] ***************** | |
ok: [uniqueVM] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [uniqueVM] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [uniqueVM] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Remove any non-role-supplied APCu config files.] ******* | |
skipping: [uniqueVM] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, 'item': u'/etc/php/7.1/fpm/conf.d', '_ansible_item_result': True, 'failed': False, u'examined': 38, u'msg': u'', u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/php/7.1/fpm/conf.d'], u'file_type': u'file', u'age': None, u'contains': u'extension(\\s+)?=(\\s+)?apc[u]?\\.so', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*'], u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, '_ansible_ignore_errors': None, u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1525746821.314054, u'inode': 2359317, u'isgid': False, u'size': 66, u'isuid': False, u'isreg': True, u'pw_name': u'root', 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'gr_name': u'root', u'path': u'/etc/php/7.1/fpm/conf.d/20-apcu.ini', u'xusr': False, u'atime': 1525746823.86733, u'isdir': False, u'ctime': 1525746821.590192, 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: [uniqueVM] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, 'item': u'/etc/php/7.1/apache2/conf.d', '_ansible_item_result': True, 'failed': False, u'examined': 2, u'msg': u'', u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/php/7.1/apache2/conf.d'], u'file_type': u'file', u'age': None, u'contains': u'extension(\\s+)?=(\\s+)?apc[u]?\\.so', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*'], u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, '_ansible_ignore_errors': None, u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1525746822.0304122, u'inode': 2359320, u'isgid': False, u'size': 66, u'isuid': False, u'isreg': True, u'pw_name': u'root', 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'gr_name': u'root', u'path': u'/etc/php/7.1/apache2/conf.d/20-apcu.ini', u'xusr': False, u'atime': 1525746824.291542, u'isdir': False, u'ctime': 1525746822.3105521, 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: [uniqueVM] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, 'item': u'/etc/php/7.1/cli/conf.d', '_ansible_item_result': True, 'failed': False, u'examined': 38, u'msg': u'', u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/php/7.1/cli/conf.d'], u'file_type': u'file', u'age': None, u'contains': u'extension(\\s+)?=(\\s+)?apc[u]?\\.so', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*'], u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, '_ansible_ignore_errors': None, u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1525746822.7987962, u'inode': 2359321, u'isgid': False, u'size': 66, u'isuid': False, u'isreg': True, u'pw_name': u'root', 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'gr_name': u'root', u'path': u'/etc/php/7.1/cli/conf.d/20-apcu.ini', u'xusr': False, u'atime': 1525746824.683738, u'isdir': False, u'ctime': 1525746823.08694, 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: [uniqueVM] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [uniqueVM] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [uniqueVM] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Remove APCu config file if APC is disabled.] *********** | |
skipping: [uniqueVM] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [uniqueVM] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [uniqueVM] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /home/myusername/drupal7sites-vms/example.org-vm/provisioning/roles/geerlingguy.php/tasks/configure-opcache.yml for uniqueVM | |
TASK [geerlingguy.php : Check for existing OpCache config files.] ************** | |
ok: [uniqueVM] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [uniqueVM] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [uniqueVM] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Remove any non-role-supplied OpCache config files.] **** | |
skipping: [uniqueVM] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, 'item': u'/etc/php/7.1/fpm/conf.d', '_ansible_item_result': True, 'failed': False, u'examined': 38, u'msg': u'', u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/php/7.1/fpm/conf.d'], u'file_type': u'file', u'age': None, u'contains': u'zend_extension(\\s+)?=(\\s+)?opcache\\.so', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*'], u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, '_ansible_ignore_errors': None, u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1525746825.284038, u'inode': 2359322, u'isgid': False, u'size': 303, u'isuid': False, u'isreg': True, u'pw_name': u'root', 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'gr_name': u'root', u'path': u'/etc/php/7.1/fpm/conf.d/10-opcache.ini', u'xusr': False, u'atime': 1525746840.53566, u'isdir': False, u'ctime': 1525746825.5321622, 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: [uniqueVM] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, 'item': u'/etc/php/7.1/apache2/conf.d', '_ansible_item_result': True, 'failed': False, u'examined': 2, u'msg': u'', u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/php/7.1/apache2/conf.d'], u'file_type': u'file', u'age': None, u'contains': u'zend_extension(\\s+)?=(\\s+)?opcache\\.so', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*'], u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, '_ansible_ignore_errors': None, u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1525746825.9683802, u'inode': 2359324, u'isgid': False, u'size': 303, u'isuid': False, u'isreg': True, u'pw_name': u'root', 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'gr_name': u'root', u'path': u'/etc/php/7.1/apache2/conf.d/10-opcache.ini', u'xusr': False, u'atime': 1525746840.979882, u'isdir': False, u'ctime': 1525746826.236514, 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: [uniqueVM] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, 'item': u'/etc/php/7.1/cli/conf.d', '_ansible_item_result': True, 'failed': False, u'examined': 38, u'msg': u'', u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/php/7.1/cli/conf.d'], u'file_type': u'file', u'age': None, u'contains': u'zend_extension(\\s+)?=(\\s+)?opcache\\.so', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*'], u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, '_ansible_ignore_errors': None, u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1525746826.66873, u'inode': 2359325, u'isgid': False, u'size': 303, u'isuid': False, u'isreg': True, u'pw_name': u'root', 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'gr_name': u'root', u'path': u'/etc/php/7.1/cli/conf.d/10-opcache.ini', u'xusr': False, u'atime': 1525746841.39609, u'isdir': False, u'ctime': 1525746826.9568741, 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: [uniqueVM] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [uniqueVM] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [uniqueVM] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Remove OpCache config file if OpCache is disabled.] **** | |
skipping: [uniqueVM] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [uniqueVM] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [uniqueVM] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /home/myusername/drupal7sites-vms/example.org-vm/provisioning/roles/geerlingguy.php/tasks/configure-fpm.yml for uniqueVM | |
TASK [geerlingguy.php : Define php_fpm_daemon.] ******************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php : Define php_fpm_pool_conf_path.] ************************ | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php : Define php_fpm_pool_user.] ***************************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.php : Define php_fpm_pool_group.] **************************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.php : Stat php_fpm_pool_conf_path] *************************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.php : Ensure the default pool directory exists.] ************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php : Ensure the default pool exists.] *********************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.php : Configure php-fpm pool (if enabled).] ****************** | |
ok: [uniqueVM] => (item={u'regexp': u'^user.?=.+$', u'line': u'user = www-data'}) | |
ok: [uniqueVM] => (item={u'regexp': u'^group.?=.+$', u'line': u'group = www-data'}) | |
ok: [uniqueVM] => (item={u'regexp': u'^listen.?=.+$', u'line': u'listen = 127.0.0.1:9000'}) | |
ok: [uniqueVM] => (item={u'regexp': u'^listen\\.allowed_clients.?=.+$', u'line': u'listen.allowed_clients = 127.0.0.1'}) | |
ok: [uniqueVM] => (item={u'regexp': u'^pm\\.max_children.?=.+$', u'line': u'pm.max_children = 50'}) | |
ok: [uniqueVM] => (item={u'regexp': u'^pm\\.start_servers.?=.+$', u'line': u'pm.start_servers = 5'}) | |
ok: [uniqueVM] => (item={u'regexp': u'^pm\\.min_spare_servers.?=.+$', u'line': u'pm.min_spare_servers = 5'}) | |
ok: [uniqueVM] => (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: [uniqueVM] | |
TASK [geerlingguy.php : Ensure php-fpm is started and enabled at boot (if configured, Debian).] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php : Include OS-specific variables.] ************************ | |
ok: [uniqueVM] | |
TASK [geerlingguy.php : Define php_packages.] ********************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php : Define extra php_packages.] **************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php : Define php_webserver_daemon.] ************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php : Define php_conf_paths.] ******************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php : Define php_extension_conf_paths.] ********************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php : Define php_apc_conf_filename.] ************************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php : Define php_opcache_conf_filename (Ubuntu 16.04).] ****** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php : Define php_opcache_conf_filename.] ********************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php : Define php_fpm_conf_path.] ***************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php : include] *********************************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /home/myusername/drupal7sites-vms/example.org-vm/provisioning/roles/geerlingguy.php/tasks/setup-Debian.yml for uniqueVM | |
TASK [geerlingguy.php : Update apt cache.] ************************************* | |
ok: [uniqueVM] | |
TASK [geerlingguy.php : Ensure PHP packages are installed.] ******************** | |
ok: [uniqueVM] => (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: [uniqueVM] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [uniqueVM] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [uniqueVM] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Delete OpCache configuration file if this role will provide one.] *** | |
skipping: [uniqueVM] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [uniqueVM] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [uniqueVM] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : include] *********************************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /home/myusername/drupal7sites-vms/example.org-vm/provisioning/roles/geerlingguy.php/tasks/configure.yml for uniqueVM | |
TASK [geerlingguy.php : Ensure configuration directories exist.] *************** | |
ok: [uniqueVM] => (item=/etc/php/7.1/fpm) | |
ok: [uniqueVM] => (item=/etc/php/7.1/apache2) | |
ok: [uniqueVM] => (item=/etc/php/7.1/cli) | |
ok: [uniqueVM] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [uniqueVM] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [uniqueVM] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Place PHP configuration file in place.] **************** | |
ok: [uniqueVM] => (item=/etc/php/7.1/fpm) | |
ok: [uniqueVM] => (item=/etc/php/7.1/apache2) | |
ok: [uniqueVM] => (item=/etc/php/7.1/cli) | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /home/myusername/drupal7sites-vms/example.org-vm/provisioning/roles/geerlingguy.php/tasks/configure-apcu.yml for uniqueVM | |
TASK [geerlingguy.php : Check for existing APCu config files.] ***************** | |
ok: [uniqueVM] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [uniqueVM] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [uniqueVM] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Remove any non-role-supplied APCu config files.] ******* | |
skipping: [uniqueVM] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, 'item': u'/etc/php/7.1/fpm/conf.d', '_ansible_item_result': True, 'failed': False, u'examined': 38, u'msg': u'', u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/php/7.1/fpm/conf.d'], u'file_type': u'file', u'age': None, u'contains': u'extension(\\s+)?=(\\s+)?apc[u]?\\.so', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*'], u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, '_ansible_ignore_errors': None, u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1525746821.314054, u'inode': 2359317, u'isgid': False, u'size': 66, u'isuid': False, u'isreg': True, u'pw_name': u'root', 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'gr_name': u'root', u'path': u'/etc/php/7.1/fpm/conf.d/20-apcu.ini', u'xusr': False, u'atime': 1525746823.86733, u'isdir': False, u'ctime': 1525746821.590192, 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: [uniqueVM] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, 'item': u'/etc/php/7.1/apache2/conf.d', '_ansible_item_result': True, 'failed': False, u'examined': 2, u'msg': u'', u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/php/7.1/apache2/conf.d'], u'file_type': u'file', u'age': None, u'contains': u'extension(\\s+)?=(\\s+)?apc[u]?\\.so', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*'], u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, '_ansible_ignore_errors': None, u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1525746822.0304122, u'inode': 2359320, u'isgid': False, u'size': 66, u'isuid': False, u'isreg': True, u'pw_name': u'root', 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'gr_name': u'root', u'path': u'/etc/php/7.1/apache2/conf.d/20-apcu.ini', u'xusr': False, u'atime': 1525746824.291542, u'isdir': False, u'ctime': 1525746822.3105521, 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: [uniqueVM] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, 'item': u'/etc/php/7.1/cli/conf.d', '_ansible_item_result': True, 'failed': False, u'examined': 38, u'msg': u'', u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/php/7.1/cli/conf.d'], u'file_type': u'file', u'age': None, u'contains': u'extension(\\s+)?=(\\s+)?apc[u]?\\.so', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*'], u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, '_ansible_ignore_errors': None, u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1525746822.7987962, u'inode': 2359321, u'isgid': False, u'size': 66, u'isuid': False, u'isreg': True, u'pw_name': u'root', 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'gr_name': u'root', u'path': u'/etc/php/7.1/cli/conf.d/20-apcu.ini', u'xusr': False, u'atime': 1525746824.683738, u'isdir': False, u'ctime': 1525746823.08694, 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: [uniqueVM] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [uniqueVM] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [uniqueVM] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Remove APCu config file if APC is disabled.] *********** | |
skipping: [uniqueVM] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [uniqueVM] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [uniqueVM] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /home/myusername/drupal7sites-vms/example.org-vm/provisioning/roles/geerlingguy.php/tasks/configure-opcache.yml for uniqueVM | |
TASK [geerlingguy.php : Check for existing OpCache config files.] ************** | |
ok: [uniqueVM] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [uniqueVM] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [uniqueVM] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Remove any non-role-supplied OpCache config files.] **** | |
skipping: [uniqueVM] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, 'item': u'/etc/php/7.1/fpm/conf.d', '_ansible_item_result': True, 'failed': False, u'examined': 38, u'msg': u'', u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/php/7.1/fpm/conf.d'], u'file_type': u'file', u'age': None, u'contains': u'zend_extension(\\s+)?=(\\s+)?opcache\\.so', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*'], u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, '_ansible_ignore_errors': None, u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1525746825.284038, u'inode': 2359322, u'isgid': False, u'size': 303, u'isuid': False, u'isreg': True, u'pw_name': u'root', 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'gr_name': u'root', u'path': u'/etc/php/7.1/fpm/conf.d/10-opcache.ini', u'xusr': False, u'atime': 1525746840.53566, u'isdir': False, u'ctime': 1525746825.5321622, 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: [uniqueVM] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, 'item': u'/etc/php/7.1/apache2/conf.d', '_ansible_item_result': True, 'failed': False, u'examined': 2, u'msg': u'', u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/php/7.1/apache2/conf.d'], u'file_type': u'file', u'age': None, u'contains': u'zend_extension(\\s+)?=(\\s+)?opcache\\.so', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*'], u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, '_ansible_ignore_errors': None, u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1525746825.9683802, u'inode': 2359324, u'isgid': False, u'size': 303, u'isuid': False, u'isreg': True, u'pw_name': u'root', 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'gr_name': u'root', u'path': u'/etc/php/7.1/apache2/conf.d/10-opcache.ini', u'xusr': False, u'atime': 1525746840.979882, u'isdir': False, u'ctime': 1525746826.236514, 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: [uniqueVM] => (item=({'_ansible_parsed': True, u'changed': False, '_ansible_no_log': False, 'item': u'/etc/php/7.1/cli/conf.d', '_ansible_item_result': True, 'failed': False, u'examined': 38, u'msg': u'', u'invocation': {u'module_args': {u'excludes': None, u'paths': [u'/etc/php/7.1/cli/conf.d'], u'file_type': u'file', u'age': None, u'contains': u'zend_extension(\\s+)?=(\\s+)?opcache\\.so', u'recurse': False, u'age_stamp': u'mtime', u'patterns': [u'*'], u'get_checksum': False, u'use_regex': False, u'follow': False, u'hidden': False, u'size': None}}, '_ansible_ignore_errors': None, u'matched': 1}, {u'uid': 0, u'woth': False, u'mtime': 1525746826.66873, u'inode': 2359325, u'isgid': False, u'size': 303, u'isuid': False, u'isreg': True, u'pw_name': u'root', 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'gr_name': u'root', u'path': u'/etc/php/7.1/cli/conf.d/10-opcache.ini', u'xusr': False, u'atime': 1525746841.39609, u'isdir': False, u'ctime': 1525746826.9568741, 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: [uniqueVM] => (item=/etc/php/7.1/fpm/conf.d) | |
ok: [uniqueVM] => (item=/etc/php/7.1/apache2/conf.d) | |
ok: [uniqueVM] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : Remove OpCache config file if OpCache is disabled.] **** | |
skipping: [uniqueVM] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [uniqueVM] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [uniqueVM] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /home/myusername/drupal7sites-vms/example.org-vm/provisioning/roles/geerlingguy.php/tasks/configure-fpm.yml for uniqueVM | |
TASK [geerlingguy.php : Define php_fpm_daemon.] ******************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php : Define php_fpm_pool_conf_path.] ************************ | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php : Define php_fpm_pool_user.] ***************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php : Define php_fpm_pool_group.] **************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php : Stat php_fpm_pool_conf_path] *************************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.php : Ensure the default pool directory exists.] ************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php : Ensure the default pool exists.] *********************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.php : Configure php-fpm pool (if enabled).] ****************** | |
ok: [uniqueVM] => (item={u'regexp': u'^user.?=.+$', u'line': u'user = www-data'}) | |
ok: [uniqueVM] => (item={u'regexp': u'^group.?=.+$', u'line': u'group = www-data'}) | |
ok: [uniqueVM] => (item={u'regexp': u'^listen.?=.+$', u'line': u'listen = 127.0.0.1:9000'}) | |
ok: [uniqueVM] => (item={u'regexp': u'^listen\\.allowed_clients.?=.+$', u'line': u'listen.allowed_clients = 127.0.0.1'}) | |
ok: [uniqueVM] => (item={u'regexp': u'^pm\\.max_children.?=.+$', u'line': u'pm.max_children = 50'}) | |
ok: [uniqueVM] => (item={u'regexp': u'^pm\\.start_servers.?=.+$', u'line': u'pm.start_servers = 5'}) | |
ok: [uniqueVM] => (item={u'regexp': u'^pm\\.min_spare_servers.?=.+$', u'line': u'pm.min_spare_servers = 5'}) | |
ok: [uniqueVM] => (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: [uniqueVM] | |
TASK [geerlingguy.php : Ensure php-fpm is started and enabled at boot (if configured, Debian).] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-pecl : Include OS-Specific variables.] ******************* | |
ok: [uniqueVM] | |
TASK [geerlingguy.php-pecl : Ensure pecl is installed (if configured).] ******** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-pecl : Install PECL libaries.] *************************** | |
TASK [geerlingguy.composer : Set php_executable variable to a default if not defined.] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.composer : Check if Composer is installed.] ****************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.composer : Download Composer installer.] ********************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.composer : Run Composer installer.] ************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.composer : Move Composer into globally-accessible location.] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.composer : Update Composer to latest version (if configured).] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.composer : Ensure composer directory exists.] **************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.composer : Add GitHub OAuth token for Composer (if configured).] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.composer : Install configured globally-required packages.] *** | |
ok: [uniqueVM] => (item={u'release': u'^0.3', u'name': u'hirak/prestissimo'}) | |
TASK [geerlingguy.composer : Add composer_home_path bin directory to global $PATH.] *** | |
ok: [uniqueVM] | |
TASK [geerlingguy.composer : Add composer_project_path bin directory to global $PATH.] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.mysql : Include OS-specific variables.] ********************** | |
ok: [uniqueVM] => (item=/home/myusername/drupal7sites-vms/example.org-vm/provisioning/roles/geerlingguy.mysql/vars/Debian.yml) | |
TASK [geerlingguy.mysql : Include OS-specific variables (RedHat).] ************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.mysql : Define mysql_packages.] ****************************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.mysql : Define mysql_daemon.] ******************************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.mysql : Define mysql_slow_query_log_file.] ******************* | |
ok: [uniqueVM] | |
TASK [geerlingguy.mysql : Define mysql_log_error.] ***************************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.mysql : Define mysql_syslog_tag.] **************************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.mysql : Define mysql_pid_file.] ****************************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.mysql : Define mysql_config_file.] *************************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.mysql : Define mysql_config_include_dir.] ******************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.mysql : Define mysql_socket.] ******************************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.mysql : Define mysql_supports_innodb_large_prefix.] ********** | |
ok: [uniqueVM] | |
TASK [geerlingguy.mysql : include] ********************************************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.mysql : include] ********************************************* | |
included: /home/myusername/drupal7sites-vms/example.org-vm/provisioning/roles/geerlingguy.mysql/tasks/setup-Debian.yml for uniqueVM | |
TASK [geerlingguy.mysql : Check if MySQL is already installed.] **************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.mysql : Update apt cache if MySQL is not yet installed.] ***** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.mysql : Ensure MySQL Python libraries are installed.] ******** | |
ok: [uniqueVM] | |
TASK [geerlingguy.mysql : Ensure MySQL packages are installed.] **************** | |
ok: [uniqueVM] => (item=[u'mysql-common', u'mysql-server']) | |
TASK [geerlingguy.mysql : Ensure MySQL is stopped after initial install.] ****** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.mysql : Delete innodb log files created by apt package after initial install.] *** | |
skipping: [uniqueVM] => (item=ib_logfile0) | |
skipping: [uniqueVM] => (item=ib_logfile1) | |
TASK [geerlingguy.mysql : include] ********************************************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.mysql : Check if MySQL packages were installed.] ************* | |
ok: [uniqueVM] | |
TASK [geerlingguy.mysql : Copy my.cnf global MySQL configuration.] ************* | |
ok: [uniqueVM] | |
TASK [geerlingguy.mysql : Verify mysql include directory exists.] ************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.mysql : Copy my.cnf override files into include directory.] *** | |
TASK [geerlingguy.mysql : Create slow query log file (if configured).] ********* | |
ok: [uniqueVM] | |
TASK [geerlingguy.mysql : Create datadir if it does not exist] ***************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.mysql : Set ownership on slow query log file (if configured).] *** | |
ok: [uniqueVM] | |
TASK [geerlingguy.mysql : Create error log file (if configured).] ************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.mysql : Set ownership on error log file (if configured).] **** | |
ok: [uniqueVM] | |
TASK [geerlingguy.mysql : Ensure MySQL is started and enabled on boot.] ******** | |
ok: [uniqueVM] | |
TASK [geerlingguy.mysql : Get MySQL version.] ********************************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.mysql : Ensure default user is present.] ********************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.mysql : Copy user-my.cnf file with password credentials.] **** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.mysql : Disallow root login remotely] ************************ | |
ok: [uniqueVM] => (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: [uniqueVM] | |
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: [uniqueVM] | |
TASK [geerlingguy.mysql : Get list of hosts for the anonymous user.] *********** | |
ok: [uniqueVM] | |
TASK [geerlingguy.mysql : Remove anonymous MySQL users.] *********************** | |
TASK [geerlingguy.mysql : Remove MySQL test database.] ************************* | |
ok: [uniqueVM] | |
TASK [geerlingguy.mysql : Ensure MySQL databases are present.] ***************** | |
ok: [uniqueVM] => (item={u'collation': u'utf8mb4_general_ci', u'name': u'poverty1_drudp', u'encoding': u'utf8mb4'}) | |
ok: [uniqueVM] => (item={u'host': u'%', u'password': u'fkbP2oSHtvKZ', u'name': u'poverty1_drudp', u'priv': u'poverty1_drustp.*:ALL'}) | |
TASK [geerlingguy.mysql : Ensure MySQL users are present.] ********************* | |
ok: [uniqueVM] => (item=None) | |
TASK [geerlingguy.mysql : Ensure replication user exists on master.] *********** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.mysql : Check slave replication status.] ********************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.mysql : Check master replication status.] ******************** | |
[DEPRECATION WARNING]: Using tests as filters is deprecated. Instead of using | |
`result|failed` instead use `result is failed`. This feature will be removed in | |
version 2.9. Deprecation warnings can be disabled by setting | |
deprecation_warnings=False in ansible.cfg. | |
skipping: [uniqueVM] | |
TASK [geerlingguy.mysql : Configure replication on the slave.] ***************** | |
[DEPRECATION WARNING]: Using tests as filters is deprecated. Instead of using | |
`result|failed` instead use `result is failed`. This feature will be removed in | |
version 2.9. Deprecation warnings can be disabled by setting | |
deprecation_warnings=False in ansible.cfg. | |
skipping: [uniqueVM] | |
TASK [geerlingguy.mysql : Start replication.] ********************************** | |
[DEPRECATION WARNING]: Using tests as filters is deprecated. Instead of using | |
`result|failed` instead use `result is failed`. This feature will be removed in | |
version 2.9. Deprecation warnings can be disabled by setting | |
deprecation_warnings=False in ansible.cfg. | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-mysql : Include OS-specific variables.] ****************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.php-mysql : Define php_mysql_package.] *********************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-mysql : Install PHP MySQL dependencies (RedHat).] ******** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-mysql : Install PHP MySQL dependencies (Debian).] ******** | |
ok: [uniqueVM] | |
TASK [geerlingguy.postgresql : include] **************************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.postgresql : include] **************************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.postgresql : include] **************************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.postgresql : Set PostgreSQL environment variables.] ********** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.postgresql : Ensure PostgreSQL data directory exists.] ******* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.postgresql : Check if PostgreSQL database is initialized.] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.postgresql : Ensure PostgreSQL database is initialized.] ***** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.postgresql : Configure global settings.] ********************* | |
skipping: [uniqueVM] => (item={u'option': u'unix_socket_directories', u'value': u'/var/run/postgresql'}) | |
TASK [geerlingguy.postgresql : Configure host based authentication (if entries are configured).] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.postgresql : Ensure PostgreSQL unix socket dirs exist.] ****** | |
skipping: [uniqueVM] => (item=/var/run/postgresql) | |
TASK [geerlingguy.postgresql : Ensure PostgreSQL is started and enabled on boot.] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.postgresql : Ensure PostgreSQL databases are present.] ******* | |
skipping: [uniqueVM] => (item={u'name': u'poverty1_drudp'}) | |
TASK [geerlingguy.postgresql : Ensure PostgreSQL users are present.] *********** | |
skipping: [uniqueVM] => (item=None) | |
TASK [geerlingguy.php-pgsql : Include OS-specific variables.] ****************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-pgsql : Define php_pgsql_package.] *********************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-pgsql : Install PHP PostgreSQL dependencies (RedHat).] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-pgsql : Install PHP PostgreSQL dependencies (Debian).] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.drupal-console : Install Drupal Console.] ******************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.drupal-console : Ensure Drupal Console is executable.] ******* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.drupal-console : Update Drupal Console to latest version (if configured).] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.drush : Check current state.] ******************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.drush : Perform cleanup of old symlink.] ********************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.drush : Ensure Drush path directory exists.] ***************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.drush : Install Drush.] ************************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.drush : Ensure Drush is executable.] ************************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.drush : Ensure Drush is installed globally via Composer.] **** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.drush : Update global Drush install if configured.] ********** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.drush : Ensure globally-installed Drush is symlinked into bin dir.] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.drush : Clone Drush from GitHub.] **************************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.drush : Check for composer.json] ***************************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.drush : Ensure Drush can be installed on Debian Wheezy.] ***** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.drush : Install Drush dependencies with Composer.] *********** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.drush : Create drush symlink.] ******************************* | |
ok: [uniqueVM] | |
TASK [geerlingguy.drush : Run drush to finish setting it up.] ****************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.memcached : Include OS-specific variables.] ****************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.memcached : Define memcached_user.] ************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.memcached : Update apt cache.] ******************************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.memcached : Install Memcached.] ****************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.memcached : Copy Memcached configuration.] ******************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.memcached : Ensure Memcached is started and set to run on startup.] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-memcached : Include OS-specific variables.] ************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-memcached : Define php_memcached_package.] *************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-memcached : Install PHP Memcached extension (RedHat).] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-memcached : Install PHP Memcached extension (Debian).] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-tideways : Include OS-specific variables.] *************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-tideways : Define php_tideways_module_path.] ************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-tideways : Define php_tideways_config_filename.] ********* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-tideways : Ensure dependencies for installing Tideways are present.] *** | |
skipping: [uniqueVM] => (item=make) | |
skipping: [uniqueVM] => (item=gcc) | |
skipping: [uniqueVM] => (item=unzip) | |
TASK [geerlingguy.php-tideways : Download and untar Tideways.] ***************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-tideways : Build Tideways.] ****************************** | |
skipping: [uniqueVM] => (item=phpize) | |
skipping: [uniqueVM] => (item=./configure) | |
skipping: [uniqueVM] => (item=make) | |
skipping: [uniqueVM] => (item=make install) | |
TASK [geerlingguy.php-tideways : Ensure Tideways module path exists.] ********** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-tideways : Move Tideways module into place.] ************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-tideways : Ensure PHP configuration directories exist.] *** | |
skipping: [uniqueVM] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [uniqueVM] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [uniqueVM] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php-tideways : Copy Tideways INI into various other conf folders.] *** | |
skipping: [uniqueVM] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [uniqueVM] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [uniqueVM] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php-tideways : Define xhprof_download_url.] ****************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-tideways : Define xhprof_download_folder_name.] ********** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-tideways : Define php_xhprof_lib_dir.] ******************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-tideways : Define php_xhprof_html_dir.] ****************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-tideways : Ensure dependencies for the XHProf UI are present.] *** | |
skipping: [uniqueVM] => (item=graphviz) | |
TASK [geerlingguy.php-tideways : Download and untar XHProf.] ******************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-tideways : Move XHProf PHP library into place.] ********** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-tideways : Move XHProf UI into place.] ******************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-tideways : Ensure PHP configuration directories exist.] *** | |
skipping: [uniqueVM] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [uniqueVM] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [uniqueVM] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php-tideways : Copy Tideways INI into various other conf folders.] *** | |
skipping: [uniqueVM] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [uniqueVM] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [uniqueVM] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php-xdebug : Include OS-specific variables.] ***************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-xdebug : Define php_xdebug_module_path.] ***************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-xdebug : Define php_xdebug_config_filename.] ************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-xdebug : Ensure dependencies for building from source are installed (RedHat).] *** | |
skipping: [uniqueVM] => (item=[]) | |
TASK [geerlingguy.php-xdebug : Ensure dependencies for building from source are installed (Debian).] *** | |
skipping: [uniqueVM] => (item=[]) | |
TASK [geerlingguy.php-xdebug : Untar Xdebug.] ********************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-xdebug : Build Xdebug.] ********************************** | |
skipping: [uniqueVM] => (item=phpize) | |
skipping: [uniqueVM] => (item=./configure) | |
skipping: [uniqueVM] => (item=make) | |
TASK [geerlingguy.php-xdebug : Ensure Xdebug module path exists.] ************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-xdebug : Move Xdebug module into place.] ***************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-xdebug : Copy xdebug ini into main extension config folder.] *** | |
skipping: [uniqueVM] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [uniqueVM] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [uniqueVM] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php-xdebug : Disable xdebug for PHP CLI.] ******************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-xhprof : Include OS-specific variables.] ***************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-xhprof : Define php_xhprof_module_path.] ***************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-xhprof : Define php_xhprof_config_filename.] ************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-xhprof : Ensure dependencies for installing XHProf are present.] *** | |
skipping: [uniqueVM] => (item=make) | |
skipping: [uniqueVM] => (item=gcc) | |
skipping: [uniqueVM] => (item=unzip) | |
skipping: [uniqueVM] => (item=graphviz) | |
TASK [geerlingguy.php-xhprof : Download and untar XHProf.] ********************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-xhprof : Build XHProf.] ********************************** | |
skipping: [uniqueVM] => (item=phpize) | |
skipping: [uniqueVM] => (item=./configure) | |
skipping: [uniqueVM] => (item=make) | |
TASK [geerlingguy.php-xhprof : Ensure XHProf module path exists.] ************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-xhprof : Move XHProf module into place.] ***************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-xhprof : Move XHProf PHP library into place.] ************ | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-xhprof : Move XHProf UI into place.] ********************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-xhprof : Ensure PHP configuration directories exist.] **** | |
skipping: [uniqueVM] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [uniqueVM] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [uniqueVM] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php-xhprof : Copy XHProf INI into various other conf folders.] *** | |
skipping: [uniqueVM] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [uniqueVM] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [uniqueVM] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.php-xhprof : Ensure XHProf output directory exists.] ********* | |
skipping: [uniqueVM] | |
TASK [thom8.php-upload-progress : Include OS-specific variables.] ************** | |
skipping: [uniqueVM] | |
TASK [thom8.php-upload-progress : Define php_uploadprogress_module_path.] ****** | |
skipping: [uniqueVM] | |
TASK [thom8.php-upload-progress : Define php_uploadprogress_config_filename.] *** | |
skipping: [uniqueVM] | |
TASK [thom8.php-upload-progress : Download and untar uploadprogress.] ********** | |
skipping: [uniqueVM] | |
TASK [thom8.php-upload-progress : Build uploadprogress.] *********************** | |
skipping: [uniqueVM] => (item=phpize) | |
skipping: [uniqueVM] => (item=./configure) | |
skipping: [uniqueVM] => (item=make) | |
TASK [thom8.php-upload-progress : Ensure uploadprogress module path exists.] *** | |
skipping: [uniqueVM] | |
TASK [thom8.php-upload-progress : Move uploadprogress module into place.] ****** | |
skipping: [uniqueVM] | |
TASK [thom8.php-upload-progress : Add php extension config for uploadprogress.] *** | |
skipping: [uniqueVM] => (item=/etc/php/7.1/fpm/conf.d) | |
skipping: [uniqueVM] => (item=/etc/php/7.1/apache2/conf.d) | |
skipping: [uniqueVM] => (item=/etc/php/7.1/cli/conf.d) | |
TASK [geerlingguy.blackfire : Add packagecloud GPG key.] *********************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.blackfire : Add Blackfire repository.] *********************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.blackfire : Disable gpg_repocheck for non-bleeding-edge CentOS.] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.blackfire : Add packagecloud apt key.] *********************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.blackfire : Add packagecloud repository.] ******************** | |
skipping: [uniqueVM] => (item=deb http://packages.blackfire.io/debian any main) | |
TASK [geerlingguy.blackfire : Update apt caches after repo is added.] ********** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.blackfire : Ensure Blackfire packages are installed.] ******** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.adminer : Ensure Adminer directory exists.] ****************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.adminer : Download Adminer to configured directory.] ********* | |
ok: [uniqueVM] | |
TASK [geerlingguy.adminer : Symlink Adminer into configured directories.] ****** | |
TASK [geerlingguy.adminer : Set the proper Apache configuration directory (Debian).] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.adminer : Add Apache configuration file for Adminer (Debian).] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.adminer : Add Apache configuration file for Adminer (RedHat).] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.pimpmylog : Clone Pimp my Log.] ****************************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.pimpmylog : Grant all privileges on the Pimp my Log directory.] *** | |
ok: [uniqueVM] | |
TASK [geerlingguy.daemonize : Download daemonize archive.] ********************* | |
ok: [uniqueVM] | |
TASK [geerlingguy.daemonize : Expand daemonize archive.] *********************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.daemonize : Check if daemonize is installed.] **************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.daemonize : Build daemonize.] ******************************** | |
skipping: [uniqueVM] => (item=./configure --prefix=/usr) | |
skipping: [uniqueVM] => (item=make) | |
skipping: [uniqueVM] => (item=make install) | |
TASK [geerlingguy.daemonize : Download daemonize archive.] ********************* | |
ok: [uniqueVM] | |
TASK [geerlingguy.daemonize : Expand daemonize archive.] *********************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.daemonize : Check if daemonize is installed.] **************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.daemonize : Build daemonize.] ******************************** | |
skipping: [uniqueVM] => (item=./configure --prefix=/usr) | |
skipping: [uniqueVM] => (item=make) | |
skipping: [uniqueVM] => (item=make install) | |
TASK [geerlingguy.mailhog : Ensure mailhog install directory exists.] ********** | |
ok: [uniqueVM] | |
TASK [geerlingguy.mailhog : Download MailHog and mhsendmail binaries.] ********* | |
ok: [uniqueVM] => (item={u'url': u'https://github.com/mailhog/MailHog/releases/download/v0.2.1/MailHog_linux_amd64', u'dest': u'/opt/mailhog/mailhog'}) | |
ok: [uniqueVM] => (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: [uniqueVM] | |
TASK [geerlingguy.mailhog : Copy mailhog systemd unit file into place (for systemd systems).] *** | |
ok: [uniqueVM] | |
TASK [geerlingguy.mailhog : Ensure mailhog is enabled and will start on boot.] *** | |
ok: [uniqueVM] | |
TASK [franklinkim.newrelic : Checking for key] ********************************* | |
skipping: [uniqueVM] | |
TASK [franklinkim.newrelic : Installing dependencies] ************************** | |
skipping: [uniqueVM] | |
TASK [franklinkim.newrelic : Adding APT key] *********************************** | |
skipping: [uniqueVM] | |
TASK [franklinkim.newrelic : Add APT repository] ******************************* | |
skipping: [uniqueVM] | |
TASK [franklinkim.newrelic : Installing packages] ****************************** | |
skipping: [uniqueVM] => (item=[]) | |
TASK [franklinkim.newrelic : Installing dependencies] ************************** | |
skipping: [uniqueVM] | |
TASK [franklinkim.newrelic : Installing packages] ****************************** | |
skipping: [uniqueVM] => (item=[]) | |
TASK [franklinkim.newrelic : Configuring module] ******************************* | |
skipping: [uniqueVM] => (item=etc/newrelic/nrsysmond.cfg) | |
TASK [franklinkim.newrelic : Configuring user groups] ************************** | |
skipping: [uniqueVM] | |
TASK [franklinkim.newrelic : Configuring service] ****************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nodejs : Set up the Nodesource RPM directory for Node.js > 0.10.] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nodejs : Set up the Nodesource RPM variable for Node.js == 0.10.] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nodejs : Import Nodesource RPM key (CentOS < 7).] ************ | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nodejs : Import Nodesource RPM key (CentOS 7+)..] ************ | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nodejs : Add Nodesource repositories for Node.js (CentOS < 7).] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nodejs : Add Nodesource repositories for Node.js (CentOS 7+).] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nodejs : Ensure Node.js and npm are installed.] ************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nodejs : Ensure apt-transport-https is installed.] *********** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nodejs : Add Nodesource apt key.] **************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nodejs : Add NodeSource repositories for Node.js.] *********** | |
skipping: [uniqueVM] => (item=deb https://deb.nodesource.com/node_6.x xenial main) | |
skipping: [uniqueVM] => (item=deb-src https://deb.nodesource.com/node_6.x xenial main) | |
TASK [geerlingguy.nodejs : Update apt cache if repo was added.] **************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nodejs : Ensure Node.js and npm are installed.] ************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nodejs : Define nodejs_install_npm_user] ********************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nodejs : Create npm global directory] ************************ | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nodejs : Add npm_config_prefix bin directory to global $PATH.] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nodejs : Ensure npm global packages are installed.] ********** | |
skipping: [uniqueVM] => (item={u'name': u'npm'}) | |
TASK [geerlingguy.nodejs : Install packages defined in a given package.json.] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.redis : Include OS-specific variables.] ********************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.redis : Define redis_package.] ******************************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.redis : Ensure Redis is installed.] ************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.redis : Ensure Redis is installed.] ************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.redis : Ensure Redis is installed.] ************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.redis : Ensure Redis is configured.] ************************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.redis : Ensure Redis is running and enabled on boot.] ******** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-redis : Include OS-specific variables.] ****************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-redis : Define php_redis_package.] *********************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-redis : Install PhpRedis extension (RedHat).] ************ | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-redis : Install PhpRedis extension (Debian).] ************ | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-redis : Clone the PhpRedis repo.] ************************ | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-redis : Run phpize.] ************************************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-redis : Run configure script.] *************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.php-redis : Make and install PHP.] *************************** | |
skipping: [uniqueVM] => (item=make) | |
skipping: [uniqueVM] => (item=make install) | |
TASK [geerlingguy.php-redis : Ensure the Redis extension is present in PHP's configuration.] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.ruby : Install ruby, rubygems, and development tools.] ******* | |
skipping: [uniqueVM] => (item=[]) | |
TASK [geerlingguy.ruby : Update apt cache.] ************************************ | |
skipping: [uniqueVM] | |
TASK [geerlingguy.ruby : Set rubygems package name for Ubuntu 14.04.] ********** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.ruby : Install ruby and other required dependencies.] ******** | |
skipping: [uniqueVM] => (item=[]) | |
TASK [geerlingguy.ruby : Install packages required to build ruby (RedHat).] **** | |
skipping: [uniqueVM] => (item=[]) | |
TASK [geerlingguy.ruby : Update apt cache (Debian).] *************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.ruby : Install packages required to build ruby (Debian).] **** | |
skipping: [uniqueVM] => (item=[]) | |
TASK [geerlingguy.ruby : Download ruby.] *************************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.ruby : Extract ruby.] **************************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.ruby : Build ruby.] ****************************************** | |
skipping: [uniqueVM] => (item=./configure --enable-shared) | |
skipping: [uniqueVM] => (item=make) | |
skipping: [uniqueVM] => (item=make install) | |
TASK [geerlingguy.ruby : Add ruby symlinks.] *********************************** | |
skipping: [uniqueVM] => (item=erb) | |
skipping: [uniqueVM] => (item=gem) | |
skipping: [uniqueVM] => (item=irb) | |
skipping: [uniqueVM] => (item=rake) | |
skipping: [uniqueVM] => (item=rdoc) | |
skipping: [uniqueVM] => (item=ruby) | |
TASK [geerlingguy.ruby : Add user installed RubyGems bin directory to global $PATH.] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.ruby : Install Bundler.] ************************************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.ruby : Install configured gems.] ***************************** | |
TASK [geerlingguy.java : Include OS-specific variables.] *********************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.java : Include OS-specific variables for Fedora.] ************ | |
skipping: [uniqueVM] | |
TASK [geerlingguy.java : Include version-specific variables for Debian.] ******* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.java : Define java_packages.] ******************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.java : include] ********************************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.java : include] ********************************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.java : include] ********************************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.java : Set JAVA_HOME if configured.] ************************* | |
skipping: [uniqueVM] | |
TASK [arknoll.selenium : Include OS-Specific variables] ************************ | |
skipping: [uniqueVM] | |
TASK [arknoll.selenium : Install dependencies] ********************************* | |
skipping: [uniqueVM] | |
TASK [arknoll.selenium : create directory] ************************************* | |
skipping: [uniqueVM] | |
TASK [arknoll.selenium : Download Selenium] ************************************ | |
skipping: [uniqueVM] | |
TASK [arknoll.selenium : Install FireFox (if configured)] ********************** | |
skipping: [uniqueVM] | |
TASK [arknoll.selenium : Add Chrome key (if configured, Debian)] *************** | |
skipping: [uniqueVM] | |
TASK [arknoll.selenium : Add Chrome repo (if configured, Debian)] ************** | |
skipping: [uniqueVM] | |
TASK [arknoll.selenium : Install Chrome (if configured, Debian)] *************** | |
skipping: [uniqueVM] | |
TASK [arknoll.selenium : Install Chrome (if configured, RedHat)] *************** | |
skipping: [uniqueVM] | |
TASK [arknoll.selenium : Get the latest release for chromedriver] ************** | |
skipping: [uniqueVM] | |
TASK [arknoll.selenium : Install chromedriver] ********************************* | |
skipping: [uniqueVM] | |
TASK [arknoll.selenium : Install xvfb] ***************************************** | |
skipping: [uniqueVM] | |
TASK [arknoll.selenium : Install init script] ********************************** | |
skipping: [uniqueVM] | |
TASK [arknoll.selenium : Install systemd unit file (for systemd systems)] ****** | |
skipping: [uniqueVM] | |
TASK [arknoll.selenium : Register systemd service status (for systemd systems)] *** | |
skipping: [uniqueVM] | |
TASK [arknoll.selenium : Ensure selenium is running] *************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.solr : Ensure solr_user group exists.] *********************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.solr : Ensure solr_user exists.] ***************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.solr : Set solr_filename for Solr 4+.] *********************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.solr : Set solr_filename for Solr 3.x.] ********************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.solr : Check if Solr has been installed already.] ************ | |
skipping: [uniqueVM] | |
TASK [geerlingguy.solr : Download Solr.] *************************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.solr : Expand Solr.] ***************************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.solr : Check if Solr is already installed.] ****************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.solr : Copy Solr into place.] ******************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.solr : Ensure Solr install files are owned by the solr_user.] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.solr : Check if solr_home is already set up.] **************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.solr : Ensure solr_home directory exists.] ******************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.solr : Copy Solr example into solr_home.] ******************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.solr : Fix the example solrconfig.xml file.] ***************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.solr : Ensure Solr home files are owned by the solr_user.] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.solr : Ensure log file is created and has proper permissions.] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.solr : Copy solr init script into place.] ******************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.solr : Ensure daemon is installed (Debian).] ***************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.solr : Copy solr systemd unit file into place (for systemd systems).] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.solr : Ensure dependencies are installed.] ******************* | |
skipping: [uniqueVM] => (item=lsof) | |
skipping: [uniqueVM] => (item=acl) | |
skipping: [uniqueVM] => (item=sudo) | |
TASK [geerlingguy.solr : Run Solr installation script.] ************************ | |
skipping: [uniqueVM] | |
TASK [geerlingguy.solr : Ensure solr is stopped (RHEL 7 workaround).] ********** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.solr : Run systemd daemon_reload (RHEL 7 workaround).] ******* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.solr : Ensure solr is started and enabled on boot if configured.] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.solr : Remove existing SOLR_HEAP configuration.] ************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.solr : Apply Solr configuration changes.] ******************** | |
skipping: [uniqueVM] => (item={u'regexp': u'^.?SOLR_JAVA_MEM=', u'line': u'SOLR_JAVA_MEM="-Xms64M -Xmx128M"'}) | |
skipping: [uniqueVM] => (item={u'regexp': u'^SOLR_PORT=', u'line': u'SOLR_PORT="8983"'}) | |
skipping: [uniqueVM] => (item={u'regexp': u'^.?SOLR_TIMEZONE=', u'line': u'SOLR_TIMEZONE="UTC"'}) | |
TASK [geerlingguy.solr : Check current list of Solr cores.] ******************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.solr : Ensure Solr conf directories exist.] ****************** | |
skipping: [uniqueVM] => (item=collection1) | |
TASK [geerlingguy.solr : Ensure core configuration directories exist.] ********* | |
skipping: [uniqueVM] => (item=collection1) | |
TASK [geerlingguy.solr : Create configured cores.] ***************************** | |
skipping: [uniqueVM] => (item=collection1) | |
TASK [geerlingguy.solr : include] ********************************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.java : Include OS-specific variables.] *********************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.java : Include OS-specific variables for Fedora.] ************ | |
skipping: [uniqueVM] | |
TASK [geerlingguy.java : Include version-specific variables for Debian.] ******* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.java : Define java_packages.] ******************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.java : include] ********************************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.java : include] ********************************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.java : include] ********************************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.java : Set JAVA_HOME if configured.] ************************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.elasticsearch : Add Elasticsearch GPG key.] ****************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.elasticsearch : Add Elasticsearch repository.] *************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.elasticsearch : Install Elasticsearch.] ********************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.elasticsearch : Add Elasticsearch apt key.] ****************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.elasticsearch : Add Elasticsearch repository.] *************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.elasticsearch : Install Elasticsearch.] ********************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.elasticsearch : Configure Elasticsearch.] ******************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.elasticsearch : Start Elasticsearch.] ************************ | |
skipping: [uniqueVM] | |
TASK [geerlingguy.elasticsearch : Make sure Elasticsearch is running before proceeding.] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.varnish : Include OS-specific variables.] ******************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.varnish : Set the packagecloud repository name based on the version.] *** | |
ok: [uniqueVM] | |
TASK [geerlingguy.varnish : Ensure Varnish dependencies are installed.] ******** | |
skipping: [uniqueVM] => (item=[]) | |
TASK [geerlingguy.varnish : Add Varnish packagecloud.io yum repo.] ************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.varnish : Refresh yum metadata cache if repo changed.] ******* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.varnish : Ensure Varnish is installed.] ********************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.varnish : Ensure APT HTTPS Transport is installed.] ********** | |
ok: [uniqueVM] | |
TASK [geerlingguy.varnish : Add packagecloud.io Varnish apt key.] ************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.varnish : Add packagecloud.io Varnish apt repository.] ******* | |
ok: [uniqueVM] | |
TASK [geerlingguy.varnish : Ensure Varnish is installed.] ********************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.varnish : Ensure old role-managed Varnish systemd unit file is removed.] *** | |
ok: [uniqueVM] | |
TASK [geerlingguy.varnish : Ensure Varnish config path exists.] **************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.varnish : Copy Varnish configuration (sysvinit).] ************ | |
skipping: [uniqueVM] | |
TASK [geerlingguy.varnish : Copy Debian Jessie/Xenial specific Varnish configs (systemd).] *** | |
ok: [uniqueVM] | |
TASK [geerlingguy.varnish : Copy Varnish configuration (systemd).] ************* | |
ok: [uniqueVM] | |
TASK [geerlingguy.varnish : Copy Varnish default VCL.] ************************* | |
ok: [uniqueVM] | |
TASK [geerlingguy.varnish : Copy varnish secret.] ****************************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.varnish : Ensure Varnish services are started and enabled on startup.] *** | |
skipping: [uniqueVM] => (item=varnish) | |
TASK [geerlingguy.varnish : Ensure Varnish services are started enabled on startup (Xenial specific)] *** | |
ok: [uniqueVM] => (item=varnish) | |
TASK [geerlingguy.nginx : Include OS-specific variables.] ********************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nginx : Define nginx_user.] ********************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nginx : Enable nginx repo.] ********************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nginx : Ensure nginx is installed.] ************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nginx : Add PPA for Nginx.] ********************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nginx : Ensure nginx will reinstall if the PPA was just added.] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nginx : Update apt cache.] *********************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nginx : Ensure nginx is installed.] ************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nginx : Update pkg cache.] *********************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nginx : Ensure nginx is installed.] ************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nginx : Create logs directory.] ****************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nginx : Ensure nginx is installed.] ************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nginx : Create logs directory.] ****************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nginx : Ensure nginx is installed.] ************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nginx : Remove default nginx vhost config file (if configured).] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nginx : Ensure nginx_vhost_path exists.] ********************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nginx : Add managed vhost config files.] ********************* | |
skipping: [uniqueVM] => (item={u'is_php': True, u'root': u'/vagrant/public_html/example.org', u'server_name': u'example.org www.example.org'}) | |
skipping: [uniqueVM] => (item={u'is_php': True, u'root': u'/opt/adminer', u'server_name': u'adminer.example.org'}) | |
skipping: [uniqueVM] => (item={u'is_php': True, u'root': u'/usr/share/php/xhprof_html', u'server_name': u'xhprof.example.org'}) | |
skipping: [uniqueVM] => (item={u'is_php': True, u'root': u'/usr/share/php/pimpmylog', u'server_name': u'pimpmylog.example.org'}) | |
skipping: [uniqueVM] => (item={u'is_php': True, u'root': u'/var/www/dashboard', u'server_name': u'192.168.88.93 dashboard.example.org'}) | |
TASK [geerlingguy.nginx : Remove managed vhost config files.] ****************** | |
skipping: [uniqueVM] => (item={u'is_php': True, u'root': u'/vagrant/public_html/example.org', u'server_name': u'example.org www.example.org'}) | |
skipping: [uniqueVM] => (item={u'is_php': True, u'root': u'/opt/adminer', u'server_name': u'adminer.example.org'}) | |
skipping: [uniqueVM] => (item={u'is_php': True, u'root': u'/usr/share/php/xhprof_html', u'server_name': u'xhprof.example.org'}) | |
skipping: [uniqueVM] => (item={u'is_php': True, u'root': u'/usr/share/php/pimpmylog', u'server_name': u'pimpmylog.example.org'}) | |
skipping: [uniqueVM] => (item={u'is_php': True, u'root': u'/var/www/dashboard', u'server_name': u'192.168.88.93 dashboard.example.org'}) | |
TASK [geerlingguy.nginx : Remove legacy vhosts.conf file.] ********************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nginx : Copy nginx configuration in place.] ****************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.nginx : Ensure nginx is started and enabled to start at boot.] *** | |
skipping: [uniqueVM] | |
TASK [drupalvm.www : Define drupalvm_webserver_user (Debian).] ***************** | |
ok: [uniqueVM] | |
TASK [drupalvm.www : Define drupalvm_webserver_user (RedHat).] ***************** | |
skipping: [uniqueVM] | |
TASK [drupalvm.www : Register information about the /vagrant directory.] ******* | |
ok: [uniqueVM] | |
TASK [drupalvm.www : Ensure a group with the same GID as used to sync directories exist (Ansible 2.3+).] *** | |
[DEPRECATION WARNING]: Using tests as filters is deprecated. Instead of using | |
`result|version_compare` instead use `result is version_compare`. This feature | |
will be removed in version 2.9. Deprecation warnings can be disabled by setting | |
deprecation_warnings=False in ansible.cfg. | |
skipping: [uniqueVM] | |
TASK [drupalvm.www : Ensure the webserver user is in the same group as the owner of synced directories (Ansible 2.3+).] *** | |
[DEPRECATION WARNING]: Using tests as filters is deprecated. Instead of using | |
`result|version_compare` instead use `result is version_compare`. This feature | |
will be removed in version 2.9. Deprecation warnings can be disabled by setting | |
deprecation_warnings=False in ansible.cfg. | |
ok: [uniqueVM] | |
TASK [drupalvm.www : Detect if group used to sync directories already exist (Ansible 2.2).] *** | |
[DEPRECATION WARNING]: Using tests as filters is deprecated. Instead of using | |
`result|version_compare` instead use `result is version_compare`. This feature | |
will be removed in version 2.9. Deprecation warnings can be disabled by setting | |
deprecation_warnings=False in ansible.cfg. | |
skipping: [uniqueVM] | |
TASK [drupalvm.www : Ensure a group with the same GID as used to sync directories exist (Ansible 2.2).] *** | |
[DEPRECATION WARNING]: Using tests as filters is deprecated. Instead of using | |
`result|version_compare` instead use `result is version_compare`. This feature | |
will be removed in version 2.9. Deprecation warnings can be disabled by setting | |
deprecation_warnings=False in ansible.cfg. | |
skipping: [uniqueVM] | |
TASK [drupalvm.www : Ensure the webserver user is in the same group as the owner of synced directories (Ansible 2.2).] *** | |
[DEPRECATION WARNING]: Using tests as filters is deprecated. Instead of using | |
`result|version_compare` instead use `result is version_compare`. This feature | |
will be removed in version 2.9. Deprecation warnings can be disabled by setting | |
deprecation_warnings=False in ansible.cfg. | |
skipping: [uniqueVM] | |
TASK [drupalvm.www : Ensure admin group exist.] ******************************** | |
ok: [uniqueVM] | |
TASK [drupalvm.www : Ensure vagrant user is in admin group.] ******************* | |
ok: [uniqueVM] | |
TASK [drupalvm.www : Set nicer permissions on Apache log directory.] *********** | |
ok: [uniqueVM] | |
TASK [geerlingguy.drupal : Add backwards-compatibility shims.] ***************** | |
included: /home/myusername/drupal7sites-vms/example.org-vm/provisioning/roles/geerlingguy.drupal/tasks/backwards-compatibility.yml for uniqueVM | |
TASK [geerlingguy.drupal : build_makefile shim] ******************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.drupal : build_composer shim] ******************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.drupal : build_composer_project shim] ************************ | |
skipping: [uniqueVM] | |
TASK [geerlingguy.drupal : install_site shim] ********************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.drupal : drupalvm_database shim] ***************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.drupal : Check if Drupal is already set up.] ***************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.drupal : Define drush_path if it's not already defined.] ***** | |
ok: [uniqueVM] | |
TASK [geerlingguy.drupal : Define drupal_site_exists.] ************************* | |
ok: [uniqueVM] | |
TASK [geerlingguy.drupal : Ensure drupal_deploy_dir directory exists.] ********* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.drupal : Check out Drupal to the docroot.] ******************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.drupal : Check if a composer.json file is present.] ********** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.drupal : Run composer install if composer.json is present.] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.drupal : Define drupal_deploy_updated] *********************** | |
ok: [uniqueVM] | |
TASK [geerlingguy.drupal : include] ******************************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.drupal : include] ******************************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.drupal : include] ******************************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.drupal : include] ******************************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.drupal : Check if a project specific Drush binary exists.] *** | |
ok: [uniqueVM] | |
TASK [geerlingguy.drupal : Use project specific Drush if available.] *********** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.drupal : include] ******************************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.security : Include OS-specific variables.] ******************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.security : Install fail2ban.] ******************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.security : Install fail2ban.] ******************************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.security : Ensure fail2ban is running and enabled on boot.] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.security : Update SSH configuration to be more secure.] ****** | |
skipping: [uniqueVM] => (item={u'regexp': u'^PasswordAuthentication', u'line': u'PasswordAuthentication no'}) | |
skipping: [uniqueVM] => (item={u'regexp': u'^PermitRootLogin', u'line': u'PermitRootLogin no'}) | |
skipping: [uniqueVM] => (item={u'regexp': u'^Port', u'line': u'Port 22'}) | |
skipping: [uniqueVM] => (item={u'regexp': u'^UseDNS', u'line': u'UseDNS no'}) | |
skipping: [uniqueVM] => (item={u'regexp': u'^PermitEmptyPasswords', u'line': u'PermitEmptyPasswords no'}) | |
skipping: [uniqueVM] => (item={u'regexp': u'^ChallengeResponseAuthentication', u'line': u'ChallengeResponseAuthentication no'}) | |
skipping: [uniqueVM] => (item={u'regexp': u'^GSSAPIAuthentication', u'line': u'GSSAPIAuthentication no'}) | |
skipping: [uniqueVM] => (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: [uniqueVM] | |
TASK [geerlingguy.security : Ensure yum-cron is running and enabled on boot.] *** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.security : Configure autoupdates (RHEL 7).] ****************** | |
skipping: [uniqueVM] | |
TASK [geerlingguy.security : Install unattended upgrades package.] ************* | |
skipping: [uniqueVM] | |
TASK [geerlingguy.security : Copy unattended-upgrades configuration files in place.] *** | |
skipping: [uniqueVM] => (item=10periodic) | |
skipping: [uniqueVM] => (item=50unattended-upgrades) | |
TASK [Do not accept locale environment variables passed over SSH.] ************* | |
ok: [uniqueVM] | |
TASK [Allow client to pass PHP and XDEBUG environment variables over SSH.] ***** | |
skipping: [uniqueVM] => (item=PHP_IDE_CONFIG) | |
skipping: [uniqueVM] => (item=XDEBUG_CONFIG) | |
skipping: [uniqueVM] => (item=PHP_OPTIONS) | |
TASK [Check if local known_hosts file is present.] ***************************** | |
ok: [uniqueVM] | |
TASK [Copy known_hosts file from host into Drupal VM.] ************************* | |
ok: [uniqueVM] | |
TASK [Set SSH home directory.] ************************************************* | |
ok: [uniqueVM] | |
TASK [Install extra apt packages (if any are configured).] ********************* | |
ok: [uniqueVM] => (item=[u'sqlite']) | |
TASK [Install extra yum packages (if any are configured).] ********************* | |
skipping: [uniqueVM] => (item=[]) | |
TASK [Detect if AppArmor is working.] ****************************************** | |
[WARNING]: Consider using the service module rather than running service. If | |
you need to use command because service is insufficient you can add warn=False | |
to this command task or set command_warnings=False in ansible.cfg to get rid of | |
this message. | |
ok: [uniqueVM] | |
TASK [Ensure MySQL AppArmor profile is disabled (for slow query log).] ********* | |
ok: [uniqueVM] | |
TASK [Restart the AppArmor if necessary.] ************************************** | |
skipping: [uniqueVM] | |
TASK [Ensure Drush directories exist.] ***************************************** | |
ok: [uniqueVM -> 127.0.0.1] => (item=~/.drush) | |
ok: [uniqueVM -> 127.0.0.1] => (item=~/.drush/sites) | |
TASK [Check if Drush configuration file exists.] ******************************* | |
ok: [uniqueVM -> 127.0.0.1] | |
TASK [Create a Drush configuration file with a custom alias-path.] ************* | |
skipping: [uniqueVM] | |
TASK [Configure host machine drush aliases.] *********************************** | |
ok: [uniqueVM -> 127.0.0.1] => (item={u'dest': u'~/.drush/uniqueVM.aliases.drushrc.php', u'src': u'templates/drupalvm.aliases.drushrc.php.j2'}) | |
ok: [uniqueVM -> 127.0.0.1] => (item={u'dest': u'~/.drush/sites/uniqueVM.site.yml', u'src': u'templates/drupalvm.aliases.yml.j2'}) | |
TASK [Ensure drush directories exist for vagrant user inside VM.] ************** | |
ok: [uniqueVM] => (item=~/.drush) | |
ok: [uniqueVM] => (item=~/.drush/sites) | |
TASK [Check if Drush configuration file exists.] ******************************* | |
ok: [uniqueVM] | |
TASK [Create a Drush configuration file with a custom alias-path.] ************* | |
skipping: [uniqueVM] | |
TASK [Configure drush aliases for vagrant user inside VM.] ********************* | |
ok: [uniqueVM] => (item={u'dest': u'~/.drush/uniqueVM.aliases.drushrc.php', u'src': u'templates/drupalvm-local.aliases.drushrc.php.j2'}) | |
ok: [uniqueVM] => (item={u'dest': u'~/.drush/sites/uniqueVM.site.yml', u'src': u'templates/drupalvm-local.aliases.yml.j2'}) | |
TASK [Ensure drush directories exist for root user inside VM.] ***************** | |
ok: [uniqueVM] => (item=~/.drush) | |
ok: [uniqueVM] => (item=~/.drush/sites) | |
TASK [Check if Drush configuration file exists.] ******************************* | |
ok: [uniqueVM] | |
TASK [Create a Drush configuration file with a custom alias-path.] ************* | |
skipping: [uniqueVM] | |
TASK [Configure drush aliases for root user inside VM.] ************************ | |
ok: [uniqueVM] => (item={u'dest': u'~/.drush/uniqueVM.aliases.drushrc.php', u'src': u'templates/drupalvm-local.aliases.drushrc.php.j2'}) | |
ok: [uniqueVM] => (item={u'dest': u'~/.drush/sites/uniqueVM.site.yml', u'src': u'templates/drupalvm-local.aliases.yml.j2'}) | |
TASK [Ensure configured cron jobs exist in user account's crontab.] ************ | |
TASK [Ensure the dashboard directory exists.] ********************************** | |
ok: [uniqueVM] | |
TASK [Copy dashboard page into place.] ***************************************** | |
ok: [uniqueVM] | |
TASK [Copy phpinfo file into place.] ******************************************* | |
ok: [uniqueVM] | |
TASK [Run configured post-provision shell scripts.] **************************** | |
TASK [Run configured post-provision ansible task files.] *********************** | |
PLAY RECAP ********************************************************************* | |
uniqueVM : ok=195 changed=0 unreachable=0 failed=0 | |
==> uniqueVM: Machine 'uniqueVM' has a post `vagrant up` message. This is a message | |
==> uniqueVM: from the creator of the Vagrantfile, and not from Vagrant itself: | |
==> uniqueVM: | |
==> uniqueVM: Your Drupal VM Vagrant box is ready to use! | |
==> uniqueVM: * Visit the dashboard for an overview of your site: http://dashboard.example.org (or http://192.168.88.93) | |
==> uniqueVM: * You can SSH into your machine with `vagrant ssh`. | |
==> uniqueVM: * 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