Skip to content

Instantly share code, notes, and snippets.

@tmbritton
Created July 10, 2017 19:13
Show Gist options
  • Save tmbritton/59bb35c700d933c7d2c02451075a3e75 to your computer and use it in GitHub Desktop.
Save tmbritton/59bb35c700d933c7d2c02451075a3e75 to your computer and use it in GitHub Desktop.
vagrant console output
$ vagrant provision
==> wfmcom: [vagrant-hostsupdater] Checking for host entries
==> wfmcom: [vagrant-hostsupdater] found entry for: 192.168.88.88 local.wholefoodsmarket.com
==> wfmcom: [vagrant-hostsupdater] found entry for: 192.168.88.88 adminer.local.wholefoodsmarket.com
==> wfmcom: [vagrant-hostsupdater] found entry for: 192.168.88.88 xhprof.local.wholefoodsmarket.com
==> wfmcom: [vagrant-hostsupdater] found entry for: 192.168.88.88 pimpmylog.local.wholefoodsmarket.com
==> wfmcom: [vagrant-hostsupdater] found entry for: 192.168.88.88 dashboard.local.wholefoodsmarket.com
==> wfmcom: Running provisioner: ansible...
wfmcom: Running ansible-playbook...
PLAY [all] *********************************************************************
TASK [setup] *******************************************************************
ok: [wfmcom]
TASK [Verify Ansible meets Drupal VM's version requirements.] ******************
ok: [wfmcom] => {
"changed": false,
"msg": "All assertions passed"
}
TASK [Include OS-specific variables.] ******************************************
ok: [wfmcom]
TASK [Define config_dir.] ******************************************************
skipping: [wfmcom]
TASK [include_vars] ************************************************************
TASK [include] *****************************************************************
included: /Users/tom.britton/Sites/drupalvm-wfmcom/provisioning/tasks/init-debian.yml for wfmcom
TASK [Update apt cache if needed.] *********************************************
ok: [wfmcom]
TASK [Get software for Python-based control.] **********************************
ok: [wfmcom] => (item=[u'curl', u'python-apt', u'python-pycurl', u'build-essential', u'sudo', u'unzip'])
TASK [Disable the ufw firewall (since we use a simple iptables firewall).] *****
changed: [wfmcom]
TASK [Add repository for Apache 2.4 on Ubuntu 12.] *****************************
ok: [wfmcom]
TASK [Add repository for PHP 5.5, 5.6, 7.0 or 7.1.] ****************************
ok: [wfmcom]
TASK [Add repository for PHP 5 compatibility packages.] ************************
ok: [wfmcom]
TASK [Purge PHP version packages.] *********************************************
ok: [wfmcom] => (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'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.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'])
TASK [Purge PHP packages installed by default on Ubuntu.] **********************
skipping: [wfmcom] => (item=[])
TASK [Purge PHP modules directory.] ********************************************
skipping: [wfmcom] => (item=/usr/lib/php5/modules)
skipping: [wfmcom] => (item=/usr/lib/php/modules)
TASK [Define php_xhprof_html_dir.] *********************************************
skipping: [wfmcom]
TASK [include] *****************************************************************
skipping: [wfmcom]
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: [wfmcom]
TASK [Set the correct XHProf package when PHP 5.5 or 5.6 is used.] *************
ok: [wfmcom]
TASK [geerlingguy.repo-remi : Install remi repo.] ******************************
skipping: [wfmcom]
TASK [geerlingguy.repo-remi : Import remi GPG key.] ****************************
skipping: [wfmcom]
TASK [geerlingguy.firewall : Ensure iptables is installed.] ********************
ok: [wfmcom]
TASK [geerlingguy.firewall : Flush iptables the first time playbook runs.] *****
ok: [wfmcom]
TASK [geerlingguy.firewall : Copy firewall script into place.] *****************
ok: [wfmcom]
TASK [geerlingguy.firewall : Copy firewall init script into place.] ************
ok: [wfmcom]
TASK [geerlingguy.firewall : Copy firewall systemd unit file into place (for systemd systems).] ***
skipping: [wfmcom]
TASK [geerlingguy.firewall : Ensure the firewall is enabled and will start on boot.] ***
ok: [wfmcom]
TASK [geerlingguy.git : Ensure git is installed (RedHat).] *********************
skipping: [wfmcom] => (item=[])
TASK [geerlingguy.git : Update apt cache (Debian).] ****************************
ok: [wfmcom]
TASK [geerlingguy.git : Ensure git is installed (Debian).] *********************
ok: [wfmcom] => (item=[u'git', u'git-svn'])
TASK [geerlingguy.git : Ensure git's dependencies are installed (RedHat).] *****
skipping: [wfmcom] => (item=[])
TASK [geerlingguy.git : Ensure git's dependencies are installed (Debian).] *****
skipping: [wfmcom] => (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: [wfmcom]
TASK [geerlingguy.git : Force git install if the version numbers do not match] *
skipping: [wfmcom]
TASK [geerlingguy.git : Download git.] *****************************************
skipping: [wfmcom]
TASK [geerlingguy.git : Expand git archive.] ***********************************
skipping: [wfmcom]
TASK [geerlingguy.git : Build git.] ********************************************
skipping: [wfmcom] => (item=all)
skipping: [wfmcom] => (item=install)
TASK [geerlingguy.postfix : Ensure postfix is installed (RedHat).] *************
skipping: [wfmcom]
TASK [geerlingguy.postfix : Ensure postfix is installed (Debian).] *************
ok: [wfmcom]
TASK [geerlingguy.postfix : Ensure postfix is started and enabled at boot.] ****
ok: [wfmcom]
TASK [geerlingguy.apache : Include OS-specific variables.] *********************
ok: [wfmcom]
TASK [geerlingguy.apache : Define apache_packages.] ****************************
ok: [wfmcom]
TASK [geerlingguy.apache : include] ********************************************
included: /Users/tom.britton/Sites/drupalvm-wfmcom/provisioning/roles/geerlingguy.apache/tasks/setup-Debian.yml for wfmcom
TASK [geerlingguy.apache : Update apt cache.] **********************************
ok: [wfmcom]
TASK [geerlingguy.apache : Ensure Apache is installed on Debian.] **************
ok: [wfmcom] => (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: [wfmcom]
TASK [geerlingguy.apache : Create apache_version variable.] ********************
ok: [wfmcom]
TASK [geerlingguy.apache : include_vars] ***************************************
ok: [wfmcom]
TASK [geerlingguy.apache : include_vars] ***************************************
skipping: [wfmcom]
TASK [geerlingguy.apache : include] ********************************************
included: /Users/tom.britton/Sites/drupalvm-wfmcom/provisioning/roles/geerlingguy.apache/tasks/configure-Debian.yml for wfmcom
TASK [geerlingguy.apache : Configure Apache.] **********************************
ok: [wfmcom] => (item={u'regexp': u'^Listen ', u'line': u'Listen 80'})
ok: [wfmcom] => (item={u'regexp': u'^#?NameVirtualHost ', u'line': u'NameVirtualHost *:80'})
TASK [geerlingguy.apache : Enable Apache mods.] ********************************
ok: [wfmcom] => (item=expires.load)
ok: [wfmcom] => (item=ssl.load)
ok: [wfmcom] => (item=rewrite.load)
ok: [wfmcom] => (item=proxy.load)
failed: [wfmcom] (item=proxy_fcgi.load) => {"failed": true, "item": "proxy_fcgi.load", "msg": "src file does not exist, use \"force=yes\" if you really want to create the link: /etc/apache2/mods-available/proxy_fcgi.load", "path": "/etc/apache2/mods-enabled/proxy_fcgi.load", "src": "/etc/apache2/mods-available/proxy_fcgi.load", "state": "absent"}
to retry, use: --limit @/Users/tom.britton/Sites/drupalvm-wfmcom/provisioning/playbook.retry
PLAY RECAP *********************************************************************
wfmcom : ok=31 changed=1 unreachable=0 failed=1
Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment