Example Vlad output

The following is the typical output generated from the Vagrant command vagrant up in a Vlad project. The actual output will vary depending on the settings selected in the settings file, but this example uses the default settings. You can see all of the output for your Vlad initialisation by looking at the ansible.log file that is generated by all Ansible runs on the Vagrant box. The log file is located in the vlad directory.

$ vagrant up

Checking for Vlad settings and local overrides...
Loading Vlad settings file: /[redacted]/vlad/vlad/settings.yml

Bringing machine 'vlad' up with 'virtualbox' provider...
==> vlad: Running triggers before up...
==> vlad: Executing 'up' setup trigger
==> vlad: Executing command "ansible-playbook -i 192.168.100.100, /[redacted]/vlad/vlad/playbooks/local_up.yml --extra-vars local_ip_address=192.168.100.100"...
==> vlad:
==> vlad: PLAY [all] ********************************************************************
==> vlad: 192.168.100.100: not importing file: /[redacted]/vlad/settings/vlad_local_settings.yml
==> vlad: 192.168.100.100: not importing file: /[redacted]/settings/vlad_local_settings.yml
==> vlad: 192.168.100.100: not importing file: /[redacted]/vlad/vlad/local_settings.yml
==> vlad:
==> vlad: TASK: [local actions | check local ip address is defined] *********************
==> vlad: skipping: [192.168.100.100]
==> vlad:
==> vlad: TASK: [local actions | create local host.ini file] ****************************
==> vlad: changed: [192.168.100.100 -> 127.0.0.1]
==> vlad:
==> vlad: TASK: [local actions | establish current username on host machine] ************
==> vlad: skipping: [192.168.100.100]
==> vlad:
==> vlad: TASK: [local actions | check that ~/.ssh/config exists on host machine] *******
==> vlad: skipping: [192.168.100.100]
==> vlad:
==> vlad: TASK: [local actions | check for "ForwardAgent yes" in ~/.ssh/config] *********
==> vlad: skipping: [192.168.100.100]
==> vlad:
==> vlad: TASK: [local actions | add default identities from host to guest] *************
==> vlad: skipping: [192.168.100.100]
==> vlad:
==> vlad: TASK: [local actions | add custom identity from host to guest] ****************
==> vlad: skipping: [192.168.100.100]
==> vlad:
==> vlad: PLAY RECAP ********************************************************************
==> vlad: 192.168.100.100            : ok=1    changed=1    unreachable=0    failed=0
==> vlad: Command execution finished.
==> vlad: Importing base box 'ubuntu/trusty64'...
==> vlad: Matching MAC address for NAT networking...
==> vlad: Checking if box 'ubuntu/trusty64' is up to date...
==> vlad: Setting the name of the VM: vlad_vlad
==> vlad: Clearing any previously set forwarded ports...
==> vlad: Clearing any previously set network interfaces...
==> vlad: Preparing network interfaces based on configuration...
    vlad: Adapter 1: nat
    vlad: Adapter 2: hostonly
==> vlad: Forwarding ports...
    vlad: 22 => 2222 (adapter 1)
==> vlad: Running 'pre-boot' VM customizations...
==> vlad: Booting VM...
==> vlad: Waiting for machine to boot. This may take a few minutes...
    vlad: SSH address: 127.0.0.1:2222
    vlad: SSH username: vagrant
    vlad: SSH auth method: private key
    vlad: Warning: Connection timeout. Retrying...
==> vlad: Machine booted and ready!
==> vlad: Checking for guest additions in VM...
==> vlad: Checking for host entries
==> vlad: adding to (/etc/hosts) : 192.168.100.100  vlad  # VAGRANT: 262235fa6e41e0020d9ce7e9fdf48328 (vlad) / a1ae0381-195c-4051-a325-7aa1244c843e
==> vlad: adding to (/etc/hosts) : 192.168.100.100  adminer.drupal.local  # VAGRANT: 262235fa6e41e0020d9ce7e9fdf48328 (vlad) / a1ae0381-195c-4051-a325-7aa1244c843e
==> vlad: adding to (/etc/hosts) : 192.168.100.100  xhprof.drupal.local  # VAGRANT: 262235fa6e41e0020d9ce7e9fdf48328 (vlad) / a1ae0381-195c-4051-a325-7aa1244c843e
==> vlad: adding to (/etc/hosts) : 192.168.100.100  logs.drupal.local  # VAGRANT: 262235fa6e41e0020d9ce7e9fdf48328 (vlad) / a1ae0381-195c-4051-a325-7aa1244c843e
==> vlad: adding to (/etc/hosts) : 192.168.100.100  drupal.local  # VAGRANT: 262235fa6e41e0020d9ce7e9fdf48328 (vlad) / a1ae0381-195c-4051-a325-7aa1244c843e
==> vlad: adding to (/etc/hosts) : 192.168.100.100  www.drupal.local  # VAGRANT: 262235fa6e41e0020d9ce7e9fdf48328 (vlad) / a1ae0381-195c-4051-a325-7aa1244c843e
==> vlad: Setting hostname...
==> vlad: Configuring and enabling network interfaces...
==> vlad: Exporting NFS shared folders...
==> vlad: Preparing to edit /etc/exports. Administrator privileges will be required...
==> vlad: Mounting NFS shared folders...
==> vlad: Mounting shared folders...
    vlad: /vagrant => /[redacted]/vlad
==> vlad: Configuring cache buckets...
==> vlad: Running provisioner: shell...
    vlad: Running: inline script
==> vlad: stdin: is not a tty
==> vlad: Ignore the previous error about stdin not being a tty. Fixing it now...
==> vlad: Configuring cache buckets...
==> vlad: Running provisioner: ansible...
PYTHONUNBUFFERED=1 ANSIBLE_FORCE_COLOR=true ANSIBLE_HOST_KEY_CHECKING=false ANSIBLE_SSH_ARGS='-o UserKnownHostsFile=/dev/null -o ForwardAgent=yes -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o PasswordAuthentication=no -o IdentitiesOnly=yes -o ControlMaster=auto -o ControlPersist=60s' ansible-playbook --private-key=/Users/philipnorton42/.vagrant.d/insecure_private_key --user=vagrant --connection=ssh --limit='vlad' --inventory-file=/[redacted]/vlad/.vagrant/provisioners/ansible/inventory --extra-vars={"ansible_ssh_user":"vagrant"} /[redacted]/vlad/vlad/playbooks/site.yml

PLAY [all] ********************************************************************

GATHERING FACTS ***************************************************************
ok: [vlad]
vlad: not importing file: /[redacted]/vlad/settings/vlad_local_settings.yml
vlad: not importing file: /[redacted]/settings/vlad_local_settings.yml
vlad: not importing file: /[redacted]/vlad/vlad/local_settings.yml

TASK: [Ensure Varnish is stopped] *********************************************
failed: [vlad] => {"failed": true}
msg: service not found: varnish
...ignoring

TASK: [Ensure Varnish is removed] *********************************************
ok: [vlad]

TASK: [Ensure Varnish is removed] *********************************************
skipping: [vlad]

TASK: [Check for incorrect HTTP port if not running Varnish] ******************
skipping: [vlad]

TASK: [Check if Varnish & Apache ports match] *********************************
skipping: [vlad]

TASK: [Check PHP version is valid] ********************************************
skipping: [vlad]

TASK: [Check specified Solr package] ******************************************
skipping: [vlad]

TASK: [Check MailCatcher dependencies] ****************************************
skipping: [vlad]

TASK: [Check Adminer dependencies] ********************************************
skipping: [vlad]

TASK: [Check XHProf dependencies] *********************************************
skipping: [vlad]

TASK: [Check PimpMyLog dependencies] ******************************************
skipping: [vlad]

TASK: [Check Imagemagick dependencies] ****************************************
skipping: [vlad]

TASK: [Check Memcached dependencies] ******************************************
skipping: [vlad]

TASK: [get local IPv4 address] ************************************************
ok: [vlad -> 127.0.0.1]

TASK: [base | ensure certain vlad_aux subdirectories exist] *******************
ok: [vlad] => (item=tmp)
ok: [vlad] => (item=db_io)

TASK: [base | vm info | create current_build_settings.yml at vlad_ux/tmp/] ****
changed: [vlad] => (item=/[redacted]/vlad/vlad/settings.yml)

TASK: [base | vm info | create current_local_overrides.yml at vlad_ux/tmp/] ***
ok: [vlad] => (item=/[redacted]/vlad/vlad/playbooks/vars/dummy_settings.yml)

TASK: [base | apt-get | apt-get update and ensure core packages are installed] ***
changed: [vlad] => (item=ssh-import-id,gcc,unzip,curl,atop,vim,make,iptables)

TASK: [base | get epel rpm] ***************************************************
skipping: [vlad]

TASK: [base | install epel] ***************************************************
skipping: [vlad]

TASK: [base | yum | yum update and ensure core packages are installed] ********
skipping: [vlad]

TASK: [base | git | install git with apt-get] *********************************
changed: [vlad]

TASK: [base | git | install git with yum] *************************************
skipping: [vlad]

TASK: [base | git | add Git user.name config] *********************************
skipping: [vlad]

TASK: [base | git | add Git user.email config] ********************************
skipping: [vlad]

TASK: [base | python | apt-get install python and pip] ************************
changed: [vlad] => (item=python,python-pip)

TASK: [base | python | yum install python and pip] ****************************
skipping: [vlad]

TASK: [base | ssh config | add ssh config file] *******************************
changed: [vlad]

TASK: [base | Ensure .profile is loaded from .bash_profile] *******************
changed: [vlad]

TASK: [samba | Ensure Samba-related packages are installed.] ******************
skipping: [vlad]

TASK: [samba | Ensure Samba-related packages are installed.] ******************
skipping: [vlad]

TASK: [samba | Copy VLAD shared folders into smb-vlad.conf] *******************
skipping: [vlad]

TASK: [samba | Include VLAD shared folders in smb.conf] ***********************
skipping: [vlad]

TASK: [samba | Creates docroot directory] *************************************
skipping: [vlad]

TASK: [apache | set up directories (with logs directory)] *********************
changed: [vlad]

TASK: [apache | install apache2 packages] *************************************
changed: [vlad] => (item=apache2,apache2-mpm-prefork,apache2-utils)

TASK: [apache | disable the apache default site] ******************************
skipping: [vlad]

TASK: [apache | disable the apache default site] ******************************
changed: [vlad]

TASK: [apache | add custom configuration for ubuntu 12] ***********************
skipping: [vlad]

TASK: [apache | add custom configuration for ubuntu 14 (1/2)] *****************
changed: [vlad]

TASK: [apache | add custom configuration for ubuntu 14 (2/2)] *****************
changed: [vlad]

TASK: [apache | change port configuration] ************************************
changed: [vlad]

TASK: [apache | add vhost for site to sites-available folder] *****************
changed: [vlad]

TASK: [apache | enable the default site] **************************************
changed: [vlad]

TASK: [apache | get iptables rules] *******************************************
ok: [vlad]

TASK: [apache | add apache iptable rule] **************************************
changed: [vlad]

TASK: [apache | add www-data user to dialout group] ***************************
changed: [vlad]

TASK: [apache | enable mod rewrite module] ************************************
changed: [vlad]

TASK: [apache | apache_ssl | enable ssl module] *******************************
changed: [vlad]

TASK: [apache | apache_ssl | add vhost for ssl version of the site] ***********
changed: [vlad]

TASK: [apache | apache_ssl | enable the new site] *****************************
changed: [vlad]

TASK: [apache | get iptables rules] *******************************************
ok: [vlad]

TASK: [apache | add apache iptable rule] **************************************
changed: [vlad]

TASK: [apache | install apache2 packages] *************************************
skipping: [vlad]

TASK: [apache | change port on Apache2 config] ********************************
skipping: [vlad]

TASK: [apache | set up vhosts include directory] ******************************
skipping: [vlad]

TASK: [apache | add vhosts include file] **************************************
skipping: [vlad]

TASK: [apache | add vhosts file] **********************************************
skipping: [vlad]

TASK: [apache | get iptables rules] *******************************************
skipping: [vlad]

TASK: [apache | add apache iptable rule] **************************************
skipping: [vlad]

TASK: [apache | add www-data user to dialout group] ***************************
skipping: [vlad]

TASK: [apache | install apache2 packages] *************************************
skipping: [vlad]

TASK: [apache | apache_ssl | remove default ssl setup] ************************
skipping: [vlad]

TASK: [apache | apache_ssl | add vhost for ssl version of the site] ***********
skipping: [vlad]

TASK: [apache | get iptables rules] *******************************************
skipping: [vlad]

TASK: [apache | add apache iptable rule] **************************************
skipping: [vlad]

TASK: [apache | symlink www directory from home directory] ********************
changed: [vlad]

TASK: [apache | set default login directory to be /var/www/site/docroot] ******
changed: [vlad]

TASK: [apache | add www-data user to dialout group] ***************************
ok: [vlad]

TASK: [mysql | include_vars {{ item }}] ***************************************
ok: [vlad] => (item=Debian.yml)
ok: [vlad] => (item=all.yml)

TASK: [mysql | get local IPv4 address] ****************************************
ok: [vlad -> 127.0.0.1]

TASK: [mysql | ensure vlad_aux/db_io directories exist] ***********************
ok: [vlad] => (item=db_io)
ok: [vlad] => (item=db_io/halt_destroy)

TASK: [mysql | install mysql packages] ****************************************
changed: [vlad] => (item=mysql-client,mysql-common,mysql-server,python-mysqldb)

TASK: [mysql | install mysql packages] ****************************************
skipping: [vlad]

TASK: [mysql | make sure mysql starts] ****************************************
skipping: [vlad]

TASK: [mysql | create MySQL configuration file] *******************************
changed: [vlad]

TASK: [mysql | remove the InnoDB log files in case InnoDB settings have been changed (1/2).] ***
changed: [vlad]

TASK: [mysql | remove the InnoDB log files in case InnoDB settings have been changed (2/2).] ***
changed: [vlad]

TASK: [mysql | change main settings for skip-external-locking] ****************
changed: [vlad]

TASK: [mysql | change main settings for bind-address] *************************
changed: [vlad]

TASK: [mysql | get iptables rules] ********************************************
ok: [vlad]

TASK: [mysql | add mysql to iptables] *****************************************
changed: [vlad]

TASK: [mysql | force restart mysql] *******************************************
skipping: [vlad]

TASK: [mysql | set the root password.] ****************************************
changed: [vlad]

TASK: [mysql | config for easy access as root user] ***************************
skipping: [vlad]

TASK: [mysql | config for easy access as root user] ***************************
changed: [vlad]

TASK: [mysql | delete anonymous MySQL server user for {{ server_hostname }}] ***
ok: [vlad]

TASK: [mysql | delete anonymous MySQL server user for localhost] **************
ok: [vlad]

TASK: [mysql | secure the MySQL root user for localhost] **********************
ok: [vlad]

TASK: [mysql | allow root remote access on boxipaddress] **********************
changed: [vlad]

TASK: [mysql | remove the MySQL test database] ********************************
ok: [vlad]

TASK: [mysql | create application database(s)] ********************************
changed: [vlad] => (item=vladdb)

TASK: [mysql | create application database(s) user(s)] ************************
changed: [vlad] => (item=['vladdb', u'192.168.1.66'])
changed: [vlad] => (item=['vladdb', '127.0.0.1'])
changed: [vlad] => (item=['vladdb', 'localhost'])

TASK: [mysql | mysql_import | check for tables in first, possibly only database] ***
ok: [vlad]

TASK: [mysql | mysql_import | import database(s) from default source file(s)] ***
skipping: [vlad] => (item=vladdb)

TASK: [mysql | mysql_import | import database(s) from specified source file(s)] ***
skipping: [vlad] => (item=vladdb)

TASK: [php | setup php variables for php 5.3] *********************************
skipping: [vlad]

TASK: [php | setup php variables for php 5.4] *********************************
skipping: [vlad]

TASK: [php | setup php variables for php 5.5] *********************************
ok: [vlad]

TASK: [php | setup php variables for php 5.6] *********************************
skipping: [vlad]

TASK: [php | install php prerequisite python packages] ************************
changed: [vlad] => (item=python-pycurl,python-software-properties)

TASK: [php | add ppa Repository] **********************************************
changed: [vlad]

TASK: [php | force update apt cache] ******************************************
ok: [vlad]

TASK: [php | install php packages] ********************************************
changed: [vlad] => (item=php5,php5-cli,php5-common,php5-dev,php5-gd,php5-gmp,php5-mysql,php5-xmlrpc,php-soap,php5-curl,php5-mcrypt,php-apc,php-pear)

TASK: [php | change php apache2 memory_limit] *********************************
changed: [vlad]

TASK: [php | change php cli memory_limit] *************************************
changed: [vlad]

TASK: [php | change php apache2 max_execution_time] ***************************
changed: [vlad]

TASK: [php | change php cli max_execution_time] *******************************
changed: [vlad]

TASK: [php | change php apache2 post_max_size] ********************************
changed: [vlad]

TASK: [php | change php cli post_max_size] ************************************
changed: [vlad]

TASK: [php | change php apache2 upload_max_filesize] **************************
changed: [vlad]

TASK: [php | change php cli upload_max_filesize] ******************************
changed: [vlad]

TASK: [php | change php apache2 max_execution_time] ***************************
ok: [vlad]

TASK: [php | change php cli max_execution_time] *******************************
ok: [vlad]

TASK: [php | change php apache2 display_errors] *******************************
changed: [vlad]

TASK: [php | change php cli display_errors] ***********************************
changed: [vlad]

TASK: [php | change php apache2 display_startup_errors] ***********************
changed: [vlad]

TASK: [php | change php cli display_startup_errors] ***************************
changed: [vlad]

TASK: [php | change php apache2 html_errors] **********************************
changed: [vlad]

TASK: [php | change php cli html_errors] **************************************
changed: [vlad]

TASK: [php | change php apache2 date_timezone] ********************************
ok: [vlad]

TASK: [php | change php cli date_timezone] ************************************
ok: [vlad]

TASK: [php | don't expose php] ************************************************
ok: [vlad]

TASK: [php | change php apache2 memory_limit] *********************************
skipping: [vlad]

TASK: [php | change php cli memory_limit] *************************************
skipping: [vlad]

TASK: [php | change php apache2 max_execution_time] ***************************
skipping: [vlad]

TASK: [php | change php cli max_execution_time] *******************************
skipping: [vlad]

TASK: [php | change php apache2 post_max_size] ********************************
skipping: [vlad]

TASK: [php | change php cli post_max_size] ************************************
skipping: [vlad]

TASK: [php | change php apache2 upload_max_filesize] **************************
skipping: [vlad]

TASK: [php | change php cli upload_max_filesize] ******************************
skipping: [vlad]

TASK: [php | change php apache2 max_execution_time] ***************************
skipping: [vlad]

TASK: [php | change php cli max_execution_time] *******************************
skipping: [vlad]

TASK: [php | change php apache2 display_errors] *******************************
skipping: [vlad]

TASK: [php | change php cli display_errors] ***********************************
skipping: [vlad]

TASK: [php | change php apache2 display_startup_errors] ***********************
skipping: [vlad]

TASK: [php | change php cli display_startup_errors] ***************************
skipping: [vlad]

TASK: [php | change php apache2 html_errors] **********************************
skipping: [vlad]

TASK: [php | change php cli html_errors] **************************************
skipping: [vlad]

TASK: [php | change php apache2 date_timezone] ********************************
skipping: [vlad]

TASK: [php | change php cli date_timezone] ************************************
skipping: [vlad]

TASK: [php | change APC configuration file apc.ini] ***************************
skipping: [vlad]

TASK: [php | check, what PECL uploadprogress is installed] ********************
skipping: [vlad]

TASK: [php | install PECL uploadprogress] *************************************
skipping: [vlad]

TASK: [php | add PECL uploadprogress apache php.ini setting] ******************
skipping: [vlad]

TASK: [php | change php apache2 date.timezone (php 5.4+)] *********************
changed: [vlad]

TASK: [php | change php cli date.timezone (php 5.4+)] *************************
changed: [vlad]

TASK: [php | change APC configuration file apc.ini] ***************************
changed: [vlad]

TASK: [php | check, what PECL uploadprogress is installed] ********************
ok: [vlad]

TASK: [php | install PECL uploadprogress] *************************************
skipping: [vlad]

TASK: [php | add PECL uploadprogress apache php.ini setting] ******************
skipping: [vlad]

TASK: [php | enable php mcrypt module] ****************************************
ok: [vlad]

TASK: [php | check, what PECL uploadprogress is installed] ********************
ok: [vlad]

TASK: [php | get ius rpm] *****************************************************
skipping: [vlad]

TASK: [php | install ius] *****************************************************
skipping: [vlad]

TASK: [php | install php packages] ********************************************
skipping: [vlad]

TASK: [php | install php packages] ********************************************
skipping: [vlad]

TASK: [php | install php packages] ********************************************
skipping: [vlad]

TASK: [php | install php packages] ********************************************
skipping: [vlad]

TASK: [php | change php apache2 memory_limit] *********************************
skipping: [vlad]

TASK: [php | change php apache2 max_execution_time] ***************************
skipping: [vlad]

TASK: [php | change php apache2 post_max_size] ********************************
skipping: [vlad]

TASK: [php | change php apache2 upload_max_filesize] **************************
skipping: [vlad]

TASK: [php | change php apache2 max_execution_time] ***************************
skipping: [vlad]

TASK: [php | change php apache2 display_errors] *******************************
skipping: [vlad]

TASK: [php | change php apache2 display_startup_errors] ***********************
skipping: [vlad]

TASK: [php | change php apache2 html_errors] **********************************
skipping: [vlad]

TASK: [php | change php apache2 date.timezone] ********************************
skipping: [vlad]

TASK: [php | change APC configuration file apc.ini] ***************************
skipping: [vlad]

TASK: [php | don't expose php] ************************************************
skipping: [vlad]

TASK: [php | check, what PECL uploadprogress is installed] ********************
skipping: [vlad]

TASK: [php | install PECL uploadprogress] *************************************
skipping: [vlad]

TASK: [php | add PECL uploadprogress apache php.ini setting] ******************
skipping: [vlad]

TASK: [php | composer | install Composer (shared)] ****************************
changed: [vlad]

TASK: [php | composer | prepare Composer shared directory] ********************
changed: [vlad]

TASK: [php | composer | ensure previous composer vendor directory is not in the user's PATH] ***
ok: [vlad]

TASK: [php | composer | add Composer shared vendor directory to path] *********
changed: [vlad]

TASK: [php | pear | force upgrade of pear] ************************************
ok: [vlad]

TASK: [php | pear | update all channels] **************************************
ok: [vlad]

TASK: [php | pear | ensure pear is set to install stable packages] ************
ok: [vlad]

TASK: [php | pear | clear pear cache] *****************************************
ok: [vlad]

TASK: [php | phing | list available channels] *********************************
ok: [vlad]

TASK: [php | phing | add phing pear channel] **********************************
changed: [vlad]

TASK: [php | phing | install phing] *******************************************
changed: [vlad]

TASK: [php | phing | install the VersionControl_Git package (1/3)] ************
changed: [vlad]

TASK: [php | phing | install the VersionControl_Git package (2/3)] ************
changed: [vlad]

TASK: [php | phing | install the VersionControl_Git package (3/3)] ************
ok: [vlad]

TASK: [php | phing | list available channels] *********************************
skipping: [vlad]

TASK: [php | phing | add phing pear channel] **********************************
skipping: [vlad]

TASK: [php | phing | install phing] *******************************************
skipping: [vlad]

TASK: [php | phing | install the VersionControl_Git package (1/3)] ************
skipping: [vlad]

TASK: [php | phing | install the VersionControl_Git package (2/3)] ************
skipping: [vlad]

TASK: [php | phing | install the VersionControl_Git package (3/3)] ************
skipping: [vlad]

TASK: [php | xdebug |  install Xdebug PHP component] **************************
changed: [vlad]

TASK: [php | xdebug | get first line of /etc/php5/apache2/conf.d/xdebug.ini] ***
skipping: [vlad]

TASK: [php | xdebug | update xdebug configuration file] ***********************
skipping: [vlad]

TASK: [php | xdebug | get first line of /etc/php5/apache2/conf.d/xdebug.ini] ***
changed: [vlad]

TASK: [php | xdebug | update xdebug configuration file] ***********************
changed: [vlad]

TASK: [php | setup profiler output directory] *********************************
changed: [vlad]

TASK: [php | xdebug | install Xdebug PHP component] ***************************
skipping: [vlad]

TASK: [php | xdebug | install Xdebug PHP component] ***************************
skipping: [vlad]

TASK: [php | xdebug | get first two lines of /etc/php.d/xdebug.ini] ***********
skipping: [vlad]

TASK: [php | xdebug | update xdebug configuration file] ***********************
skipping: [vlad]

TASK: [php | setup profiler output directory] *********************************
skipping: [vlad]

TASK: [drupal | Ensure certain vlad_aux subdirectories exist] *****************
ok: [vlad] => (item=drush_backups)
ok: [vlad] => (item=db_io/drush_dumps)

TASK: [drupal | drush | install drush via composer and run it once] ***********
changed: [vlad]

TASK: [drupal | drush | make drush available globally] ************************
changed: [vlad]

TASK: [drupal | composer | prepare user .drush directory] *********************
changed: [vlad]

TASK: [drupal | composer | ensure previous drush directory is absent] *********
ok: [vlad]

TASK: [drupal | drush | download the site audit module] ***********************
changed: [vlad]

TASK: [drupal | drush | download the Coder module] ****************************
changed: [vlad]

TASK: [drupal | drush | download the Registry Rebuild module] *****************
changed: [vlad]

TASK: [drupal | drush | Create drushrc.php file] ******************************
changed: [vlad]

TASK: [drupal | drush | get latest version of Drush] **************************
changed: [vlad]

TASK: [drupal | drush | set drush to executable] ******************************
ok: [vlad]

TASK: [drupal | drush | add drush-master alias to .bash_aliases file] *********
changed: [vlad]

TASK: [drupal | drush | add drush7 alias to .bash_aliases file (matches Acquia Cloud & Pantheon standards)] ***
changed: [vlad]

TASK: [drupal | drush | run composer install in drush] ************************
changed: [vlad]

TASK: [drupal | Copy example .drush_bashrc file] ******************************
changed: [vlad]

TASK: [drupal | Source .drush_bashrc from .bashrc] ****************************
changed: [vlad]

TASK: [drupal | drush_aliases | Ensure certain drush alias directories exist] ***
changed: [vlad] => (item=assembled)
changed: [vlad] => (item=separate)

TASK: [drupal | drush_aliases | Copy drush site aliases from all possible settings directories] ***
skipping: [vlad]

TASK: [drupal | drush_aliases | Point drush at copied separate alias files] ***
ok: [vlad]

TASK: [drupal | drush_aliases | Get stats on .drush/aliases/separate directory contents] ***
skipping: [vlad]

TASK: [drupal | drush_aliases | Assemble drush aliases file] ******************
skipping: [vlad]

TASK: [drupal | drush_aliases | Remove unwanted additional '<?php' lines from assembled drush alias file] ***
skipping: [vlad]

TASK: [drupal | drush_aliases | Tidy up after previous "replace" task] ********
skipping: [vlad]

TASK: [drupal | drush_aliases | Point drush at assembled aliases file] ********
skipping: [vlad]

TASK: [drupal | drush_make | Get stats on docroot/modules directory] **********
skipping: [vlad]

TASK: [drupal | drush_make | Get stats on docroot/index.php] ******************
skipping: [vlad]

TASK: [drupal | drush_make | Check if docroot/index.php is Vlad's holding page] ***
skipping: [vlad]

TASK: [drupal | drush_make | Remove Vlad's holding page if present (index.php)] ***
skipping: [vlad]

TASK: [drupal | drush_make | Run drush make] **********************************
skipping: [vlad]

TASK: [drupal | drush_make | Run drush make (force)] **************************
skipping: [vlad]

TASK: [drupal | drupal install | copy Drupal installation scripts] ************
changed: [vlad] => (item=6)
changed: [vlad] => (item=7)
changed: [vlad] => (item=8)
changed: [vlad] => (item=8dev)

TASK: [drupal | drupal install | set Drupal installation scripts to executable] ***
changed: [vlad] => (item=6)
changed: [vlad] => (item=7)
changed: [vlad] => (item=8)
changed: [vlad] => (item=8dev)

TASK: [adminer | create adminer directory] ************************************
changed: [vlad]

TASK: [adminer | copy adminer] ************************************************
changed: [vlad]

TASK: [adminer | copy adminer stylesheet] *************************************
changed: [vlad]

TASK: [adminer | copy index.php configuration file into place] ****************
changed: [vlad]

TASK: [adminer | ensure adminer directory permissions] ************************
changed: [vlad]

TASK: [adminer | add vhost for adminer (Debian)] ******************************
changed: [vlad]

TASK: [adminer | enable the adminer site (Debian)] ****************************
changed: [vlad]

TASK: [adminer | add vhost for adminer (RedHat)] ******************************
skipping: [vlad]

TASK: [xhprof | get local IPv4 address] ***************************************
skipping: [vlad]

TASK: [xhprof | install prerequisites for Debian] *****************************
skipping: [vlad]

TASK: [xhprof | check that PECL xhprof is installed] **************************
skipping: [vlad]

TASK: [xhprof | set pecl preferred state to beta] *****************************
skipping: [vlad]

TASK: [xhprof | install xhprof] ***********************************************
skipping: [vlad]

TASK: [xhprof | set pecl preferred state to stable] ***************************
skipping: [vlad]

TASK: [xhprof | set pecl preferred state to beta] *****************************
skipping: [vlad]

TASK: [xhprof | install xhprof] ***********************************************
skipping: [vlad]

TASK: [xhprof | set pecl preferred state to stable] ***************************
skipping: [vlad]

TASK: [xhprof | setup xhprof ini files] ***************************************
skipping: [vlad]

TASK: [xhprof | get xhprof_html package] **************************************
skipping: [vlad]

TASK: [xhprof | create xhprof_html application database] **********************
skipping: [vlad]

TASK: [xhprof | create xhprof_html application database user] *****************
skipping: [vlad] => (item={# local_ipv4_address.ansible_facts.ansible_default_ipv4.address #})
skipping: [vlad] => (item=127.0.0.1)
skipping: [vlad] => (item=localhost)

TASK: [xhprof | ensure directory /var/www/xhprof_html/xhprof_lib exists] ******
skipping: [vlad]

TASK: [xhprof | copy SQL install script] **************************************
skipping: [vlad]

TASK: [xhprof | copy configuration file] **************************************
skipping: [vlad]

TASK: [xhprof | run SQL install script] ***************************************
skipping: [vlad]

TASK: [xhprof | check virtual host for xhprof include] ************************
skipping: [vlad]

TASK: [xhprof | add virtual server item if include not found] *****************
skipping: [vlad] => (item=  php_value auto_prepend_file /var/www/xhprof_html/external/header.php)
skipping: [vlad] => (item=</VirtualHost>)

TASK: [xhprof | add vhost for xhprof.{{ webserver_hostname }}] ****************
skipping: [vlad]

TASK: [xhprof | enable the xhprof site] ***************************************
skipping: [vlad]

TASK: [xhprof | ensure xhprof directory permissions] **************************
skipping: [vlad]

TASK: [xhprof | install prerequisites for RedHat] *****************************
skipping: [vlad]

TASK: [xhprof | check that PECL xhprof is installed] **************************
skipping: [vlad]

TASK: [xhprof | set pecl preferred state to beta] *****************************
skipping: [vlad]

TASK: [xhprof | install xhprof] ***********************************************
skipping: [vlad]

TASK: [xhprof | set pecl preferred state to stable] ***************************
skipping: [vlad]

TASK: [xhprof | setup xhprof ini files] ***************************************
skipping: [vlad]

TASK: [xhprof | get xhprof_html package] **************************************
skipping: [vlad]

TASK: [xhprof | create xhprof_html application database] **********************
skipping: [vlad]

TASK: [xhprof | create xhprof_html application database user] *****************
skipping: [vlad] => (item={# local_ipv4_address.ansible_facts.ansible_default_ipv4.address #})
skipping: [vlad] => (item=127.0.0.1)
skipping: [vlad] => (item=localhost)

TASK: [xhprof | copy SQL install script] **************************************
skipping: [vlad]

TASK: [xhprof | copy configuration file] **************************************
skipping: [vlad]

TASK: [xhprof | run SQL install script] ***************************************
skipping: [vlad]

TASK: [xhprof | check virtual host for Xhprof include] ************************
skipping: [vlad]

TASK: [xhprof | add virtual server item if include not found] *****************
skipping: [vlad] => (item=  php_value auto_prepend_file /var/www/xhprof_html/external/header.php)
skipping: [vlad] => (item=</VirtualHost>)

TASK: [xhprof | add vhost for xhprof.{{ webserver_hostname }}] ****************
skipping: [vlad]

TASK: [xhprof | ensure Xhprof directory permissions] **************************
skipping: [vlad]

TASK: [pimpmylog | get pimpmylog package] *************************************
skipping: [vlad]

TASK: [pimpmylog | ensure that the package isn't effected by mode changes] ****
skipping: [vlad]

TASK: [pimpmylog | add vhost for pimpmylog to sites-available folder (Debian)] ***
skipping: [vlad]

TASK: [pimpmylog | enable the pimpmylog site (Debian)] ************************
skipping: [vlad]

TASK: [pimpmylog | add vhost for pimpmylog to sites-available folder (RedHat)] ***
skipping: [vlad]

TASK: [pimpmylog | ensure Pimpmylog directory permissions] ********************
skipping: [vlad]

TASK: [pimpmylog | add configuration file] ************************************
skipping: [vlad]

TASK: [varnish | install varnish] *********************************************
skipping: [vlad]

TASK: [varnish | ensure we will install Varnish 3 with yum] *******************
skipping: [vlad]

TASK: [varnish | install varnish] *********************************************
skipping: [vlad]

TASK: [varnish | add varnish vcl] *********************************************
skipping: [vlad]

TASK: [varnish | add varnish config] ******************************************
skipping: [vlad]

TASK: [varnish | add varnish config] ******************************************
skipping: [vlad]

TASK: [varnish | force secret file] *******************************************
skipping: [vlad]

TASK: [varnish | get iptables rules] ******************************************
skipping: [vlad]

TASK: [varnish | add apache iptable rule] *************************************
skipping: [vlad]

TASK: [varnish | ensure varnish is running] ***********************************
skipping: [vlad]

TASK: [memcached | install packages] ******************************************
skipping: [vlad]

TASK: [memcached | install packages] ******************************************
skipping: [vlad]

TASK: [memcached | cnstall packages (php 5.4)] ********************************
skipping: [vlad]

TASK: [memcached | config file] ***********************************************
skipping: [vlad]

TASK: [memcached | check, what PECL memcache is installed] ********************
skipping: [vlad]

TASK: [memcached | PECL library install] **************************************
skipping: [vlad]

TASK: [memcached | PECL library install] **************************************
skipping: [vlad]

TASK: [memcached | config file for the PHP memcache extension] ****************
skipping: [vlad]

TASK: [memcached | config file for the PHP memcache extension] ****************
skipping: [vlad]

TASK: [redis | install redis] *************************************************
skipping: [vlad]

TASK: [redis | install redis] *************************************************
skipping: [vlad]

TASK: [redis | ensure redis is started on ubuntu 12] **************************
skipping: [vlad]

TASK: [redis | ensure redis is started on ubuntu 14] **************************
skipping: [vlad]

TASK: [redis | ensure redis is started on ubuntu 14] **************************
skipping: [vlad]

TASK: [redis | set redis port] ************************************************
skipping: [vlad]

TASK: [redis | set redis port] ************************************************
skipping: [vlad]

TASK: [sendmail | install sendmail packages] **********************************
skipping: [vlad]

TASK: [sendmail | install sendmail packages] **********************************
skipping: [vlad]

TASK: [solr | install java and tomcat packages] *******************************
skipping: [vlad]

TASK: [solr | change port of tomcat server] ***********************************
skipping: [vlad]

TASK: [solr | ensure correct run level of tomcat] *****************************
skipping: [vlad]

TASK: [solr | force (re)start of tomcat6] *************************************
skipping: [vlad]

TASK: [solr | copy the tomcat6 users file] ************************************
skipping: [vlad]

TASK: [solr | get iptables rules] *********************************************
skipping: [vlad]

TASK: [solr | add tomcat iptable rule] ****************************************
skipping: [vlad]

TASK: [solr | download apache commons logging] ********************************
skipping: [vlad]

TASK: [solr | extract apache commons logging] *********************************
skipping: [vlad]

TASK: [solr | list commons-logging files (in order to copy)] ******************
skipping: [vlad]

TASK: [solr | copy apache commons logging] ************************************
skipping: [vlad] => (item=commonsfiles.stdout_lines)

TASK: [solr | download SLF4J] *************************************************
skipping: [vlad]

TASK: [solr | extract SLF4J] **************************************************
skipping: [vlad]

TASK: [solr | list slf4j files (in order to copy)] ****************************
skipping: [vlad]

TASK: [solr | copy SLF4J] *****************************************************
skipping: [vlad] => (item=slf4jfiles.stdout_lines)

TASK: [solr | download Solr] **************************************************
skipping: [vlad]

TASK: [solr | extract Solr] ***************************************************
skipping: [vlad]

TASK: [solr | copy Solr war file] *********************************************
skipping: [vlad]

TASK: [solr | list solr files (in order to copy)] *****************************
skipping: [vlad]

TASK: [solr | copy Solr instance] *********************************************
skipping: [vlad] => (item=solrfiles.stdout_lines)

TASK: [solr | rename the collection1 directory to {{ default_collection_name }}] ***
skipping: [vlad]

TASK: [solr | remove the collection1 collection if it is still there] *********
skipping: [vlad]

TASK: [solr | change the name of the collection] ******************************
skipping: [vlad]

TASK: [solr | create a solr lib directory] ************************************
skipping: [vlad]

TASK: [solr | list all jar files that are part of solr (in order to copy)] ****
skipping: [vlad]

TASK: [solr | copy solr lib files] ********************************************
skipping: [vlad] => (item=solrjarfiles.stdout_lines)

TASK: [solr | force restart of tomcat6] ***************************************
skipping: [vlad]

TASK: [solr | add WEB-INF directory] ******************************************
skipping: [vlad]

TASK: [solr | copy the web.xml tomcat solr integration file] ******************
skipping: [vlad]

TASK: [solr | copy the properties file] ***************************************
skipping: [vlad]

TASK: [solr | make the {{ default_collection_name }} data directory] **********
skipping: [vlad]

TASK: [solr | get Drupal solr integration via search_api_solr] ****************
skipping: [vlad]

TASK: [solr | get Drupal solr integration via apachesolr] *********************
skipping: [vlad]

TASK: [solr | copy Drupal Solr config into Solr] ******************************
skipping: [vlad]

TASK: [solr | copy Drupal Solr config into Solr] ******************************
skipping: [vlad]

TASK: [solr | make the lib/contrib directory for the extension to live in] ****
skipping: [vlad]

TASK: [solr | copy the needed class directories over] *************************
skipping: [vlad] => (item=analysis-extras)
skipping: [vlad] => (item=clustering)
skipping: [vlad] => (item=dataimporthandler)
skipping: [vlad] => (item=extraction)
skipping: [vlad] => (item=langid)
skipping: [vlad] => (item=uima)
skipping: [vlad] => (item=velocity)

TASK: [solr | ensure tomcat/Solr directory has correct owner] *****************
skipping: [vlad]

TASK: [solr | fix contrib extraction error in solrconfig.xml file] ************
skipping: [vlad]

TASK: [solr | fix contrib clustering error in solrconfig.xml file] ************
skipping: [vlad]

TASK: [solr | install java and tomcat packages] *******************************
skipping: [vlad]

TASK: [solr | change port of tomcat server] ***********************************
skipping: [vlad]

TASK: [solr | ensure correct run level of tomcat] *****************************
skipping: [vlad]

TASK: [solr | force (re)start of tomcat6] *************************************
skipping: [vlad]

TASK: [solr | copy the tomcat6 users file] ************************************
skipping: [vlad]

TASK: [solr | get iptables rules] *********************************************
skipping: [vlad]

TASK: [solr | add tomcat iptable rule] ****************************************
skipping: [vlad]

TASK: [solr | download apache commons logging] ********************************
skipping: [vlad]

TASK: [solr | extract apache commons logging] *********************************
skipping: [vlad]

TASK: [solr | list commons-logging files (in order to copy)] ******************
skipping: [vlad]

TASK: [solr | copy apache commons logging] ************************************
skipping: [vlad] => (item=commonsfiles.stdout_lines)

TASK: [solr | download SLF4J] *************************************************
skipping: [vlad]

TASK: [solr | extract SLF4J] **************************************************
skipping: [vlad]

TASK: [solr | list slf4j files (in order to copy)] ****************************
skipping: [vlad]

TASK: [solr | copy SLF4J] *****************************************************
skipping: [vlad] => (item=slf4jfiles.stdout_lines)

TASK: [solr | download Solr] **************************************************
skipping: [vlad]

TASK: [solr | extract Solr] ***************************************************
skipping: [vlad]

TASK: [solr | copy Solr war file] *********************************************
skipping: [vlad]

TASK: [solr | list solr files (in order to copy)] *****************************
skipping: [vlad]

TASK: [solr | copy Solr instance] *********************************************
skipping: [vlad] => (item=solrfiles.stdout_lines)

TASK: [solr | rename the collection1 directory to {{ default_collection_name }}] ***
skipping: [vlad]

TASK: [solr | remove the collection1 collection if it is still there] *********
skipping: [vlad]

TASK: [solr | change the name of the collection] ******************************
skipping: [vlad]

TASK: [solr | create a solr lib directory] ************************************
skipping: [vlad]

TASK: [solr | list all jar files that are part of solr (in order to copy)] ****
skipping: [vlad]

TASK: [solr | copy solr lib files] ********************************************
skipping: [vlad] => (item=solrjarfiles.stdout_lines)

TASK: [solr | force restart of tomcat6] ***************************************
skipping: [vlad]

TASK: [solr | add WEB-INF directory] ******************************************
skipping: [vlad]

TASK: [solr | copy the web.xml tomcat solr integration file] ******************
skipping: [vlad]

TASK: [solr | copy the properties file] ***************************************
skipping: [vlad]

TASK: [solr | make the {{ default_collection_name }} data directory] **********
skipping: [vlad]

TASK: [solr | get Drupal solr integration via search_api_solr] ****************
skipping: [vlad]

TASK: [solr | get Drupal solr integration via apachesolr] *********************
skipping: [vlad]

TASK: [solr | copy Drupal Solr config into Solr] ******************************
skipping: [vlad]

TASK: [solr | copy Drupal Solr config into Solr] ******************************
skipping: [vlad]

TASK: [solr | make the lib/contrib directory for the extension to live in] ****
skipping: [vlad]

TASK: [solr | copy the needed class directories over] *************************
skipping: [vlad] => (item=analysis-extras)
skipping: [vlad] => (item=clustering)
skipping: [vlad] => (item=dataimporthandler)
skipping: [vlad] => (item=extraction)
skipping: [vlad] => (item=langid)
skipping: [vlad] => (item=uima)
skipping: [vlad] => (item=velocity)

TASK: [solr | ensure tomcat/Solr directory has correct owner] *****************
skipping: [vlad]

TASK: [solr | fix contrib extraction error in solrconfig.xml file] ************
skipping: [vlad]

TASK: [solr | fix contrib clustering error in solrconfig.xml file] ************
skipping: [vlad]

TASK: [munin | install munin] *************************************************
skipping: [vlad]

TASK: [munin | install munin] *************************************************
skipping: [vlad]

TASK: [munin | add munin node config] *****************************************
skipping: [vlad]

TASK: [munin | get iptables rules] ********************************************
skipping: [vlad]

TASK: [munin | add munin iptables] ********************************************
skipping: [vlad]

TASK: [munin | add munin to startup] ******************************************
skipping: [vlad]

TASK: [munin | add munin to startup] ******************************************
skipping: [vlad]

TASK: [ruby | ensure prerequisite packages are installed] *********************
skipping: [vlad]

TASK: [ruby | install rbenv] **************************************************
skipping: [vlad]

TASK: [ruby | install rbenv plugins] ******************************************
skipping: [vlad] => (item=rbenv-gem-rehash)
skipping: [vlad] => (item=rbenv-gemset)
skipping: [vlad] => (item=ruby-build)

TASK: [ruby | add line to .bash_profile (rbenv) (step 1/4)] *******************
skipping: [vlad]

TASK: [ruby | add line to .bash_profile (rbenv) (step 2/4)] *******************
skipping: [vlad]

TASK: [ruby | add line to .bash_profile (rbenv) (step 3/4)] *******************
skipping: [vlad]

TASK: [ruby | ensure .bashrc gets loaded as well (rbenv) (step 4/4)] **********
skipping: [vlad]

TASK: [ruby | source ~/.bash_profile] *****************************************
skipping: [vlad]

TASK: [ruby | install Ruby {{ default_ruby_version }}] ************************
skipping: [vlad]

TASK: [ruby | set the global version of Ruby to {{ default_ruby_version }}] ***
skipping: [vlad]

TASK: [ruby | update RubyGems] ************************************************
skipping: [vlad]

TASK: [ruby | install Bundler gem to global Ruby version] *********************
skipping: [vlad]

TASK: [ruby | ensure prerequisite packages are installed] *********************
skipping: [vlad]

TASK: [ruby | install rbenv] **************************************************
skipping: [vlad]

TASK: [ruby | install rbenv plugins] ******************************************
skipping: [vlad] => (item=rbenv-gem-rehash)
skipping: [vlad] => (item=rbenv-gemset)
skipping: [vlad] => (item=ruby-build)

TASK: [ruby | add line to .bash_profile (rbenv) (step 1/4)] *******************
skipping: [vlad]

TASK: [ruby | add line to .bash_profile (rbenv) (step 2/4)] *******************
skipping: [vlad]

TASK: [ruby | add line to .bash_profile (rbenv) (step 3/4)] *******************
skipping: [vlad]

TASK: [ruby | ensure .bashrc gets loaded as well (rbenv) (step 4/4)] **********
skipping: [vlad]

TASK: [ruby | source ~/.bash_profile] *****************************************
skipping: [vlad]

TASK: [ruby | install Ruby {{ default_ruby_version }}] ************************
skipping: [vlad]

TASK: [ruby | set the global version of Ruby to {{ default_ruby_version }}] ***
skipping: [vlad]

TASK: [ruby | update RubyGems] ************************************************
skipping: [vlad]

TASK: [ruby | install Bundler gem to global Ruby version] *********************
skipping: [vlad]

TASK: [mailcatcher | install MailCatcher prerequisite packages] ***************
skipping: [vlad]

TASK: [mailcatcher | install MailCatcher prerequisite packages] ***************
skipping: [vlad]

TASK: [mailcatcher | install MailCatcher prerequisite packages] ***************
skipping: [vlad]

TASK: [mailcatcher | Install MailCatcher with rbenv] **************************
skipping: [vlad]

TASK: [mailcatcher | change php apache sendmail_path setting] *****************
skipping: [vlad]

TASK: [mailcatcher | change php apache sendmail_path setting] *****************
skipping: [vlad]

TASK: [mailcatcher | change php cli sendmail_path setting] ********************
skipping: [vlad]

TASK: [mailcatcher | get iptables rules] **************************************
skipping: [vlad]

TASK: [mailcatcher | add mailcatcher web interface iptable rule] **************
skipping: [vlad]

TASK: [mailcatcher | kill mailcatcher] ****************************************
skipping: [vlad]

TASK: [mailcatcher | kill mailcatcher (via pid)] ******************************
skipping: [vlad]

TASK: [mailcatcher | run MailCatcher with no ip address restrictions] *********
skipping: [vlad]

TASK: [node | install dependencies] *******************************************
skipping: [vlad]

TASK: [node | add up to date Node repository] *********************************
skipping: [vlad]

TASK: [node | install Node] ***************************************************
skipping: [vlad]

TASK: [node | install node via yum] *******************************************
skipping: [vlad]

TASK: [node | set local node prefix] ******************************************
skipping: [vlad]

TASK: [node | set local node path in bash profile] ****************************
skipping: [vlad]

TASK: [imagemagick | install ImageMagick] *************************************
skipping: [vlad]

TASK: [imagemagick | install ImageMagick] *************************************
skipping: [vlad]

TASK: [bling | Apotropaic shell prompt] ***************************************
changed: [vlad]

NOTIFIED: [mysql | restart mysql] *********************************************
changed: [vlad]

NOTIFIED: [restart apache2] ***************************************************
changed: [vlad]

NOTIFIED: [drush cc drush] ****************************************************
changed: [vlad]

NOTIFIED: [save iptables] *****************************************************
changed: [vlad]

NOTIFIED: [restart ufw] *******************************************************
changed: [vlad]

TASK: [get current Vlad version] **********************************************
changed: [vlad -> 127.0.0.1]

TASK: [move default index.php file into docroot directory] ********************
ok: [vlad]

TASK: [test | PHP is installed] ***********************************************
ok: [vlad]

TASK: [test | composer is installed] ******************************************
ok: [vlad]

TASK: [test | ensure Apache is running.] **************************************
ok: [vlad]

TASK: [test | ensure Apache is running.] **************************************
skipping: [vlad]

TASK: [test | apache is installed] ********************************************
ok: [vlad]

TASK: [test | apache is installed] ********************************************
skipping: [vlad]

TASK: [test | ensure Varnish has been restarted] ******************************
skipping: [vlad]

TASK: [test | varnish is installed] *******************************************
skipping: [vlad]

TASK: [test | MySQL is installed] *********************************************
ok: [vlad]

TASK: [test | rbenv is installed] *********************************************
skipping: [vlad]

TASK: [test | ruby is installed] **********************************************
skipping: [vlad]

TASK: [test | redis is installed] *********************************************
skipping: [vlad]

TASK: [test | default host is setup] ******************************************
ok: [vlad]

TASK: [test | default ssl host is setup] **************************************
ok: [vlad]

TASK: [test | adminer is present] *********************************************
ok: [vlad]

TASK: [test | xhprof is present] **********************************************
skipping: [vlad]

TASK: [test | PimpMyLog is present] *******************************************
skipping: [vlad]

TASK: [test | drush 6 is installed] *******************************************
ok: [vlad]

TASK: [test | drush 7 is installed] *******************************************
ok: [vlad]

PLAY RECAP ********************************************************************
vlad                       : ok=164  changed=96   unreachable=0    failed=0

==> vlad: Configuring cache buckets...
==> vlad: Running triggers after up...
==> vlad: Executing 'up' services trigger
==> vlad: Executing command "ansible-playbook -i 192.168.100.100, /[redacted]/vlad/vlad/playbooks/local_up_services.yml --private-key=~/.vagrant.d/insecure_private_key --extra-vars local_ip_address=192.168.100.100"...
==> vlad:
==> vlad: PLAY [all] ********************************************************************
==> vlad:
==> vlad: GATHERING FACTS ***************************************************************
==> vlad: fatal: [192.168.100.100] => SSH encountered an unknown error during the connection. We recommend you re-run the command using -vvvv, which will enable SSH debugging output to help diagnose the issue
==> vlad:
==> vlad: TASK: [Ensure Varnish is running.] ********************************************
==> vlad: FATAL: no hosts matched or all hosts have already failed -- aborting
==> vlad:
==> vlad:
==> vlad: PLAY RECAP ********************************************************************
==> vlad:            to retry, use: --limit @/Users/philipnorton42/local_up_services.retry
==> vlad:
==> vlad: 192.168.100.100            : ok=0    changed=0    unreachable=1    failed=0
==> vlad: Command execution finished.
==> vlad: Vlad is up and running!