Last active
May 10, 2017 17:29
-
-
Save generalredneck/5264d5890e15521111a8b1c688fab6bb to your computer and use it in GitHub Desktop.
Commandline output for Drupalvm solr issue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrant_hostname: elccs-new-curriculum.local | |
vagrant_machine_name: elccs-new-curriculum.local | |
vagrant_ip: 0.0.0.0 | |
vagrant_synced_folders: | |
# The first synced folder will be used for the default Drupal installation, if | |
# any of the build_* settings are 'true'. By default the folder is set to | |
# the drupal-vm folder. | |
- local_path: . | |
destination: /var/www/elccs-new-curriculum.local | |
type: nfs | |
create: true | |
drupal_composer_install_dir: "/var/www/elccs-new-curriculum.local" | |
build_composer_project: false | |
install_site: false | |
# Required Drupal settings. | |
drupal_core_path: "{{ drupal_composer_install_dir }}/web" | |
installed_extras: | |
- adminer | |
- drush | |
- mailhog | |
- memcached | |
- solr | |
- varnish | |
# Add any extra apt or yum packages you would like installed. | |
extra_packages: | |
- htop | |
# You can configure almost anything else on the server in the rest of this file. | |
extra_security_enabled: false | |
drush_version: "8.x" | |
drush_keep_updated: true | |
drush_composer_cli_options: "--prefer-dist --no-interaction" | |
# PHP Configuration. Currently-supported versions: 5.6, 7.0. | |
# To use 5.6, see: http://docs.drupalvm.com/en/latest/other/php-56/ | |
php_version: "5.6" | |
solr_version: "3.6.2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✔ allan@Allans-MBP:~/workspace/elccs-new-curriculum [pantheon_solr L|✚ 4⚑ 1] | |
$ vagrant up | |
Bringing machine 'elccs-new-curriculum.local' up with 'virtualbox' provider... | |
==> elccs-new-curriculum.local: AutoNetwork assigning "10.20.1.19" to 'elccs-new-curriculum.local' | |
==> elccs-new-curriculum.local: Importing base box 'geerlingguy/ubuntu1604'... | |
==> elccs-new-curriculum.local: Matching MAC address for NAT networking... | |
==> elccs-new-curriculum.local: Checking if box 'geerlingguy/ubuntu1604' is up to date... | |
==> elccs-new-curriculum.local: A newer version of the box 'geerlingguy/ubuntu1604' is available! You currently | |
==> elccs-new-curriculum.local: have version '1.0.4'. The latest is version '1.1.4'. Run | |
==> elccs-new-curriculum.local: `vagrant box update` to update. | |
==> elccs-new-curriculum.local: Setting the name of the VM: elccs-new-curriculum.local | |
==> elccs-new-curriculum.local: Fixed port collision for 22 => 2222. Now on port 2201. | |
==> elccs-new-curriculum.local: Clearing any previously set network interfaces... | |
==> elccs-new-curriculum.local: Preparing network interfaces based on configuration... | |
elccs-new-curriculum.local: Adapter 1: nat | |
elccs-new-curriculum.local: Adapter 2: hostonly | |
==> elccs-new-curriculum.local: Forwarding ports... | |
elccs-new-curriculum.local: 22 (guest) => 2201 (host) (adapter 1) | |
==> elccs-new-curriculum.local: Running 'pre-boot' VM customizations... | |
==> elccs-new-curriculum.local: Booting VM... | |
==> elccs-new-curriculum.local: Waiting for machine to boot. This may take a few minutes... | |
elccs-new-curriculum.local: SSH address: 127.0.0.1:2201 | |
elccs-new-curriculum.local: SSH username: vagrant | |
elccs-new-curriculum.local: SSH auth method: private key | |
==> elccs-new-curriculum.local: Machine booted and ready! | |
==> elccs-new-curriculum.local: Checking for guest additions in VM... | |
==> elccs-new-curriculum.local: [vagrant-hostsupdater] Checking for host entries | |
==> elccs-new-curriculum.local: [vagrant-hostsupdater] Writing the following entries to (/etc/hosts) | |
==> elccs-new-curriculum.local: [vagrant-hostsupdater] 10.20.1.19 elccs-new-curriculum.local # VAGRANT: 16d39803b6df75d9892ffe1d6007f5a6 (elccs-new-curriculum.local) / e44eca87-ee51-4f18-8365-1feb21dffab4 | |
==> elccs-new-curriculum.local: [vagrant-hostsupdater] 10.20.1.19 www.elccs-new-curriculum.local # VAGRANT: 16d39803b6df75d9892ffe1d6007f5a6 (elccs-new-curriculum.local) / e44eca87-ee51-4f18-8365-1feb21dffab4 | |
==> elccs-new-curriculum.local: [vagrant-hostsupdater] 10.20.1.19 adminer.elccs-new-curriculum.local # VAGRANT: 16d39803b6df75d9892ffe1d6007f5a6 (elccs-new-curriculum.local) / e44eca87-ee51-4f18-8365-1feb21dffab4 | |
==> elccs-new-curriculum.local: [vagrant-hostsupdater] 10.20.1.19 xhprof.elccs-new-curriculum.local # VAGRANT: 16d39803b6df75d9892ffe1d6007f5a6 (elccs-new-curriculum.local) / e44eca87-ee51-4f18-8365-1feb21dffab4 | |
==> elccs-new-curriculum.local: [vagrant-hostsupdater] 10.20.1.19 pimpmylog.elccs-new-curriculum.local # VAGRANT: 16d39803b6df75d9892ffe1d6007f5a6 (elccs-new-curriculum.local) / e44eca87-ee51-4f18-8365-1feb21dffab4 | |
==> elccs-new-curriculum.local: [vagrant-hostsupdater] 10.20.1.19 dashboard.elccs-new-curriculum.local # VAGRANT: 16d39803b6df75d9892ffe1d6007f5a6 (elccs-new-curriculum.local) / e44eca87-ee51-4f18-8365-1feb21dffab4 | |
==> elccs-new-curriculum.local: [vagrant-hostsupdater] This operation requires administrative access. You may skip it by manually adding equivalent entries to the hosts file. | |
==> elccs-new-curriculum.local: Setting hostname... | |
==> elccs-new-curriculum.local: Configuring and enabling network interfaces... | |
==> elccs-new-curriculum.local: Exporting NFS shared folders... | |
==> elccs-new-curriculum.local: Preparing to edit /etc/exports. Administrator privileges will be required... | |
==> elccs-new-curriculum.local: Mounting NFS shared folders... | |
==> elccs-new-curriculum.local: Configuring cache buckets... | |
==> elccs-new-curriculum.local: Running provisioner: ansible... | |
elccs-new-curriculum.local: Running ansible-playbook... | |
PLAY [all] ********************************************************************* | |
TASK [setup] ******************************************************************* | |
ok: [elccs-new-curriculum.local] | |
TASK [Include OS-specific variables.] ****************************************** | |
ok: [elccs-new-curriculum.local] | |
TASK [Define config_dir.] ****************************************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [include_vars] ************************************************************ | |
ok: [elccs-new-curriculum.local] => (item=/Users/allan/workspace/elccs-new-curriculum/config.yml) | |
TASK [Define fully qualified domain name.] ************************************* | |
ok: [elccs-new-curriculum.local] | |
TASK [Define short hostname.] ************************************************** | |
ok: [elccs-new-curriculum.local] | |
TASK [Add hostname to /etc/hosts.] ********************************************* | |
ok: [elccs-new-curriculum.local] | |
TASK [Configure hostname.] ***************************************************** | |
ok: [elccs-new-curriculum.local] | |
TASK [Set the hostname for current session.] *********************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [include] ***************************************************************** | |
included: /Users/allan/workspace/elccs-new-curriculum/vendor/geerlingguy/drupal-vm/provisioning/tasks/init-debian.yml for elccs-new-curriculum.local | |
TASK [Update apt cache if needed.] ********************************************* | |
changed: [elccs-new-curriculum.local] | |
TASK [Get software for Python-based control.] ********************************** | |
changed: [elccs-new-curriculum.local] => (item=[u'curl', u'python-apt', u'python-pycurl', u'build-essential', u'sudo', u'unzip']) | |
TASK [Configure /etc/mailname.] ************************************************ | |
ok: [elccs-new-curriculum.local] | |
TASK [Add repository for Apache 2.4.9+ on Ubuntu 12 and 14.] ******************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [Add repository for PHP 5.5, 5.6, 7.0 or 7.1.] **************************** | |
changed: [elccs-new-curriculum.local] | |
TASK [Add repository for PHP 5 compatibility packages.] ************************ | |
changed: [elccs-new-curriculum.local] | |
TASK [Purge PHP version packages.] ********************************************* | |
ok: [elccs-new-curriculum.local] => (item=[u'php5.5', u'php5.5-apcu', u'php5.5-cli', u'php5.5-common', u'php5.5-curl', u'php5.5-dev', u'php5.5-fpm', u'php5.5-gd', u'php5.5-imap', u'php5.5-json', u'php5.5-mbstring', u'php5.5-mcrypt', u'php5.5-opcache', u'php5.5-sqlite3', u'php5.5-xml', u'php5.5-yaml', u'php7.0', u'php7.0-apcu', u'php7.0-cli', u'php7.0-common', u'php7.0-curl', u'php7.0-dev', u'php7.0-fpm', u'php7.0-gd', u'php7.0-imap', u'php7.0-json', u'php7.0-mbstring', u'php7.0-mcrypt', u'php7.0-opcache', u'php7.0-sqlite3', u'php7.0-xml', u'php7.0-yaml', 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 [Purge PHP packages installed by default on Ubuntu.] ********************** | |
ok: [elccs-new-curriculum.local] => (item=[u'php-common']) | |
TASK [Purge PHP modules directory.] ******************************************** | |
skipping: [elccs-new-curriculum.local] => (item=/usr/lib/php5/modules) | |
skipping: [elccs-new-curriculum.local] => (item=/usr/lib/php/modules) | |
TASK [Define php_xhprof_html_dir.] ********************************************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [include] ***************************************************************** | |
skipping: [elccs-new-curriculum.local] | |
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: [elccs-new-curriculum.local] | |
TASK [Set the correct XHProf package when PHP 5.5 or 5.6 is used.] ************* | |
ok: [elccs-new-curriculum.local] | |
TASK [Ensure PHP version -specific workspace directory exists.] **************** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.repo-remi : Install remi repo.] ****************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.repo-remi : Import remi GPG key.] **************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.firewall : Ensure iptables is installed.] ******************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.firewall : Flush iptables the first time playbook runs.] ***** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.firewall : Copy firewall script into place.] ***************** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.firewall : Copy firewall init script into place.] ************ | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.firewall : Copy firewall systemd unit file into place (for systemd systems).] *** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.firewall : Ensure the firewall is enabled and will start on boot.] *** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.firewall : Disable the firewalld service (on RHEL, if configured).] *** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.firewall : Disable the ufw firewall (on Ubuntu, if configured).] *** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.git : Ensure git is installed (RedHat).] ********************* | |
skipping: [elccs-new-curriculum.local] => (item=[]) | |
TASK [geerlingguy.git : Update apt cache (Debian).] **************************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.git : Ensure git is installed (Debian).] ********************* | |
changed: [elccs-new-curriculum.local] => (item=[u'git', u'git-svn']) | |
TASK [geerlingguy.git : Ensure git's dependencies are installed (RedHat).] ***** | |
skipping: [elccs-new-curriculum.local] => (item=[]) | |
TASK [geerlingguy.git : Ensure git's dependencies are installed (Debian).] ***** | |
skipping: [elccs-new-curriculum.local] => (item=[]) | |
TASK [geerlingguy.git : Get installed version] ********************************* | |
[DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead.. | |
This feature will be removed in version 2.4. Deprecation warnings can be | |
disabled by setting deprecation_warnings=False in ansible.cfg. | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.git : Force git install if the version numbers do not match] * | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.git : Download git.] ***************************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.git : Expand git archive.] *********************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.git : Build git.] ******************************************** | |
skipping: [elccs-new-curriculum.local] => (item=all) | |
skipping: [elccs-new-curriculum.local] => (item=install) | |
TASK [geerlingguy.postfix : Ensure postfix is installed (RedHat).] ************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.postfix : Ensure postfix is installed (Debian).] ************* | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.postfix : Ensure postfix is started and enabled at boot.] **** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.apache : Include OS-specific variables.] ********************* | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.apache : Define apache_packages.] **************************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.apache : include] ******************************************** | |
included: /Users/allan/workspace/elccs-new-curriculum/vendor/geerlingguy/drupal-vm/provisioning/roles/geerlingguy.apache/tasks/setup-Debian.yml for elccs-new-curriculum.local | |
TASK [geerlingguy.apache : Update apt cache.] ********************************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.apache : Ensure Apache is installed on Debian.] ************** | |
changed: [elccs-new-curriculum.local] => (item=[u'apache2', u'apache2-utils']) | |
TASK [geerlingguy.apache : Get installed version of Apache.] ******************* | |
[DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead.. | |
This feature will be removed in version 2.4. Deprecation warnings can be | |
disabled by setting deprecation_warnings=False in ansible.cfg. | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.apache : Create apache_version variable.] ******************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.apache : include_vars] *************************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.apache : include_vars] *************************************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.apache : include] ******************************************** | |
included: /Users/allan/workspace/elccs-new-curriculum/vendor/geerlingguy/drupal-vm/provisioning/roles/geerlingguy.apache/tasks/configure-Debian.yml for elccs-new-curriculum.local | |
TASK [geerlingguy.apache : Configure Apache.] ********************************** | |
ok: [elccs-new-curriculum.local] => (item={u'regexp': u'^Listen ', u'line': u'Listen 80'}) | |
TASK [geerlingguy.apache : Enable Apache mods.] ******************************** | |
changed: [elccs-new-curriculum.local] => (item=expires.load) | |
changed: [elccs-new-curriculum.local] => (item=ssl.load) | |
changed: [elccs-new-curriculum.local] => (item=rewrite.load) | |
changed: [elccs-new-curriculum.local] => (item=proxy.load) | |
changed: [elccs-new-curriculum.local] => (item=proxy_fcgi.load) | |
TASK [geerlingguy.apache : Disable Apache mods.] ******************************* | |
TASK [geerlingguy.apache : Check whether certificates defined in vhosts exist.] | |
TASK [geerlingguy.apache : Add apache vhosts configuration.] ******************* | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.apache : Add vhost symlink in sites-enabled.] **************** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.apache : Remove default vhost in sites-enabled.] ************* | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.apache : Ensure Apache has selected state and enabled on boot.] *** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.apache : Include OS-specific variables.] ********************* | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.apache : Define apache_packages.] **************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.apache : include] ******************************************** | |
included: /Users/allan/workspace/elccs-new-curriculum/vendor/geerlingguy/drupal-vm/provisioning/roles/geerlingguy.apache/tasks/setup-Debian.yml for elccs-new-curriculum.local | |
TASK [geerlingguy.apache : Update apt cache.] ********************************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.apache : Ensure Apache is installed on Debian.] ************** | |
ok: [elccs-new-curriculum.local] => (item=[u'apache2', u'apache2-utils']) | |
TASK [geerlingguy.apache : Get installed version of Apache.] ******************* | |
[DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead.. | |
This feature will be removed in version 2.4. Deprecation warnings can be | |
disabled by setting deprecation_warnings=False in ansible.cfg. | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.apache : Create apache_version variable.] ******************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.apache : include_vars] *************************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.apache : include_vars] *************************************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.apache : include] ******************************************** | |
included: /Users/allan/workspace/elccs-new-curriculum/vendor/geerlingguy/drupal-vm/provisioning/roles/geerlingguy.apache/tasks/configure-Debian.yml for elccs-new-curriculum.local | |
TASK [geerlingguy.apache : Configure Apache.] ********************************** | |
ok: [elccs-new-curriculum.local] => (item={u'regexp': u'^Listen ', u'line': u'Listen 80'}) | |
TASK [geerlingguy.apache : Enable Apache mods.] ******************************** | |
ok: [elccs-new-curriculum.local] => (item=expires.load) | |
ok: [elccs-new-curriculum.local] => (item=ssl.load) | |
ok: [elccs-new-curriculum.local] => (item=rewrite.load) | |
ok: [elccs-new-curriculum.local] => (item=proxy.load) | |
ok: [elccs-new-curriculum.local] => (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: [elccs-new-curriculum.local] | |
TASK [geerlingguy.apache : Add vhost symlink in sites-enabled.] **************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.apache : Remove default vhost in sites-enabled.] ************* | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.apache : Ensure Apache has selected state and enabled on boot.] *** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.apache-php-fpm : Enable mod_proxy_fcgi.] ********************* | |
ok: [elccs-new-curriculum.local] => (item=proxy.load) | |
ok: [elccs-new-curriculum.local] => (item=proxy_fcgi.load) | |
TASK [geerlingguy.nginx : Include OS-specific variables.] ********************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.nginx : Define nginx_user.] ********************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.nginx : Enable nginx repo.] ********************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.nginx : Ensure nginx is installed.] ************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.nginx : Add PPA for Nginx.] ********************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.nginx : Ensure nginx will reinstall if the PPA was just added.] *** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.nginx : Update apt cache.] *********************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.nginx : Ensure nginx is installed.] ************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.nginx : Update pkg cache.] *********************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.nginx : Ensure nginx is installed.] ************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.nginx : Create logs directory.] ****************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.nginx : Remove default nginx vhost config file (if configured).] *** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.nginx : Ensure nginx_vhost_path exists.] ********************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.nginx : Add managed vhost config file (if any vhosts are configured).] *** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.nginx : Remove managed vhost config file (if no vhosts are configured).] *** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.nginx : Copy nginx configuration in place.] ****************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.nginx : Ensure nginx is started and enabled to start at boot.] *** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php : Include OS-specific variables.] ************************ | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php : Define php_packages.] ********************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php : Define extra php_packages.] **************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php : Define php_webserver_daemon.] ************************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php : Define php_conf_paths.] ******************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php : Define php_extension_conf_paths.] ********************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php : Define php_apc_conf_filename.] ************************* | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php : Define php_opcache_conf_filename (Ubuntu 16.04).] ****** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php : Define php_opcache_conf_filename.] ********************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php : Define php_fpm_conf_path.] ***************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php : include] *********************************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /Users/allan/workspace/elccs-new-curriculum/vendor/geerlingguy/drupal-vm/provisioning/roles/geerlingguy.php/tasks/setup-Debian.yml for elccs-new-curriculum.local | |
TASK [geerlingguy.php : Update apt cache.] ************************************* | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php : Ensure PHP packages are installed.] ******************** | |
changed: [elccs-new-curriculum.local] => (item=[u'php5.6', u'php5.6-apcu', u'php5.6-cli', u'php5.6-common', u'php5.6-curl', u'php5.6-dev', u'php5.6-fpm', u'php5.6-gd', u'php5.6-imap', u'php5.6-json', u'php5.6-mbstring', u'php5.6-mcrypt', u'php5.6-opcache', u'php5.6-sqlite3', u'php5.6-xml', u'php5.6-yaml']) | |
TASK [geerlingguy.php : Delete APCu configuration file if this role will provide one.] *** | |
changed: [elccs-new-curriculum.local] => (item=/etc/php/5.6/fpm/conf.d) | |
ok: [elccs-new-curriculum.local] => (item=/etc/php/5.6/apache2/conf.d) | |
changed: [elccs-new-curriculum.local] => (item=/etc/php/5.6/cli/conf.d) | |
TASK [geerlingguy.php : Delete OpCache configuration file if this role will provide one.] *** | |
changed: [elccs-new-curriculum.local] => (item=/etc/php/5.6/fpm/conf.d) | |
ok: [elccs-new-curriculum.local] => (item=/etc/php/5.6/apache2/conf.d) | |
changed: [elccs-new-curriculum.local] => (item=/etc/php/5.6/cli/conf.d) | |
TASK [geerlingguy.php : include] *********************************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /Users/allan/workspace/elccs-new-curriculum/vendor/geerlingguy/drupal-vm/provisioning/roles/geerlingguy.php/tasks/configure.yml for elccs-new-curriculum.local | |
TASK [geerlingguy.php : Ensure configuration directories exist.] *************** | |
ok: [elccs-new-curriculum.local] => (item=/etc/php/5.6/fpm) | |
changed: [elccs-new-curriculum.local] => (item=/etc/php/5.6/apache2) | |
ok: [elccs-new-curriculum.local] => (item=/etc/php/5.6/cli) | |
ok: [elccs-new-curriculum.local] => (item=/etc/php/5.6/fpm/conf.d) | |
changed: [elccs-new-curriculum.local] => (item=/etc/php/5.6/apache2/conf.d) | |
ok: [elccs-new-curriculum.local] => (item=/etc/php/5.6/cli/conf.d) | |
TASK [geerlingguy.php : Place PHP configuration file in place.] **************** | |
changed: [elccs-new-curriculum.local] => (item=/etc/php/5.6/fpm) | |
changed: [elccs-new-curriculum.local] => (item=/etc/php/5.6/apache2) | |
changed: [elccs-new-curriculum.local] => (item=/etc/php/5.6/cli) | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /Users/allan/workspace/elccs-new-curriculum/vendor/geerlingguy/drupal-vm/provisioning/roles/geerlingguy.php/tasks/configure-apcu.yml for elccs-new-curriculum.local | |
TASK [geerlingguy.php : Check for existing APCu config files.] ***************** | |
ok: [elccs-new-curriculum.local] => (item=/etc/php/5.6/fpm/conf.d) | |
ok: [elccs-new-curriculum.local] => (item=/etc/php/5.6/apache2/conf.d) | |
ok: [elccs-new-curriculum.local] => (item=/etc/php/5.6/cli/conf.d) | |
TASK [geerlingguy.php : Remove any non-role-supplied APCu config files.] ******* | |
TASK [geerlingguy.php : Ensure APCu config file is present.] ******************* | |
changed: [elccs-new-curriculum.local] => (item=/etc/php/5.6/fpm/conf.d) | |
changed: [elccs-new-curriculum.local] => (item=/etc/php/5.6/apache2/conf.d) | |
changed: [elccs-new-curriculum.local] => (item=/etc/php/5.6/cli/conf.d) | |
TASK [geerlingguy.php : Remove APCu config file if APC is disabled.] *********** | |
skipping: [elccs-new-curriculum.local] => (item=/etc/php/5.6/fpm/conf.d) | |
skipping: [elccs-new-curriculum.local] => (item=/etc/php/5.6/apache2/conf.d) | |
skipping: [elccs-new-curriculum.local] => (item=/etc/php/5.6/cli/conf.d) | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /Users/allan/workspace/elccs-new-curriculum/vendor/geerlingguy/drupal-vm/provisioning/roles/geerlingguy.php/tasks/configure-opcache.yml for elccs-new-curriculum.local | |
TASK [geerlingguy.php : Check for existing OpCache config files.] ************** | |
ok: [elccs-new-curriculum.local] => (item=/etc/php/5.6/fpm/conf.d) | |
ok: [elccs-new-curriculum.local] => (item=/etc/php/5.6/apache2/conf.d) | |
ok: [elccs-new-curriculum.local] => (item=/etc/php/5.6/cli/conf.d) | |
TASK [geerlingguy.php : Remove any non-role-supplied OpCache config files.] **** | |
TASK [geerlingguy.php : Ensure OpCache config file is present.] **************** | |
changed: [elccs-new-curriculum.local] => (item=/etc/php/5.6/fpm/conf.d) | |
changed: [elccs-new-curriculum.local] => (item=/etc/php/5.6/apache2/conf.d) | |
changed: [elccs-new-curriculum.local] => (item=/etc/php/5.6/cli/conf.d) | |
TASK [geerlingguy.php : Remove OpCache config file if OpCache is disabled.] **** | |
skipping: [elccs-new-curriculum.local] => (item=/etc/php/5.6/fpm/conf.d) | |
skipping: [elccs-new-curriculum.local] => (item=/etc/php/5.6/apache2/conf.d) | |
skipping: [elccs-new-curriculum.local] => (item=/etc/php/5.6/cli/conf.d) | |
TASK [geerlingguy.php : include] *********************************************** | |
included: /Users/allan/workspace/elccs-new-curriculum/vendor/geerlingguy/drupal-vm/provisioning/roles/geerlingguy.php/tasks/configure-fpm.yml for elccs-new-curriculum.local | |
TASK [geerlingguy.php : Define php_fpm_daemon.] ******************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php : Define php_fpm_pool_conf_path.] ************************ | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php : Define php_fpm_pool_user.] ***************************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php : Define php_fpm_pool_group.] **************************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php : Stat php_fpm_pool_conf_path] *************************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php : Ensure the default pool directory exists.] ************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php : Ensure the default pool exists.] *********************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php : Configure php-fpm pool (if enabled).] ****************** | |
ok: [elccs-new-curriculum.local] => (item={u'regexp': u'^user.?=.+$', u'line': u'user = www-data'}) | |
ok: [elccs-new-curriculum.local] => (item={u'regexp': u'^group.?=.+$', u'line': u'group = www-data'}) | |
changed: [elccs-new-curriculum.local] => (item={u'regexp': u'^listen.?=.+$', u'line': u'listen = 127.0.0.1:9000'}) | |
changed: [elccs-new-curriculum.local] => (item={u'regexp': u'^listen\\.allowed_clients.?=.+$', u'line': u'listen.allowed_clients = 127.0.0.1'}) | |
changed: [elccs-new-curriculum.local] => (item={u'regexp': u'^pm\\.max_children.?=.+$', u'line': u'pm.max_children = 50'}) | |
changed: [elccs-new-curriculum.local] => (item={u'regexp': u'^pm\\.start_servers.?=.+$', u'line': u'pm.start_servers = 5'}) | |
changed: [elccs-new-curriculum.local] => (item={u'regexp': u'^pm\\.min_spare_servers.?=.+$', u'line': u'pm.min_spare_servers = 5'}) | |
changed: [elccs-new-curriculum.local] => (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: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-pecl : Install PECL libaries.] *************************** | |
TASK [geerlingguy.composer : Set php_executable variable to a default if not defined.] *** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.composer : Check if Composer is installed.] ****************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.composer : Download Composer installer.] ********************* | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.composer : Run Composer installer.] ************************** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.composer : Move Composer into globally-accessible location.] * | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.composer : Update Composer to latest version (if configured).] *** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.composer : Ensure composer directory exists.] **************** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.composer : Add GitHub OAuth token for Composer (if configured).] *** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.composer : Install configured globally-required packages.] *** | |
changed: [elccs-new-curriculum.local] => (item={u'release': u'^0.3', u'name': u'hirak/prestissimo'}) | |
TASK [geerlingguy.composer : Add composer_home_path bin directory to global $PATH.] *** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.composer : Add composer_project_path bin directory to global $PATH.] *** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.mysql : Include OS-specific variables.] ********************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.mysql : Include OS-specific variables (RedHat).] ************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.mysql : Define mysql_packages.] ****************************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.mysql : Define mysql_daemon.] ******************************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.mysql : Define mysql_slow_query_log_file.] ******************* | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.mysql : Define mysql_log_error.] ***************************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.mysql : Define mysql_syslog_tag.] **************************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.mysql : Define mysql_pid_file.] ****************************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.mysql : Define mysql_config_file.] *************************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.mysql : Define mysql_config_include_dir.] ******************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.mysql : Define mysql_socket.] ******************************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.mysql : Define mysql_supports_innodb_large_prefix.] ********** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.mysql : include] ********************************************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.mysql : include] ********************************************* | |
included: /Users/allan/workspace/elccs-new-curriculum/vendor/geerlingguy/drupal-vm/provisioning/roles/geerlingguy.mysql/tasks/setup-Debian.yml for elccs-new-curriculum.local | |
TASK [geerlingguy.mysql : Check if MySQL is already installed.] **************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.mysql : Update apt cache if MySQL is not yet installed.] ***** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.mysql : Ensure MySQL Python libraries are installed.] ******** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.mysql : Ensure MySQL packages are installed.] **************** | |
changed: [elccs-new-curriculum.local] => (item=[u'mysql-common', u'mysql-server']) | |
TASK [geerlingguy.mysql : Ensure MySQL is stopped after initial install.] ****** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.mysql : Delete innodb log files created by apt package after initial install.] *** | |
changed: [elccs-new-curriculum.local] => (item=ib_logfile0) | |
changed: [elccs-new-curriculum.local] => (item=ib_logfile1) | |
TASK [geerlingguy.mysql : Check if MySQL packages were installed.] ************* | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.mysql : Copy my.cnf global MySQL configuration.] ************* | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.mysql : Verify mysql include directory exists.] ************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.mysql : Copy my.cnf override files into include directory.] ** | |
TASK [geerlingguy.mysql : Create slow query log file (if configured).] ********* | |
changed: [elccs-new-curriculum.local] | |
[WARNING]: Consider using file module with state=touch rather than running | |
touch | |
TASK [geerlingguy.mysql : Create datadir if it does not exist] ***************** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.mysql : Set ownership on slow query log file (if configured).] *** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.mysql : Create error log file (if configured).] ************** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.mysql : Set ownership on error log file (if configured).] **** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.mysql : Ensure MySQL is started and enabled on boot.] ******** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.mysql : Get MySQL version.] ********************************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.mysql : Ensure default user is present.] ********************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.mysql : Copy user-my.cnf file with password credentials.] **** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.mysql : Disallow root login remotely] ************************ | |
ok: [elccs-new-curriculum.local] => (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.] **************** | |
[DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead.. | |
This feature will be removed in version 2.4. Deprecation warnings can be | |
disabled by setting deprecation_warnings=False in ansible.cfg. | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.mysql : Update MySQL root password for localhost root account (5.7.x).] *** | |
changed: [elccs-new-curriculum.local] => (item=localhost) | |
TASK [geerlingguy.mysql : Update MySQL root password for localhost root account (< 5.7.x).] *** | |
skipping: [elccs-new-curriculum.local] => (item=localhost) | |
TASK [geerlingguy.mysql : Copy .my.cnf file with root password credentials.] *** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.mysql : Get list of hosts for the anonymous user.] *********** | |
[DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead.. | |
This feature will be removed in version 2.4. Deprecation warnings can be | |
disabled by setting deprecation_warnings=False in ansible.cfg. | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.mysql : Remove anonymous MySQL users.] *********************** | |
TASK [geerlingguy.mysql : Remove MySQL test database.] ************************* | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.mysql : Ensure MySQL databases are present.] ***************** | |
changed: [elccs-new-curriculum.local] => (item={u'collation': u'utf8mb4_general_ci', u'name': u'drupal', u'encoding': u'utf8mb4'}) | |
TASK [geerlingguy.mysql : Ensure MySQL users are present.] ********************* | |
changed: [elccs-new-curriculum.local] => (item=(censored due to no_log)) | |
TASK [geerlingguy.mysql : Ensure replication user exists on master.] *********** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.mysql : Check slave replication status.] ********************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.mysql : Check master replication status.] ******************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.mysql : Configure replication on the slave.] ***************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.mysql : Start replication.] ********************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-mysql : Include OS-specific variables.] ****************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-mysql : Define php_mysql_package.] *********************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-mysql : Install PHP MySQL dependencies (RedHat).] ******** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-mysql : Install PHP MySQL dependencies (Debian).] ******** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.postgresql : include] **************************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.postgresql : include] **************************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.postgresql : include] **************************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.postgresql : Set PostgreSQL environment variables.] ********** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.postgresql : Ensure PostgreSQL data directory exists.] ******* | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.postgresql : Check if PostgreSQL database is initialized.] *** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.postgresql : Ensure PostgreSQL database is initialized.] ***** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.postgresql : Configure global settings.] ********************* | |
skipping: [elccs-new-curriculum.local] => (item={u'option': u'unix_socket_directories', u'value': u'/var/run/postgresql'}) | |
TASK [geerlingguy.postgresql : Ensure PostgreSQL unix socket dirs exist.] ****** | |
skipping: [elccs-new-curriculum.local] => (item=/var/run/postgresql) | |
TASK [geerlingguy.postgresql : Ensure PostgreSQL is started and enabled on boot.] *** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.postgresql : Ensure PostgreSQL databases are present.] ******* | |
skipping: [elccs-new-curriculum.local] => (item={u'name': u'drupal'}) | |
TASK [geerlingguy.postgresql : Ensure PostgreSQL users are present.] *********** | |
skipping: [elccs-new-curriculum.local] => (item=(censored due to no_log)) | |
TASK [geerlingguy.php-pgsql : Include OS-specific variables.] ****************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-pgsql : Define php_pgsql_package.] *********************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-pgsql : Install PHP PostgreSQL dependencies (RedHat).] *** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-pgsql : Install PHP PostgreSQL dependencies (Debian).] *** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.drupal-console : Install Drupal Console.] ******************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.drupal-console : Ensure Drupal Console is executable.] ******* | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.drupal-console : Run Drupal Console init.] ******************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.drupal-console : Update Drupal Console to latest version (if configured).] *** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.drush : Clone Drush from GitHub.] **************************** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.drush : Check for composer.json] ***************************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.drush : Ensure Drush can be installed on Debian Wheezy.] ***** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.drush : Install Drush dependencies with Composer.] *********** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.drush : Create drush symlink.] ******************************* | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.drush : Run drush to finish setting it up.] ****************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.memcached : Include OS-specific variables.] ****************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.memcached : Define memcached_user.] ************************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.memcached : Update apt cache.] ******************************* | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.memcached : Install Memcached.] ****************************** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.memcached : Copy Memcached configuration.] ******************* | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.memcached : Ensure Memcached is started and set to run on startup.] *** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-memcached : Include OS-specific variables.] ************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-memcached : Define php_memcached_package.] *************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-memcached : Install PHP Memcached extension (RedHat).] *** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-memcached : Install PHP Memcached extension (Debian).] *** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-tideways : Include OS-specific variables.] *************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-tideways : Define php_tideways_module_path.] ************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-tideways : Define php_tideways_config_filename.] ********* | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-tideways : Ensure dependencies for installing Tideways are present.] *** | |
skipping: [elccs-new-curriculum.local] => (item=[]) | |
TASK [geerlingguy.php-tideways : Download and untar Tideways.] ***************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-tideways : Build Tideways.] ****************************** | |
skipping: [elccs-new-curriculum.local] => (item=phpize) | |
skipping: [elccs-new-curriculum.local] => (item=./configure) | |
skipping: [elccs-new-curriculum.local] => (item=make) | |
skipping: [elccs-new-curriculum.local] => (item=make install) | |
TASK [geerlingguy.php-tideways : Ensure Tideways module path exists.] ********** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-tideways : Move Tideways module into place.] ************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-tideways : Ensure PHP configuration directories exist.] ** | |
skipping: [elccs-new-curriculum.local] => (item=/etc/php/5.6/fpm/conf.d) | |
skipping: [elccs-new-curriculum.local] => (item=/etc/php/5.6/apache2/conf.d) | |
skipping: [elccs-new-curriculum.local] => (item=/etc/php/5.6/cli/conf.d) | |
TASK [geerlingguy.php-tideways : Copy Tideways INI into various other conf folders.] *** | |
skipping: [elccs-new-curriculum.local] => (item=/etc/php/5.6/fpm/conf.d) | |
skipping: [elccs-new-curriculum.local] => (item=/etc/php/5.6/apache2/conf.d) | |
skipping: [elccs-new-curriculum.local] => (item=/etc/php/5.6/cli/conf.d) | |
TASK [geerlingguy.php-tideways : Define xhprof_download_url.] ****************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-tideways : Define xhprof_download_folder_name.] ********** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-tideways : Define php_xhprof_lib_dir.] ******************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-tideways : Define php_xhprof_html_dir.] ****************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-tideways : Ensure dependencies for the XHProf UI are present.] *** | |
skipping: [elccs-new-curriculum.local] => (item=[]) | |
TASK [geerlingguy.php-tideways : Download and untar XHProf.] ******************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-tideways : Move XHProf PHP library into place.] ********** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-tideways : Move XHProf UI into place.] ******************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-tideways : Ensure PHP configuration directories exist.] ** | |
skipping: [elccs-new-curriculum.local] => (item=/etc/php/5.6/fpm/conf.d) | |
skipping: [elccs-new-curriculum.local] => (item=/etc/php/5.6/apache2/conf.d) | |
skipping: [elccs-new-curriculum.local] => (item=/etc/php/5.6/cli/conf.d) | |
TASK [geerlingguy.php-tideways : Copy Tideways INI into various other conf folders.] *** | |
skipping: [elccs-new-curriculum.local] => (item=/etc/php/5.6/fpm/conf.d) | |
skipping: [elccs-new-curriculum.local] => (item=/etc/php/5.6/apache2/conf.d) | |
skipping: [elccs-new-curriculum.local] => (item=/etc/php/5.6/cli/conf.d) | |
TASK [geerlingguy.php-xdebug : Include OS-specific variables.] ***************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-xdebug : Define php_xdebug_module_path.] ***************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-xdebug : Define php_xdebug_config_filename.] ************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-xdebug : Ensure dependencies for building from source are installed (RedHat).] *** | |
skipping: [elccs-new-curriculum.local] => (item=[]) | |
TASK [geerlingguy.php-xdebug : Ensure dependencies for building from source are installed (Debian).] *** | |
skipping: [elccs-new-curriculum.local] => (item=[]) | |
TASK [geerlingguy.php-xdebug : Untar Xdebug.] ********************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-xdebug : Build Xdebug.] ********************************** | |
skipping: [elccs-new-curriculum.local] => (item=phpize) | |
skipping: [elccs-new-curriculum.local] => (item=./configure) | |
skipping: [elccs-new-curriculum.local] => (item=make) | |
TASK [geerlingguy.php-xdebug : Ensure Xdebug module path exists.] ************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-xdebug : Move Xdebug module into place.] ***************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-xdebug : Copy xdebug ini into main extension config folder.] *** | |
skipping: [elccs-new-curriculum.local] => (item=/etc/php/5.6/fpm/conf.d) | |
skipping: [elccs-new-curriculum.local] => (item=/etc/php/5.6/apache2/conf.d) | |
skipping: [elccs-new-curriculum.local] => (item=/etc/php/5.6/cli/conf.d) | |
TASK [geerlingguy.php-xhprof : Include OS-specific variables.] ***************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-xhprof : Define php_xhprof_module_path.] ***************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-xhprof : Define php_xhprof_config_filename.] ************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-xhprof : Ensure dependencies for installing XHProf are present.] *** | |
skipping: [elccs-new-curriculum.local] => (item=[]) | |
TASK [geerlingguy.php-xhprof : Download and untar XHProf.] ********************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-xhprof : Build XHProf.] ********************************** | |
skipping: [elccs-new-curriculum.local] => (item=phpize) | |
skipping: [elccs-new-curriculum.local] => (item=./configure) | |
skipping: [elccs-new-curriculum.local] => (item=make) | |
TASK [geerlingguy.php-xhprof : Ensure XHProf module path exists.] ************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-xhprof : Move XHProf module into place.] ***************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-xhprof : Move XHProf PHP library into place.] ************ | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-xhprof : Move XHProf UI into place.] ********************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-xhprof : Ensure PHP configuration directories exist.] **** | |
skipping: [elccs-new-curriculum.local] => (item=/etc/php/5.6/fpm/conf.d) | |
skipping: [elccs-new-curriculum.local] => (item=/etc/php/5.6/apache2/conf.d) | |
skipping: [elccs-new-curriculum.local] => (item=/etc/php/5.6/cli/conf.d) | |
TASK [geerlingguy.php-xhprof : Copy XHProf INI into various other conf folders.] *** | |
skipping: [elccs-new-curriculum.local] => (item=/etc/php/5.6/fpm/conf.d) | |
skipping: [elccs-new-curriculum.local] => (item=/etc/php/5.6/apache2/conf.d) | |
skipping: [elccs-new-curriculum.local] => (item=/etc/php/5.6/cli/conf.d) | |
TASK [geerlingguy.php-xhprof : Ensure XHProf output directory exists.] ********* | |
skipping: [elccs-new-curriculum.local] | |
TASK [thom8.php-upload-progress : Include OS-specific variables.] ************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [thom8.php-upload-progress : Define php_uploadprogress_module_path.] ****** | |
skipping: [elccs-new-curriculum.local] | |
TASK [thom8.php-upload-progress : Define php_uploadprogress_config_filename.] ** | |
skipping: [elccs-new-curriculum.local] | |
TASK [thom8.php-upload-progress : Download and untar uploadprogress.] ********** | |
skipping: [elccs-new-curriculum.local] | |
TASK [thom8.php-upload-progress : Build uploadprogress.] *********************** | |
skipping: [elccs-new-curriculum.local] => (item=phpize) | |
skipping: [elccs-new-curriculum.local] => (item=./configure) | |
skipping: [elccs-new-curriculum.local] => (item=make) | |
TASK [thom8.php-upload-progress : Ensure uploadprogress module path exists.] *** | |
skipping: [elccs-new-curriculum.local] | |
TASK [thom8.php-upload-progress : Move uploadprogress module into place.] ****** | |
skipping: [elccs-new-curriculum.local] | |
TASK [thom8.php-upload-progress : Add php extension config for uploadprogress.] | |
skipping: [elccs-new-curriculum.local] => (item=/etc/php/5.6/fpm/conf.d) | |
skipping: [elccs-new-curriculum.local] => (item=/etc/php/5.6/apache2/conf.d) | |
skipping: [elccs-new-curriculum.local] => (item=/etc/php/5.6/cli/conf.d) | |
TASK [geerlingguy.blackfire : Add packagecloud GPG key.] *********************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.blackfire : Add Blackfire repository.] *********************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.blackfire : Disable gpg_repocheck for non-bleeding-edge CentOS.] *** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.blackfire : Add packagecloud apt key.] *********************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.blackfire : Add packagecloud repository.] ******************** | |
skipping: [elccs-new-curriculum.local] => (item=deb http://packages.blackfire.io/debian any main) | |
TASK [geerlingguy.blackfire : Update apt caches after repo is added.] ********** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.blackfire : Ensure Blackfire packages are installed.] ******** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.adminer : Ensure Adminer directory exists.] ****************** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.adminer : Download Adminer to configured directory.] ********* | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.adminer : Symlink Adminer into configured directories.] ****** | |
TASK [geerlingguy.adminer : Set the proper Apache configuration directory (Debian).] *** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.adminer : Add Apache configuration file for Adminer (Debian).] *** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.adminer : Add Apache configuration file for Adminer (RedHat).] *** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.pimpmylog : Clone Pimp my Log.] ****************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.pimpmylog : Grant all privileges on the Pimp my Log directory.] *** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.daemonize : Download daemonize archive.] ********************* | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.daemonize : Expand daemonize archive.] *********************** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.daemonize : Check if daemonize is installed.] **************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.daemonize : Build daemonize.] ******************************** | |
changed: [elccs-new-curriculum.local] => (item=./configure --prefix=/usr) | |
changed: [elccs-new-curriculum.local] => (item=make) | |
changed: [elccs-new-curriculum.local] => (item=make install) | |
TASK [geerlingguy.daemonize : Download daemonize archive.] ********************* | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.daemonize : Expand daemonize archive.] *********************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.daemonize : Check if daemonize is installed.] **************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.daemonize : Build daemonize.] ******************************** | |
skipping: [elccs-new-curriculum.local] => (item=./configure --prefix=/usr) | |
skipping: [elccs-new-curriculum.local] => (item=make) | |
skipping: [elccs-new-curriculum.local] => (item=make install) | |
TASK [geerlingguy.mailhog : Ensure mailhog install directory exists.] ********** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.mailhog : Download MailHog and mhsendmail binaries.] ********* | |
changed: [elccs-new-curriculum.local] => (item={u'url': u'https://github.com/mailhog/MailHog/releases/download/v0.2.0/MailHog_linux_amd64', u'dest': u'/opt/mailhog/mailhog'}) | |
changed: [elccs-new-curriculum.local] => (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.] ************** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.mailhog : Copy mailhog systemd unit file into place (for systemd systems).] *** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.mailhog : Ensure mailhog is enabled and will start on boot.] * | |
changed: [elccs-new-curriculum.local] | |
TASK [franklinkim.newrelic : Checking for key] ********************************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [franklinkim.newrelic : Installing dependencies] ************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [franklinkim.newrelic : Adding APT key] *********************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [franklinkim.newrelic : Add APT repository] ******************************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [franklinkim.newrelic : Installing packages] ****************************** | |
skipping: [elccs-new-curriculum.local] => (item=[]) | |
TASK [franklinkim.newrelic : Installing dependencies] ************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [franklinkim.newrelic : Installing packages] ****************************** | |
skipping: [elccs-new-curriculum.local] => (item=[]) | |
TASK [franklinkim.newrelic : Configuring module] ******************************* | |
skipping: [elccs-new-curriculum.local] => (item=etc/newrelic/nrsysmond.cfg) | |
TASK [franklinkim.newrelic : Configuring user groups] ************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [franklinkim.newrelic : Configuring service] ****************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.nodejs : Set up the Nodesource RPM directory for Node.js > 0.10.] *** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.nodejs : Set up the Nodesource RPM variable for Node.js == 0.10.] *** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.nodejs : Import Nodesource RPM key (CentOS < 7).] ************ | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.nodejs : Import Nodesource RPM key (CentOS 7+)..] ************ | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.nodejs : Add Nodesource repositories for Node.js (CentOS < 7).] *** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.nodejs : Add Nodesource repositories for Node.js (CentOS 7+).] *** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.nodejs : Ensure Node.js and npm are installed.] ************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.nodejs : Ensure apt-transport-https is installed.] *********** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.nodejs : Add Nodesource apt key.] **************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.nodejs : Add NodeSource repositories for Node.js.] *********** | |
skipping: [elccs-new-curriculum.local] => (item=deb https://deb.nodesource.com/node_0.12 xenial main) | |
skipping: [elccs-new-curriculum.local] => (item=deb-src https://deb.nodesource.com/node_0.12 xenial main) | |
TASK [geerlingguy.nodejs : Update apt cache if repo was added.] **************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.nodejs : Ensure Node.js and npm are installed.] ************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.nodejs : Define nodejs_install_npm_user] ********************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.nodejs : Create npm global directory] ************************ | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.nodejs : Add npm_config_prefix bin directory to global $PATH.] *** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.nodejs : Ensure npm global packages are installed.] ********** | |
TASK [geerlingguy.nodejs : Ensure npm global packages are at the latest release.] *** | |
TASK [geerlingguy.redis : Include OS-specific variables.] ********************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.redis : Define redis_package.] ******************************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.redis : Ensure Redis is installed.] ************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.redis : Ensure Redis is installed.] ************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.redis : Ensure Redis is configured.] ************************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.redis : Ensure Redis is running and enabled on boot.] ******** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-redis : Include OS-specific variables.] ****************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-redis : Define php_redis_package.] *********************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-redis : Install PhpRedis extension (RedHat).] ************ | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-redis : Install PhpRedis extension (Debian).] ************ | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-redis : Clone the PhpRedis repo.] ************************ | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-redis : Run phpize.] ************************************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-redis : Run configure script.] *************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.php-redis : Make and install PHP.] *************************** | |
skipping: [elccs-new-curriculum.local] => (item=make) | |
skipping: [elccs-new-curriculum.local] => (item=make install) | |
TASK [geerlingguy.php-redis : Ensure the Redis extension is present in PHP's configuration.] *** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.ruby : Install ruby and rubygems.] *************************** | |
skipping: [elccs-new-curriculum.local] => (item=[]) | |
TASK [geerlingguy.ruby : Update apt cache.] ************************************ | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.ruby : Set rubygems package name for Ubuntu 14.04.] ********** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.ruby : Install ruby and rubygems.] *************************** | |
skipping: [elccs-new-curriculum.local] => (item=[]) | |
TASK [geerlingguy.ruby : Install packages required to build ruby (RedHat).] **** | |
skipping: [elccs-new-curriculum.local] => (item=[]) | |
TASK [geerlingguy.ruby : Update apt cache (Debian).] *************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.ruby : Install packages required to build ruby (Debian).] **** | |
skipping: [elccs-new-curriculum.local] => (item=[]) | |
TASK [geerlingguy.ruby : Download ruby.] *************************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.ruby : Extract ruby.] **************************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.ruby : Build ruby.] ****************************************** | |
skipping: [elccs-new-curriculum.local] => (item=./configure --enable-shared) | |
skipping: [elccs-new-curriculum.local] => (item=make) | |
skipping: [elccs-new-curriculum.local] => (item=make install) | |
TASK [geerlingguy.ruby : Add ruby symlinks.] *********************************** | |
skipping: [elccs-new-curriculum.local] => (item=erb) | |
skipping: [elccs-new-curriculum.local] => (item=gem) | |
skipping: [elccs-new-curriculum.local] => (item=irb) | |
skipping: [elccs-new-curriculum.local] => (item=rake) | |
skipping: [elccs-new-curriculum.local] => (item=rdoc) | |
skipping: [elccs-new-curriculum.local] => (item=ruby) | |
TASK [geerlingguy.ruby : Add user installed RubyGems bin directory to global $PATH.] *** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.ruby : Install Bundler.] ************************************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.ruby : Install configured gems.] ***************************** | |
TASK [geerlingguy.java : Include OS-specific variables.] *********************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.java : Include OS-specific variables for Fedora.] ************ | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.java : Include version-specific variables for Ubuntu.] ******* | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.java : Define java_packages.] ******************************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.java : include] ********************************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.java : include] ********************************************** | |
included: /Users/allan/workspace/elccs-new-curriculum/vendor/geerlingguy/drupal-vm/provisioning/roles/geerlingguy.java/tasks/setup-Debian.yml for elccs-new-curriculum.local | |
TASK [geerlingguy.java : Ensure Java is installed.] **************************** | |
changed: [elccs-new-curriculum.local] => (item=[u'openjdk-8-jdk']) | |
TASK [geerlingguy.java : include] ********************************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.java : Set JAVA_HOME if configured.] ************************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [arknoll.selenium : Include OS-Specific variables] ************************ | |
skipping: [elccs-new-curriculum.local] | |
TASK [arknoll.selenium : Install dependencies] ********************************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [arknoll.selenium : create directory] ************************************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [arknoll.selenium : Download Selenium] ************************************ | |
skipping: [elccs-new-curriculum.local] | |
TASK [arknoll.selenium : Install FireFox (if configured)] ********************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [arknoll.selenium : Add Chrome key (if configured, Debian)] *************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [arknoll.selenium : Add Chrome repo (if configured, Debian)] ************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [arknoll.selenium : Install Chrome (if configured, Debian)] *************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [arknoll.selenium : Install Chrome (if configured, RedHat)] *************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [arknoll.selenium : Get the latest release for chromedriver] ************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [arknoll.selenium : Install chromedriver] ********************************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [arknoll.selenium : Install xvfb] ***************************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [arknoll.selenium : Install init script] ********************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [arknoll.selenium : Install systemd unit file (for systemd systems)] ****** | |
skipping: [elccs-new-curriculum.local] | |
TASK [arknoll.selenium : Register systemd service status (for systemd systems)] | |
skipping: [elccs-new-curriculum.local] | |
TASK [arknoll.selenium : Ensure selenium is running] *************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.solr : Ensure solr_user group exists.] *********************** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.solr : Ensure solr_user exists.] ***************************** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.solr : Set solr_filename for Solr 4+.] *********************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.solr : Set solr_filename for Solr 3.x.] ********************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.solr : Download Solr.] *************************************** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.solr : Expand Solr.] ***************************************** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.solr : Check if Solr is already installed.] ****************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.solr : Copy Solr into place.] ******************************** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.solr : Ensure Solr install files are owned by the solr_user.] | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.solr : Check if solr_home is already set up.] **************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.solr : Ensure solr_home directory exists.] ******************* | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.solr : Copy Solr example into solr_home.] ******************** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.solr : Fix the example solrconfig.xml file.] ***************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.solr : Ensure Solr home files are owned by the solr_user.] *** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.solr : Ensure log file is created and has proper permissions.] *** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.solr : Copy solr init script into place.] ******************** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.solr : Ensure daemon is installed (Debian).] ***************** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.solr : Copy solr systemd unit file into place (for systemd systems).] *** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.solr : Ensure lsof is present (RedHat).] ********************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.solr : Ensure setfacl support is present.] ******************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.solr : Run Solr installation script.] ************************ | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.solr : Ensure solr is stopped (RHEL 7 workaround).] ********** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.solr : Run systemd daemon_reload (RHEL 7 workaround).] ******* | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.solr : Ensure solr is started and enabled on boot.] ********** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.solr : Check current list of Solr cores.] ******************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.solr : Ensure Solr conf directories exist.] ****************** | |
skipping: [elccs-new-curriculum.local] => (item=collection1) | |
TASK [geerlingguy.solr : Ensure core configuration directories exist.] ********* | |
skipping: [elccs-new-curriculum.local] => (item=collection1) | |
TASK [geerlingguy.solr : Create configured cores.] ***************************** | |
skipping: [elccs-new-curriculum.local] => (item=collection1) | |
TASK [geerlingguy.solr : Remove existing SOLR_HEAP configuration.] ************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.solr : Apply Solr configuration changes.] ******************** | |
skipping: [elccs-new-curriculum.local] => (item={u'regexp': u'^.?SOLR_JAVA_MEM=', u'line': u'SOLR_JAVA_MEM="-Xms64M -Xmx128M"'}) | |
skipping: [elccs-new-curriculum.local] => (item={u'regexp': u'^SOLR_PORT=', u'line': u'SOLR_PORT="8983"'}) | |
skipping: [elccs-new-curriculum.local] => (item={u'regexp': u'^.?SOLR_TIMEZONE=', u'line': u'SOLR_TIMEZONE="UTC"'}) | |
TASK [geerlingguy.java : Include OS-specific variables.] *********************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.java : Include OS-specific variables for Fedora.] ************ | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.java : Include version-specific variables for Ubuntu.] ******* | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.java : Define java_packages.] ******************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.java : include] ********************************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.java : include] ********************************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.java : include] ********************************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.java : Set JAVA_HOME if configured.] ************************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.elasticsearch : Add Elasticsearch GPG key.] ****************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.elasticsearch : Add Elasticsearch repository.] *************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.elasticsearch : Install Elasticsearch.] ********************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.elasticsearch : Add Elasticsearch apt key.] ****************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.elasticsearch : Add Elasticsearch repository.] *************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.elasticsearch : Install Elasticsearch.] ********************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.elasticsearch : Configure Elasticsearch.] ******************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.elasticsearch : Start Elasticsearch.] ************************ | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.elasticsearch : Make sure Elasticsearch is running before proceeding.] *** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.varnish : Include OS-specific variables.] ******************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.varnish : Ensure Varnish dependencies are installed.] ******** | |
skipping: [elccs-new-curriculum.local] => (item=[]) | |
TASK [geerlingguy.varnish : Add Varnish repository.] *************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.varnish : Set repo fact appropriately.] ********************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.varnish : Install Varnish.] ********************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.varnish : Ensure APT HTTPS Transport is installed.] ********** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.varnish : Add Varnish apt key.] ****************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.varnish : Add Varnish apt repository.] *********************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.varnish : Install Varnish.] ********************************** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.varnish : Copy Varnish configuration (sysvinit).] ************ | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.varnish : Copy Debian Jessie/Xenial specific Varnish configs (systemd).] *** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.varnish : Copy Varnish configuration (systemd).] ************* | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.varnish : Ensure Varnish config path exists.] **************** | |
ok: [elccs-new-curriculum.local] | |
TASK [geerlingguy.varnish : Copy Varnish default VCL.] ************************* | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.varnish : Copy varnish secret.] ****************************** | |
changed: [elccs-new-curriculum.local] | |
TASK [geerlingguy.varnish : Ensure Varnish services are started enabled on startup.] *** | |
ok: [elccs-new-curriculum.local] => (item=varnish) | |
TASK [geerlingguy.security : Include OS-specific variables.] ******************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.security : Install fail2ban.] ******************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.security : Install fail2ban.] ******************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.security : Ensure fail2ban is running and enabled on boot.] ** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.security : Update SSH configuration to be more secure.] ****** | |
skipping: [elccs-new-curriculum.local] => (item={u'regexp': u'^PasswordAuthentication', u'line': u'PasswordAuthentication no'}) | |
skipping: [elccs-new-curriculum.local] => (item={u'regexp': u'^PermitRootLogin', u'line': u'PermitRootLogin no'}) | |
skipping: [elccs-new-curriculum.local] => (item={u'regexp': u'^Port', u'line': u'Port 22'}) | |
skipping: [elccs-new-curriculum.local] => (item={u'regexp': u'^UseDNS', u'line': u'UseDNS no'}) | |
skipping: [elccs-new-curriculum.local] => (item={u'regexp': u'^PermitEmptyPasswords', u'line': u'PermitEmptyPasswords no'}) | |
skipping: [elccs-new-curriculum.local] => (item={u'regexp': u'^ChallengeResponseAuthentication', u'line': u'ChallengeResponseAuthentication no'}) | |
skipping: [elccs-new-curriculum.local] => (item={u'regexp': u'^GSSAPIAuthentication', u'line': u'GSSAPIAuthentication no'}) | |
skipping: [elccs-new-curriculum.local] => (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: [elccs-new-curriculum.local] | |
TASK [geerlingguy.security : Ensure yum-cron is running and enabled on boot.] ** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.security : Configure autoupdates (RHEL 7).] ****************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.security : Install unattended upgrades package.] ************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [geerlingguy.security : Copy unattended-upgrades configuration files in place.] *** | |
skipping: [elccs-new-curriculum.local] => (item=10periodic) | |
skipping: [elccs-new-curriculum.local] => (item=50unattended-upgrades) | |
TASK [Check if Drupal is already set up.] ************************************** | |
ok: [elccs-new-curriculum.local] | |
TASK [Define drupal_site_exists] *********************************************** | |
ok: [elccs-new-curriculum.local] | |
TASK [Do not accept locale environment variables passed over SSH.] ************* | |
changed: [elccs-new-curriculum.local] | |
TASK [Check if local known_hosts file is present.] ***************************** | |
ok: [elccs-new-curriculum.local] | |
TASK [Copy known_hosts file from host into Drupal VM.] ************************* | |
changed: [elccs-new-curriculum.local] | |
TASK [Set SSH home directory.] ************************************************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [Install extra apt packages (if any are configured).] ********************* | |
changed: [elccs-new-curriculum.local] => (item=[u'htop']) | |
TASK [Install extra yum packages (if any are configured).] ********************* | |
skipping: [elccs-new-curriculum.local] => (item=[]) | |
TASK [Ensure necessary groups exist.] ****************************************** | |
changed: [elccs-new-curriculum.local] => (item=admin) | |
ok: [elccs-new-curriculum.local] => (item=dialout) | |
TASK [Ensure vagrant user is in admin group.] ********************************** | |
changed: [elccs-new-curriculum.local] | |
TASK [Ensure www-data user is in dialout group (Debian).] ********************** | |
changed: [elccs-new-curriculum.local] | |
TASK [Set nicer permissions on Apache log directory.] ************************** | |
changed: [elccs-new-curriculum.local] | |
TASK [Copy Nginx vhosts into place.] ******************************************* | |
skipping: [elccs-new-curriculum.local] => (item={u'is_php': True, u'root': u'/var/www/elccs-new-curriculum.local/web', u'server_name': u'elccs-new-curriculum.local www.elccs-new-curriculum.local'}) | |
skipping: [elccs-new-curriculum.local] => (item={u'is_php': True, u'root': u'/opt/adminer', u'server_name': u'adminer.elccs-new-curriculum.local'}) | |
skipping: [elccs-new-curriculum.local] => (item={u'is_php': True, u'root': u'/usr/share/php/xhprof_html', u'server_name': u'xhprof.elccs-new-curriculum.local'}) | |
skipping: [elccs-new-curriculum.local] => (item={u'is_php': True, u'root': u'/usr/share/php/pimpmylog', u'server_name': u'pimpmylog.elccs-new-curriculum.local'}) | |
skipping: [elccs-new-curriculum.local] => (item={u'is_php': True, u'root': u'/var/www/dashboard', u'server_name': u'0.0.0.0 dashboard.elccs-new-curriculum.local'}) | |
TASK [Detect if AppArmor is working.] ****************************************** | |
ok: [elccs-new-curriculum.local] | |
[WARNING]: Consider using service module rather than running service | |
TASK [Ensure MySQL AppArmor profile is disabled (for slow query log).] ********* | |
changed: [elccs-new-curriculum.local] | |
TASK [Restart the AppArmor if necessary.] ************************************** | |
changed: [elccs-new-curriculum.local] | |
TASK [Copy drush makefile into place.] ***************************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [Ensure drupal_core_path directory exists.] ******************************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [Generate Drupal site with drush makefile.] ******************************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [Check if a composer.json file is present.] ******************************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [Run composer install if composer.json is present.] *********************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [Ensure drupal_composer_install_dir directory exists.] ******************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [Copy composer.json into temporary location.] ***************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [Move composer.json into place.] ****************************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [Run composer install.] *************************************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [Install dependencies with composer require.] ***************************** | |
skipping: [elccs-new-curriculum.local] => (item=drupal/devel:1.x-dev) | |
TASK [Ensure drupal_composer_install_dir directory has proper permissions.] **** | |
skipping: [elccs-new-curriculum.local] | |
TASK [Generate Drupal project with composer package.] ************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [Install dependencies with composer require.] ***************************** | |
skipping: [elccs-new-curriculum.local] => (item=drupal/devel:1.x-dev) | |
TASK [Check if a project specific Drush binary exists.] ************************ | |
ok: [elccs-new-curriculum.local] | |
TASK [Use project specific Drush if available.] ******************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [Check if site is already installed.] ************************************* | |
skipping: [elccs-new-curriculum.local] | |
TASK [Configure database correctly if using PostgreSQL.] *********************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [Install Drupal with drush.] ********************************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [Install configured modules with drush.] ********************************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [Shim for legacy configure_local_drush_aliases variable.] ***************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [Check if local Drush configuration folder exists.] *********************** | |
ok: [elccs-new-curriculum.local -> 127.0.0.1] | |
TASK [Create Drush configuration folder if it doesn't exist.] ****************** | |
skipping: [elccs-new-curriculum.local] | |
TASK [Configure host machine drush aliases.] *********************************** | |
ok: [elccs-new-curriculum.local -> 127.0.0.1] | |
TASK [Ensure drush directory exists for vagrant user inside VM.] *************** | |
ok: [elccs-new-curriculum.local] | |
TASK [Configure drush aliases for vagrant user inside VM.] ********************* | |
changed: [elccs-new-curriculum.local] | |
TASK [Ensure drush directory exists for root user inside VM.] ****************** | |
changed: [elccs-new-curriculum.local] | |
TASK [Configure drush aliases for root user inside VM.] ************************ | |
changed: [elccs-new-curriculum.local] | |
TASK [Ensure configured cron jobs exist in user account's crontab.] ************ | |
TASK [Ensure the dashboard directory exists.] ********************************** | |
changed: [elccs-new-curriculum.local] | |
TASK [Copy dashboard page into place.] ***************************************** | |
changed: [elccs-new-curriculum.local] | |
TASK [Copy phpinfo file into place.] ******************************************* | |
changed: [elccs-new-curriculum.local] | |
TASK [Run configured post-provision shell scripts.] **************************** | |
TASK [Run configured post-provision ansible task files.] *********************** | |
RUNNING HANDLER [geerlingguy.firewall : restart firewall] ********************** | |
changed: [elccs-new-curriculum.local] | |
RUNNING HANDLER [geerlingguy.apache : restart apache] ************************** | |
changed: [elccs-new-curriculum.local] | |
RUNNING HANDLER [geerlingguy.php : restart webserver] ************************** | |
changed: [elccs-new-curriculum.local] | |
RUNNING HANDLER [geerlingguy.php : restart php-fpm] **************************** | |
changed: [elccs-new-curriculum.local] | |
RUNNING HANDLER [geerlingguy.mysql : restart mysql] **************************** | |
[WARNING]: Ignoring "sleep" as it is not used in "systemd" | |
changed: [elccs-new-curriculum.local] | |
RUNNING HANDLER [geerlingguy.memcached : restart memcached] ******************** | |
skipping: [elccs-new-curriculum.local] | |
RUNNING HANDLER [geerlingguy.varnish : reload systemd] ************************* | |
changed: [elccs-new-curriculum.local] | |
RUNNING HANDLER [geerlingguy.varnish : restart varnish] ************************ | |
changed: [elccs-new-curriculum.local] | |
PLAY RECAP ********************************************************************* | |
elccs-new-curriculum.local : ok=213 changed=106 unreachable=0 failed=0 | |
==> elccs-new-curriculum.local: Configuring cache buckets... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment