Instantly share code, notes, and snippets.
Created
November 12, 2019 22:34
-
Star
0
(0)
You must be signed in to star a gist -
Fork
0
(0)
You must be signed in to fork a gist
-
Save JasonWeakley/23c9103adfb82af2c71b69c0b31402c6 to your computer and use it in GitHub Desktop.
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
PS C:\Users\ie18jbw\PROJECTS\vmachines\hr-eval> vagrant provision | |
==> hr-eval: VM is not currently running. Please, first bring it up with `vagrant up` then run this command. | |
PS C:\Users\ie18jbw\PROJECTS\vmachines\hr-eval> vagrant up | |
Bringing machine 'hr-eval' up with 'virtualbox' provider... | |
==> hr-eval: Checking if box 'geerlingguy/drupal-vm' version '2.0.3' is up to date... | |
==> hr-eval: A newer version of the box 'geerlingguy/drupal-vm' for provider 'virtualbox' is | |
==> hr-eval: available! You currently have version '2.0.3'. The latest is version | |
==> hr-eval: '2.0.6'. Run `vagrant box update` to update. | |
==> hr-eval: Clearing any previously set forwarded ports... | |
==> hr-eval: Clearing any previously set network interfaces... | |
==> hr-eval: Preparing network interfaces based on configuration... | |
hr-eval: Adapter 1: nat | |
hr-eval: Adapter 2: hostonly | |
==> hr-eval: Forwarding ports... | |
hr-eval: 22 (guest) => 2222 (host) (adapter 1) | |
==> hr-eval: Running 'pre-boot' VM customizations... | |
==> hr-eval: Booting VM... | |
==> hr-eval: Waiting for machine to boot. This may take a few minutes... | |
hr-eval: SSH address: 127.0.0.1:2222 | |
hr-eval: SSH username: vagrant | |
hr-eval: SSH auth method: private key | |
==> hr-eval: Machine booted and ready! | |
[hr-eval] GuestAdditions 6.0.4 running --- OK. | |
==> hr-eval: Checking for guest additions in VM... | |
==> hr-eval: [vagrant-hostsupdater] Checking for host entries | |
==> hr-eval: [vagrant-hostsupdater] found entry for: 192.168.88.95 hr-eval.test | |
==> hr-eval: [vagrant-hostsupdater] found entry for: 192.168.88.95 www.hr-eval.test | |
==> hr-eval: [vagrant-hostsupdater] found entry for: 192.168.88.95 adminer.hr-eval.test | |
==> hr-eval: [vagrant-hostsupdater] found entry for: 192.168.88.95 xhprof.hr-eval.test | |
==> hr-eval: [vagrant-hostsupdater] found entry for: 192.168.88.95 pimpmylog.hr-eval.test | |
==> hr-eval: [vagrant-hostsupdater] found entry for: 192.168.88.95 dashboard.hr-eval.test | |
==> hr-eval: Setting hostname... | |
==> hr-eval: Configuring and enabling network interfaces... | |
==> hr-eval: Mounting shared folders... | |
hr-eval: /vagrant => C:/Users/ie18jbw/PROJECTS/vmachines/hr-eval | |
hr-eval: /var/www/hr-eval => C:/Users/ie18jbw/PROJECTS/vmachines/hr-eval | |
==> hr-eval: Machine already provisioned. Run `vagrant provision` or use the `--provision` | |
==> hr-eval: flag to force provisioning. Provisioners marked to run always will still run. | |
==> hr-eval: Machine 'hr-eval' has a post `vagrant up` message. This is a message | |
==> hr-eval: from the creator of the Vagrantfile, and not from Vagrant itself: | |
==> hr-eval: | |
==> hr-eval: Your Drupal VM Vagrant box is ready to use! | |
==> hr-eval: * Visit the dashboard for an overview of your site: http://dashboard.hr-eval.test (or http://192.168.88.95) | |
==> hr-eval: * You can SSH into your machine with `vagrant ssh`. | |
==> hr-eval: * Find out more in the Drupal VM documentation at http://docs.drupalvm.com | |
PS C:\Users\ie18jbw\PROJECTS\vmachines\hr-eval> vagrant provision | |
==> hr-eval: [vagrant-hostsupdater] Checking for host entries | |
==> hr-eval: [vagrant-hostsupdater] found entry for: 192.168.88.95 hr-eval.test | |
==> hr-eval: [vagrant-hostsupdater] found entry for: 192.168.88.95 www.hr-eval.test | |
==> hr-eval: [vagrant-hostsupdater] found entry for: 192.168.88.95 adminer.hr-eval.test | |
==> hr-eval: [vagrant-hostsupdater] found entry for: 192.168.88.95 xhprof.hr-eval.test | |
==> hr-eval: [vagrant-hostsupdater] found entry for: 192.168.88.95 pimpmylog.hr-eval.test | |
==> hr-eval: [vagrant-hostsupdater] found entry for: 192.168.88.95 dashboard.hr-eval.test | |
==> hr-eval: Running provisioner: drupalvm (ansible_local)... | |
hr-eval: Running ansible-playbook... | |
PLAY [all] ********************************************************************* | |
TASK [Gathering Facts] ********************************************************* | |
ok: [hr-eval] | |
TASK [Include OS-specific variables.] ****************************************** | |
ok: [hr-eval] | |
TASK [Define config_dir.] ****************************************************** | |
skipping: [hr-eval] | |
TASK [Include optional configuration files.] *********************************** | |
TASK [Configure toggle vars for Debian/Ubuntu.] ******************************** | |
ok: [hr-eval] | |
TASK [Configure toggle vars for CentOS.] *************************************** | |
skipping: [hr-eval] | |
TASK [Ensure Apache is stopped and disabled if Nginx is used.] ***************** | |
skipping: [hr-eval] | |
TASK [Ensure Nginx is stopped and disabled if Apache is used.] ***************** | |
ok: [hr-eval] | |
TASK [Ensure MySQL is stopped and disabled if Postgres is used.] *************** | |
skipping: [hr-eval] | |
TASK [Ensure Postgres is stopped and disabled if MySQL is used.] *************** | |
ok: [hr-eval] | |
TASK [nginx_hosts shim] ******************************************************** | |
ok: [hr-eval] | |
TASK [include_tasks] *********************************************************** | |
included: /vagrant/provisioning/tasks/init-Debian.yml for hr-eval | |
TASK [Update apt cache if needed.] ********************************************* | |
[WARNING]: Could not find aptitude. Using apt-get instead | |
ok: [hr-eval] | |
TASK [Install required dependencies.] ****************************************** | |
ok: [hr-eval] | |
TASK [Add repository for Apache 2.4.9+ (Ubuntu 12/14).] ************************ | |
skipping: [hr-eval] | |
TASK [Define php_xhprof_html_dir.] ********************************************* | |
skipping: [hr-eval] | |
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: [hr-eval] | |
TASK [Ensure PHP version-specific workspace directory exists.] ***************** | |
ok: [hr-eval] | |
TASK [geerlingguy.repo-remi : Install remi repo.] ****************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.repo-remi : Import remi GPG key.] **************************** | |
skipping: [hr-eval] | |
TASK [drupalvm.hostname : Configure /etc/mailname (Debian).] ******************* | |
ok: [hr-eval] | |
TASK [drupalvm.hostname : Add hostname to /etc/hosts.] ************************* | |
ok: [hr-eval] | |
TASK [drupalvm.hostname : Configure hostname.] ********************************* | |
ok: [hr-eval] | |
TASK [drupalvm.hostname : Set the hostname for current session.] *************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.firewall : Ensure iptables is present.] ********************** | |
ok: [hr-eval] | |
TASK [geerlingguy.firewall : Flush iptables the first time playbook runs.] ***** | |
ok: [hr-eval] | |
TASK [geerlingguy.firewall : Copy firewall script into place.] ***************** | |
ok: [hr-eval] | |
TASK [geerlingguy.firewall : Copy firewall init script into place.] ************ | |
skipping: [hr-eval] | |
TASK [geerlingguy.firewall : Copy firewall systemd unit file into place (for systemd systems).] *** | |
ok: [hr-eval] | |
TASK [geerlingguy.firewall : Configure the firewall service.] ****************** | |
ok: [hr-eval] | |
TASK [geerlingguy.firewall : Check if firewalld package is installed (on RHEL).] *** | |
skipping: [hr-eval] | |
TASK [geerlingguy.firewall : Disable the firewalld service (on RHEL, if configured).] *** | |
skipping: [hr-eval] | |
TASK [geerlingguy.firewall : Check if ufw package is installed (on Ubuntu).] *** | |
fatal: [hr-eval]: FAILED! => {"changed": false, "cmd": ["service", "ufw", "status"], "delta": "0:00:00.041115", "end": "2019-11-12 22:25:57.460026", "msg": "non-zero return code", "rc": 3, "start": "2019-11-12 22:25:57.418911", "stderr": "", "stderr_lines": [], "stdout": "* ufw.service - Uncomplicated firewall\n Loaded: loaded (/lib/systemd/system/ufw.service; disabled; vendor preset: enabled)\n Active: inactive (dead)\n Docs: man:ufw(8)", "stdout_lines": ["* ufw.service - Uncomplicated firewall", " Loaded: loaded (/lib/systemd/system/ufw.service; disabled; vendor preset: enabled)", " Active: inactive (dead)", " Docs: man:ufw(8)"]} | |
...ignoring | |
TASK [geerlingguy.firewall : Disable the ufw firewall (on Ubuntu, if configured).] *** | |
skipping: [hr-eval] | |
TASK [geerlingguy.firewall : Check if ufw package is installed (on Archlinux).] *** | |
skipping: [hr-eval] | |
TASK [geerlingguy.firewall : Disable the ufw firewall (on Archlinux, if configured).] *** | |
skipping: [hr-eval] | |
TASK [geerlingguy.git : Ensure git is installed (RedHat).] ********************* | |
skipping: [hr-eval] | |
TASK [geerlingguy.git : Update apt cache (Debian).] **************************** | |
ok: [hr-eval] | |
TASK [geerlingguy.git : Ensure git is installed (Debian).] ********************* | |
ok: [hr-eval] | |
TASK [geerlingguy.git : Include OS-specific variables (RedHat).] *************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.git : Include OS-specific variables (Fedora).] *************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.git : Include OS-specific variables (Debian).] *************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.git : Define git_install_from_source_dependencies.] ********** | |
skipping: [hr-eval] | |
TASK [geerlingguy.git : Ensure git's dependencies are installed (RedHat).] ***** | |
skipping: [hr-eval] | |
TASK [geerlingguy.git : Ensure git's dependencies are installed (Debian).] ***** | |
skipping: [hr-eval] | |
TASK [geerlingguy.git : Get installed version.] ******************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.git : Force git install if the version numbers do not match.] *** | |
skipping: [hr-eval] | |
TASK [geerlingguy.git : Download git.] ***************************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.git : Expand git archive.] *********************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.git : Build git.] ******************************************** | |
skipping: [hr-eval] => (item=all) | |
skipping: [hr-eval] => (item=install) | |
TASK [geerlingguy.postfix : Ensure postfix is installed.] ********************** | |
ok: [hr-eval] | |
TASK [geerlingguy.postfix : Update Postfix configuration.] ********************* | |
ok: [hr-eval] => (item={u'name': u'inet_interfaces', u'value': u'localhost'}) | |
ok: [hr-eval] => (item={u'name': u'inet_protocols', u'value': u'all'}) | |
TASK [geerlingguy.postfix : Ensure postfix is started and enabled at boot.] **** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Include OS-specific variables.] ********************* | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Include variables for Amazon Linux.] **************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.apache : Define apache_packages.] **************************** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : include_tasks] ************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.apache/tasks/setup-Debian.yml for hr-eval | |
TASK [geerlingguy.apache : Update apt cache.] ********************************** | |
changed: [hr-eval] | |
TASK [geerlingguy.apache : Ensure Apache is installed on Debian.] ************** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Get installed version of Apache.] ******************* | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Create apache_version variable.] ******************** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Include Apache 2.2 variables.] ********************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.apache : Include Apache 2.4 variables.] ********************** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Configure Apache.] ********************************** | |
included: /vagrant/provisioning/roles/geerlingguy.apache/tasks/configure-Debian.yml for hr-eval | |
TASK [geerlingguy.apache : Configure Apache.] ********************************** | |
ok: [hr-eval] => (item={u'regexp': u'^Listen ', u'line': u'Listen 80'}) | |
TASK [geerlingguy.apache : Enable Apache mods.] ******************************** | |
ok: [hr-eval] => (item=expires.load) | |
ok: [hr-eval] => (item=headers.load) | |
ok: [hr-eval] => (item=ssl.load) | |
ok: [hr-eval] => (item=rewrite.load) | |
ok: [hr-eval] => (item=proxy.load) | |
ok: [hr-eval] => (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: [hr-eval] | |
TASK [geerlingguy.apache : Add vhost symlink in sites-enabled.] **************** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Remove default vhost in sites-enabled.] ************* | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Ensure Apache has selected state and enabled on boot.] *** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Include OS-specific variables.] ********************* | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Include variables for Amazon Linux.] **************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.apache : Define apache_packages.] **************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.apache : include_tasks] ************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.apache/tasks/setup-Debian.yml for hr-eval | |
TASK [geerlingguy.apache : Update apt cache.] ********************************** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Ensure Apache is installed on Debian.] ************** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Get installed version of Apache.] ******************* | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Create apache_version variable.] ******************** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Include Apache 2.2 variables.] ********************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.apache : Include Apache 2.4 variables.] ********************** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Configure Apache.] ********************************** | |
included: /vagrant/provisioning/roles/geerlingguy.apache/tasks/configure-Debian.yml for hr-eval | |
TASK [geerlingguy.apache : Configure Apache.] ********************************** | |
ok: [hr-eval] => (item={u'regexp': u'^Listen ', u'line': u'Listen 80'}) | |
TASK [geerlingguy.apache : Enable Apache mods.] ******************************** | |
ok: [hr-eval] => (item=expires.load) | |
ok: [hr-eval] => (item=headers.load) | |
ok: [hr-eval] => (item=ssl.load) | |
ok: [hr-eval] => (item=rewrite.load) | |
ok: [hr-eval] => (item=proxy.load) | |
ok: [hr-eval] => (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: [hr-eval] | |
TASK [geerlingguy.apache : Add vhost symlink in sites-enabled.] **************** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Remove default vhost in sites-enabled.] ************* | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Ensure Apache has selected state and enabled on boot.] *** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache-php-fpm : Enable mod_proxy_fcgi.] ********************* | |
ok: [hr-eval] => (item=proxy.load) | |
ok: [hr-eval] => (item=proxy_fcgi.load) | |
TASK [geerlingguy.nginx : Include OS-specific variables.] ********************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.nginx : Define nginx_user.] ********************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.nginx : include_tasks] *************************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.nginx : include_tasks] *************************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.nginx : include_tasks] *************************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.nginx : include_tasks] *************************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.nginx : include_tasks] *************************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.nginx : include_tasks] *************************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.nginx : Remove default nginx vhost config file (if configured).] *** | |
skipping: [hr-eval] | |
TASK [geerlingguy.nginx : Ensure nginx_vhost_path exists.] ********************* | |
skipping: [hr-eval] | |
TASK [geerlingguy.nginx : Add managed vhost config files.] ********************* | |
skipping: [hr-eval] => (item={u'is_php': True, u'root': u'/var/www/drupalvm/drupal/web', u'server_name': u'hr-eval.test www.hr-eval.test'}) | |
skipping: [hr-eval] => (item={u'is_php': True, u'root': u'/opt/adminer', u'server_name': u'adminer.hr-eval.test'}) | |
skipping: [hr-eval] => (item={u'is_php': True, u'root': u'/usr/share/php/xhprof_html', u'server_name': u'xhprof.hr-eval.test'}) | |
skipping: [hr-eval] => (item={u'is_php': True, u'root': u'/usr/share/php/pimpmylog', u'server_name': u'pimpmylog.hr-eval.test'}) | |
skipping: [hr-eval] => (item={u'is_php': True, u'root': u'/var/www/dashboard', u'server_name': u'192.168.88.95 dashboard.hr-eval.test'}) | |
TASK [geerlingguy.nginx : Remove managed vhost config files.] ****************** | |
skipping: [hr-eval] => (item={u'is_php': True, u'root': u'/var/www/drupalvm/drupal/web', u'server_name': u'hr-eval.test www.hr-eval.test'}) | |
skipping: [hr-eval] => (item={u'is_php': True, u'root': u'/opt/adminer', u'server_name': u'adminer.hr-eval.test'}) | |
skipping: [hr-eval] => (item={u'is_php': True, u'root': u'/usr/share/php/xhprof_html', u'server_name': u'xhprof.hr-eval.test'}) | |
skipping: [hr-eval] => (item={u'is_php': True, u'root': u'/usr/share/php/pimpmylog', u'server_name': u'pimpmylog.hr-eval.test'}) | |
skipping: [hr-eval] => (item={u'is_php': True, u'root': u'/var/www/dashboard', u'server_name': u'192.168.88.95 dashboard.hr-eval.test'}) | |
TASK [geerlingguy.nginx : Remove legacy vhosts.conf file.] ********************* | |
skipping: [hr-eval] | |
TASK [geerlingguy.nginx : Copy nginx configuration in place.] ****************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.nginx : Ensure nginx is started and enabled to start at boot.] *** | |
skipping: [hr-eval] | |
TASK [geerlingguy.php-versions : Include OS-specific variables.] *************** | |
ok: [hr-eval] => (item=/vagrant/provisioning/roles/geerlingguy.php-versions/vars/Debian.yml) | |
TASK [geerlingguy.php-versions : Define PHP variables.] ************************ | |
ok: [hr-eval] => (item={'value': u'__php_extension_conf_paths', 'key': u'php_extension_conf_paths'}) | |
ok: [hr-eval] => (item={'value': u'__php_fpm_daemon', 'key': u'php_fpm_daemon'}) | |
ok: [hr-eval] => (item={'value': u'__php_uploadprogress_module_path', 'key': u'php_uploadprogress_module_path'}) | |
ok: [hr-eval] => (item={'value': u'__php_xhprof_module_path', 'key': u'php_xhprof_module_path'}) | |
ok: [hr-eval] => (item={'value': u'__php_fpm_pool_conf_path', 'key': u'php_fpm_pool_conf_path'}) | |
ok: [hr-eval] => (item={'value': u'__php_conf_paths', 'key': u'php_conf_paths'}) | |
ok: [hr-eval] => (item={'value': u'__php_xdebug_module_path', 'key': u'php_xdebug_module_path'}) | |
ok: [hr-eval] => (item={'value': u'__php_pgsql_package', 'key': u'php_pgsql_package'}) | |
ok: [hr-eval] => (item={'value': u'__php_packages', 'key': u'php_packages'}) | |
ok: [hr-eval] => (item={'value': u'__php_mysql_package', 'key': u'php_mysql_package'}) | |
ok: [hr-eval] => (item={'value': u'__php_memcached_package', 'key': u'php_memcached_package'}) | |
ok: [hr-eval] => (item={'value': u'__php_fpm_conf_path', 'key': u'php_fpm_conf_path'}) | |
ok: [hr-eval] => (item={'value': u'__php_tideways_module_path', 'key': u'php_tideways_module_path'}) | |
ok: [hr-eval] => (item={'value': u'__php_redis_package', 'key': u'php_redis_package'}) | |
TASK [geerlingguy.php-versions : Define php_install_recommends variable.] ****** | |
ok: [hr-eval] | |
TASK [geerlingguy.php-versions : include_tasks] ******************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php-versions/tasks/setup-Debian.yml for hr-eval | |
TASK [geerlingguy.php-versions : Set the correct opcache filename (Ubuntu/Debian).] *** | |
ok: [hr-eval] | |
TASK [geerlingguy.php-versions : Add repository for PHP versions (Ubuntu).] **** | |
ok: [hr-eval] | |
TASK [geerlingguy.php-versions : Add repository for PHP 5 compatibility packages (Ubuntu).] *** | |
skipping: [hr-eval] | |
TASK [geerlingguy.php-versions : Add dependencies for PHP versions (Debian).] *** | |
skipping: [hr-eval] | |
TASK [geerlingguy.php-versions : Add Ondrej Sury's apt key (Debian).] ********** | |
skipping: [hr-eval] | |
TASK [geerlingguy.php-versions : Add Ondrej Sury's repo (Debian).] ************* | |
skipping: [hr-eval] | |
TASK [geerlingguy.php-versions : Update apt caches after repo is added (Debian).] *** | |
skipping: [hr-eval] | |
TASK [geerlingguy.php-versions : Purge PHP version packages.] ****************** | |
[DEPRECATION WARNING]: Invoking "apt" only once while using a loop via | |
squash_actions is deprecated. Instead of using a loop to supply multiple items | |
and specifying `name: "{{ item }}"`, please use `name: ['php5.6-common', | |
'php7.0-common', 'php7.1-common', 'php7.2-common', 'php7.3-common']` and remove | |
the loop. This feature will be removed in version 2.11. Deprecation warnings | |
can be disabled by setting deprecation_warnings=False in ansible.cfg. | |
ok: [hr-eval] => (item=[u'php5.6-common', u'php7.0-common', u'php7.1-common', u'php7.3-common']) | |
TASK [geerlingguy.php-versions : Set the correct XHProf package when PHP 5.6 is used.] *** | |
skipping: [hr-eval] | |
TASK [geerlingguy.php : Include OS-specific variables.] ************************ | |
ok: [hr-eval] | |
TASK [geerlingguy.php : Define php_packages.] ********************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.php : Define extra php_packages.] **************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.php : Define php_webserver_daemon.] ************************** | |
ok: [hr-eval] | |
TASK [geerlingguy.php : Define php_conf_paths.] ******************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.php : Define php_extension_conf_paths.] ********************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.php : Define php_apc_conf_filename.] ************************* | |
ok: [hr-eval] | |
TASK [geerlingguy.php : Define php_opcache_conf_filename (Ubuntu 16.04).] ****** | |
skipping: [hr-eval] | |
TASK [geerlingguy.php : Define php_opcache_conf_filename.] ********************* | |
skipping: [hr-eval] | |
TASK [geerlingguy.php : Define php_fpm_conf_path.] ***************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.php : include_tasks] ***************************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.php : include_tasks] ***************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/setup-Debian.yml for hr-eval | |
TASK [geerlingguy.php : Update apt cache.] ************************************* | |
ok: [hr-eval] | |
TASK [geerlingguy.php : Ensure PHP packages are installed.] ******************** | |
fatal: [hr-eval]: FAILED! => {"changed": false, "msg": "No package matching 'php{{ php_version }}' is available"} | |
PLAY RECAP ********************************************************************* | |
hr-eval : ok=66 changed=1 unreachable=0 failed=1 skipped=69 rescued=0 ignored=1 | |
Ansible failed to complete successfully. Any error output should be | |
visible above. Please fix these errors and try again. | |
PS C:\Users\ie18jbw\PROJECTS\vmachines\hr-eval> vagrant provision | |
==> hr-eval: [vagrant-hostsupdater] Checking for host entries | |
==> hr-eval: [vagrant-hostsupdater] found entry for: 192.168.88.95 hr-eval.test | |
==> hr-eval: [vagrant-hostsupdater] found entry for: 192.168.88.95 www.hr-eval.test | |
==> hr-eval: [vagrant-hostsupdater] found entry for: 192.168.88.95 adminer.hr-eval.test | |
==> hr-eval: [vagrant-hostsupdater] found entry for: 192.168.88.95 xhprof.hr-eval.test | |
==> hr-eval: [vagrant-hostsupdater] found entry for: 192.168.88.95 pimpmylog.hr-eval.test | |
==> hr-eval: [vagrant-hostsupdater] found entry for: 192.168.88.95 dashboard.hr-eval.test | |
==> hr-eval: Running provisioner: drupalvm (ansible_local)... | |
hr-eval: Running ansible-playbook... | |
PLAY [all] ********************************************************************* | |
TASK [Gathering Facts] ********************************************************* | |
ok: [hr-eval] | |
TASK [Include OS-specific variables.] ****************************************** | |
ok: [hr-eval] | |
TASK [Define config_dir.] ****************************************************** | |
skipping: [hr-eval] | |
TASK [Include optional configuration files.] *********************************** | |
TASK [Configure toggle vars for Debian/Ubuntu.] ******************************** | |
ok: [hr-eval] | |
TASK [Configure toggle vars for CentOS.] *************************************** | |
skipping: [hr-eval] | |
TASK [Ensure Apache is stopped and disabled if Nginx is used.] ***************** | |
skipping: [hr-eval] | |
TASK [Ensure Nginx is stopped and disabled if Apache is used.] ***************** | |
ok: [hr-eval] | |
TASK [Ensure MySQL is stopped and disabled if Postgres is used.] *************** | |
skipping: [hr-eval] | |
TASK [Ensure Postgres is stopped and disabled if MySQL is used.] *************** | |
ok: [hr-eval] | |
TASK [nginx_hosts shim] ******************************************************** | |
ok: [hr-eval] | |
TASK [include_tasks] *********************************************************** | |
included: /vagrant/provisioning/tasks/init-Debian.yml for hr-eval | |
TASK [Update apt cache if needed.] ********************************************* | |
[WARNING]: Could not find aptitude. Using apt-get instead | |
ok: [hr-eval] | |
TASK [Install required dependencies.] ****************************************** | |
ok: [hr-eval] | |
TASK [Add repository for Apache 2.4.9+ (Ubuntu 12/14).] ************************ | |
skipping: [hr-eval] | |
TASK [Define php_xhprof_html_dir.] ********************************************* | |
skipping: [hr-eval] | |
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: [hr-eval] | |
TASK [Ensure PHP version-specific workspace directory exists.] ***************** | |
ok: [hr-eval] | |
TASK [geerlingguy.repo-remi : Install remi repo.] ****************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.repo-remi : Import remi GPG key.] **************************** | |
skipping: [hr-eval] | |
TASK [drupalvm.hostname : Configure /etc/mailname (Debian).] ******************* | |
ok: [hr-eval] | |
TASK [drupalvm.hostname : Add hostname to /etc/hosts.] ************************* | |
ok: [hr-eval] | |
TASK [drupalvm.hostname : Configure hostname.] ********************************* | |
ok: [hr-eval] | |
TASK [drupalvm.hostname : Set the hostname for current session.] *************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.firewall : Ensure iptables is present.] ********************** | |
ok: [hr-eval] | |
TASK [geerlingguy.firewall : Flush iptables the first time playbook runs.] ***** | |
ok: [hr-eval] | |
TASK [geerlingguy.firewall : Copy firewall script into place.] ***************** | |
ok: [hr-eval] | |
TASK [geerlingguy.firewall : Copy firewall init script into place.] ************ | |
skipping: [hr-eval] | |
TASK [geerlingguy.firewall : Copy firewall systemd unit file into place (for systemd systems).] *** | |
ok: [hr-eval] | |
TASK [geerlingguy.firewall : Configure the firewall service.] ****************** | |
ok: [hr-eval] | |
TASK [geerlingguy.firewall : Check if firewalld package is installed (on RHEL).] *** | |
skipping: [hr-eval] | |
TASK [geerlingguy.firewall : Disable the firewalld service (on RHEL, if configured).] *** | |
skipping: [hr-eval] | |
TASK [geerlingguy.firewall : Check if ufw package is installed (on Ubuntu).] *** | |
fatal: [hr-eval]: FAILED! => {"changed": false, "cmd": ["service", "ufw", "status"], "delta": "0:00:00.014070", "end": "2019-11-12 22:27:08.803904", "msg": "non-zero return code", "rc": 3, "start": "2019-11-12 22:27:08.789834", "stderr": "", "stderr_lines": [], "stdout": "* ufw.service - Uncomplicated firewall\n Loaded: loaded (/lib/systemd/system/ufw.service; disabled; vendor preset: enabled)\n Active: inactive (dead)\n Docs: man:ufw(8)", "stdout_lines": ["* ufw.service - Uncomplicated firewall", " Loaded: loaded (/lib/systemd/system/ufw.service; disabled; vendor preset: enabled)", " Active: inactive (dead)", " Docs: man:ufw(8)"]} | |
...ignoring | |
TASK [geerlingguy.firewall : Disable the ufw firewall (on Ubuntu, if configured).] *** | |
skipping: [hr-eval] | |
TASK [geerlingguy.firewall : Check if ufw package is installed (on Archlinux).] *** | |
skipping: [hr-eval] | |
TASK [geerlingguy.firewall : Disable the ufw firewall (on Archlinux, if configured).] *** | |
skipping: [hr-eval] | |
TASK [geerlingguy.git : Ensure git is installed (RedHat).] ********************* | |
skipping: [hr-eval] | |
TASK [geerlingguy.git : Update apt cache (Debian).] **************************** | |
ok: [hr-eval] | |
TASK [geerlingguy.git : Ensure git is installed (Debian).] ********************* | |
ok: [hr-eval] | |
TASK [geerlingguy.git : Include OS-specific variables (RedHat).] *************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.git : Include OS-specific variables (Fedora).] *************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.git : Include OS-specific variables (Debian).] *************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.git : Define git_install_from_source_dependencies.] ********** | |
skipping: [hr-eval] | |
TASK [geerlingguy.git : Ensure git's dependencies are installed (RedHat).] ***** | |
skipping: [hr-eval] | |
TASK [geerlingguy.git : Ensure git's dependencies are installed (Debian).] ***** | |
skipping: [hr-eval] | |
TASK [geerlingguy.git : Get installed version.] ******************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.git : Force git install if the version numbers do not match.] *** | |
skipping: [hr-eval] | |
TASK [geerlingguy.git : Download git.] ***************************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.git : Expand git archive.] *********************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.git : Build git.] ******************************************** | |
skipping: [hr-eval] => (item=all) | |
skipping: [hr-eval] => (item=install) | |
TASK [geerlingguy.postfix : Ensure postfix is installed.] ********************** | |
ok: [hr-eval] | |
TASK [geerlingguy.postfix : Update Postfix configuration.] ********************* | |
ok: [hr-eval] => (item={u'name': u'inet_interfaces', u'value': u'localhost'}) | |
ok: [hr-eval] => (item={u'name': u'inet_protocols', u'value': u'all'}) | |
TASK [geerlingguy.postfix : Ensure postfix is started and enabled at boot.] **** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Include OS-specific variables.] ********************* | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Include variables for Amazon Linux.] **************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.apache : Define apache_packages.] **************************** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : include_tasks] ************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.apache/tasks/setup-Debian.yml for hr-eval | |
TASK [geerlingguy.apache : Update apt cache.] ********************************** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Ensure Apache is installed on Debian.] ************** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Get installed version of Apache.] ******************* | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Create apache_version variable.] ******************** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Include Apache 2.2 variables.] ********************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.apache : Include Apache 2.4 variables.] ********************** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Configure Apache.] ********************************** | |
included: /vagrant/provisioning/roles/geerlingguy.apache/tasks/configure-Debian.yml for hr-eval | |
TASK [geerlingguy.apache : Configure Apache.] ********************************** | |
ok: [hr-eval] => (item={u'regexp': u'^Listen ', u'line': u'Listen 80'}) | |
TASK [geerlingguy.apache : Enable Apache mods.] ******************************** | |
ok: [hr-eval] => (item=expires.load) | |
ok: [hr-eval] => (item=headers.load) | |
ok: [hr-eval] => (item=ssl.load) | |
ok: [hr-eval] => (item=rewrite.load) | |
ok: [hr-eval] => (item=proxy.load) | |
ok: [hr-eval] => (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: [hr-eval] | |
TASK [geerlingguy.apache : Add vhost symlink in sites-enabled.] **************** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Remove default vhost in sites-enabled.] ************* | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Ensure Apache has selected state and enabled on boot.] *** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Include OS-specific variables.] ********************* | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Include variables for Amazon Linux.] **************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.apache : Define apache_packages.] **************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.apache : include_tasks] ************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.apache/tasks/setup-Debian.yml for hr-eval | |
TASK [geerlingguy.apache : Update apt cache.] ********************************** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Ensure Apache is installed on Debian.] ************** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Get installed version of Apache.] ******************* | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Create apache_version variable.] ******************** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Include Apache 2.2 variables.] ********************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.apache : Include Apache 2.4 variables.] ********************** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Configure Apache.] ********************************** | |
included: /vagrant/provisioning/roles/geerlingguy.apache/tasks/configure-Debian.yml for hr-eval | |
TASK [geerlingguy.apache : Configure Apache.] ********************************** | |
ok: [hr-eval] => (item={u'regexp': u'^Listen ', u'line': u'Listen 80'}) | |
TASK [geerlingguy.apache : Enable Apache mods.] ******************************** | |
ok: [hr-eval] => (item=expires.load) | |
ok: [hr-eval] => (item=headers.load) | |
ok: [hr-eval] => (item=ssl.load) | |
ok: [hr-eval] => (item=rewrite.load) | |
ok: [hr-eval] => (item=proxy.load) | |
ok: [hr-eval] => (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: [hr-eval] | |
TASK [geerlingguy.apache : Add vhost symlink in sites-enabled.] **************** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Remove default vhost in sites-enabled.] ************* | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Ensure Apache has selected state and enabled on boot.] *** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache-php-fpm : Enable mod_proxy_fcgi.] ********************* | |
ok: [hr-eval] => (item=proxy.load) | |
ok: [hr-eval] => (item=proxy_fcgi.load) | |
TASK [geerlingguy.nginx : Include OS-specific variables.] ********************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.nginx : Define nginx_user.] ********************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.nginx : include_tasks] *************************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.nginx : include_tasks] *************************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.nginx : include_tasks] *************************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.nginx : include_tasks] *************************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.nginx : include_tasks] *************************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.nginx : include_tasks] *************************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.nginx : Remove default nginx vhost config file (if configured).] *** | |
skipping: [hr-eval] | |
TASK [geerlingguy.nginx : Ensure nginx_vhost_path exists.] ********************* | |
skipping: [hr-eval] | |
TASK [geerlingguy.nginx : Add managed vhost config files.] ********************* | |
skipping: [hr-eval] => (item={u'is_php': True, u'root': u'/var/www/drupalvm/drupal/web', u'server_name': u'hr-eval.test www.hr-eval.test'}) | |
skipping: [hr-eval] => (item={u'is_php': True, u'root': u'/opt/adminer', u'server_name': u'adminer.hr-eval.test'}) | |
skipping: [hr-eval] => (item={u'is_php': True, u'root': u'/usr/share/php/xhprof_html', u'server_name': u'xhprof.hr-eval.test'}) | |
skipping: [hr-eval] => (item={u'is_php': True, u'root': u'/usr/share/php/pimpmylog', u'server_name': u'pimpmylog.hr-eval.test'}) | |
skipping: [hr-eval] => (item={u'is_php': True, u'root': u'/var/www/dashboard', u'server_name': u'192.168.88.95 dashboard.hr-eval.test'}) | |
TASK [geerlingguy.nginx : Remove managed vhost config files.] ****************** | |
skipping: [hr-eval] => (item={u'is_php': True, u'root': u'/var/www/drupalvm/drupal/web', u'server_name': u'hr-eval.test www.hr-eval.test'}) | |
skipping: [hr-eval] => (item={u'is_php': True, u'root': u'/opt/adminer', u'server_name': u'adminer.hr-eval.test'}) | |
skipping: [hr-eval] => (item={u'is_php': True, u'root': u'/usr/share/php/xhprof_html', u'server_name': u'xhprof.hr-eval.test'}) | |
skipping: [hr-eval] => (item={u'is_php': True, u'root': u'/usr/share/php/pimpmylog', u'server_name': u'pimpmylog.hr-eval.test'}) | |
skipping: [hr-eval] => (item={u'is_php': True, u'root': u'/var/www/dashboard', u'server_name': u'192.168.88.95 dashboard.hr-eval.test'}) | |
TASK [geerlingguy.nginx : Remove legacy vhosts.conf file.] ********************* | |
skipping: [hr-eval] | |
TASK [geerlingguy.nginx : Copy nginx configuration in place.] ****************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.nginx : Ensure nginx is started and enabled to start at boot.] *** | |
skipping: [hr-eval] | |
TASK [geerlingguy.php-versions : Include OS-specific variables.] *************** | |
ok: [hr-eval] => (item=/vagrant/provisioning/roles/geerlingguy.php-versions/vars/Debian.yml) | |
TASK [geerlingguy.php-versions : Define PHP variables.] ************************ | |
ok: [hr-eval] => (item={'value': u'__php_extension_conf_paths', 'key': u'php_extension_conf_paths'}) | |
ok: [hr-eval] => (item={'value': u'__php_fpm_daemon', 'key': u'php_fpm_daemon'}) | |
ok: [hr-eval] => (item={'value': u'__php_uploadprogress_module_path', 'key': u'php_uploadprogress_module_path'}) | |
ok: [hr-eval] => (item={'value': u'__php_xhprof_module_path', 'key': u'php_xhprof_module_path'}) | |
ok: [hr-eval] => (item={'value': u'__php_fpm_pool_conf_path', 'key': u'php_fpm_pool_conf_path'}) | |
ok: [hr-eval] => (item={'value': u'__php_conf_paths', 'key': u'php_conf_paths'}) | |
ok: [hr-eval] => (item={'value': u'__php_xdebug_module_path', 'key': u'php_xdebug_module_path'}) | |
ok: [hr-eval] => (item={'value': u'__php_pgsql_package', 'key': u'php_pgsql_package'}) | |
ok: [hr-eval] => (item={'value': u'__php_packages', 'key': u'php_packages'}) | |
ok: [hr-eval] => (item={'value': u'__php_mysql_package', 'key': u'php_mysql_package'}) | |
ok: [hr-eval] => (item={'value': u'__php_memcached_package', 'key': u'php_memcached_package'}) | |
ok: [hr-eval] => (item={'value': u'__php_fpm_conf_path', 'key': u'php_fpm_conf_path'}) | |
ok: [hr-eval] => (item={'value': u'__php_tideways_module_path', 'key': u'php_tideways_module_path'}) | |
ok: [hr-eval] => (item={'value': u'__php_redis_package', 'key': u'php_redis_package'}) | |
TASK [geerlingguy.php-versions : Define php_install_recommends variable.] ****** | |
ok: [hr-eval] | |
TASK [geerlingguy.php-versions : include_tasks] ******************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php-versions/tasks/setup-Debian.yml for hr-eval | |
TASK [geerlingguy.php-versions : Set the correct opcache filename (Ubuntu/Debian).] *** | |
ok: [hr-eval] | |
TASK [geerlingguy.php-versions : Add repository for PHP versions (Ubuntu).] **** | |
ok: [hr-eval] | |
TASK [geerlingguy.php-versions : Add repository for PHP 5 compatibility packages (Ubuntu).] *** | |
skipping: [hr-eval] | |
TASK [geerlingguy.php-versions : Add dependencies for PHP versions (Debian).] *** | |
skipping: [hr-eval] | |
TASK [geerlingguy.php-versions : Add Ondrej Sury's apt key (Debian).] ********** | |
skipping: [hr-eval] | |
TASK [geerlingguy.php-versions : Add Ondrej Sury's repo (Debian).] ************* | |
skipping: [hr-eval] | |
TASK [geerlingguy.php-versions : Update apt caches after repo is added (Debian).] *** | |
skipping: [hr-eval] | |
TASK [geerlingguy.php-versions : Purge PHP version packages.] ****************** | |
[DEPRECATION WARNING]: Invoking "apt" only once while using a loop via | |
squash_actions is deprecated. Instead of using a loop to supply multiple items | |
and specifying `name: "{{ item }}"`, please use `name: ['php5.6-common', | |
'php7.0-common', 'php7.1-common', 'php7.2-common', 'php7.3-common']` and remove | |
the loop. This feature will be removed in version 2.11. Deprecation warnings | |
can be disabled by setting deprecation_warnings=False in ansible.cfg. | |
ok: [hr-eval] => (item=[u'php5.6-common', u'php7.0-common', u'php7.1-common', u'php7.3-common']) | |
TASK [geerlingguy.php-versions : Set the correct XHProf package when PHP 5.6 is used.] *** | |
skipping: [hr-eval] | |
TASK [geerlingguy.php : Include OS-specific variables.] ************************ | |
ok: [hr-eval] | |
TASK [geerlingguy.php : Define php_packages.] ********************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.php : Define extra php_packages.] **************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.php : Define php_webserver_daemon.] ************************** | |
ok: [hr-eval] | |
TASK [geerlingguy.php : Define php_conf_paths.] ******************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.php : Define php_extension_conf_paths.] ********************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.php : Define php_apc_conf_filename.] ************************* | |
ok: [hr-eval] | |
TASK [geerlingguy.php : Define php_opcache_conf_filename (Ubuntu 16.04).] ****** | |
skipping: [hr-eval] | |
TASK [geerlingguy.php : Define php_opcache_conf_filename.] ********************* | |
skipping: [hr-eval] | |
TASK [geerlingguy.php : Define php_fpm_conf_path.] ***************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.php : include_tasks] ***************************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.php : include_tasks] ***************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/setup-Debian.yml for hr-eval | |
TASK [geerlingguy.php : Update apt cache.] ************************************* | |
ok: [hr-eval] | |
TASK [geerlingguy.php : Ensure PHP packages are installed.] ******************** | |
fatal: [hr-eval]: FAILED! => {"changed": false, "msg": "No package matching 'php{{ php_version }}' is available"} | |
PLAY RECAP ********************************************************************* | |
hr-eval : ok=66 changed=0 unreachable=0 failed=1 skipped=69 rescued=0 ignored=1 | |
Ansible failed to complete successfully. Any error output should be | |
visible above. Please fix these errors and try again. | |
PS C:\Users\ie18jbw\PROJECTS\vmachines\hr-eval> vagrant reload | |
==> hr-eval: [vagrant-hostsupdater] Removing hosts | |
==> hr-eval: Attempting graceful shutdown of VM... | |
==> hr-eval: Checking if box 'geerlingguy/drupal-vm' version '2.0.3' is up to date... | |
==> hr-eval: Clearing any previously set forwarded ports... | |
==> hr-eval: Clearing any previously set network interfaces... | |
==> hr-eval: Preparing network interfaces based on configuration... | |
hr-eval: Adapter 1: nat | |
hr-eval: Adapter 2: hostonly | |
==> hr-eval: Forwarding ports... | |
hr-eval: 22 (guest) => 2222 (host) (adapter 1) | |
==> hr-eval: Running 'pre-boot' VM customizations... | |
==> hr-eval: Booting VM... | |
==> hr-eval: Waiting for machine to boot. This may take a few minutes... | |
hr-eval: SSH address: 127.0.0.1:2222 | |
hr-eval: SSH username: vagrant | |
hr-eval: SSH auth method: private key | |
==> hr-eval: Machine booted and ready! | |
[hr-eval] GuestAdditions 6.0.4 running --- OK. | |
==> hr-eval: Checking for guest additions in VM... | |
==> hr-eval: [vagrant-hostsupdater] Checking for host entries | |
==> hr-eval: [vagrant-hostsupdater] found entry for: 192.168.88.95 hr-eval.test | |
==> hr-eval: [vagrant-hostsupdater] found entry for: 192.168.88.95 www.hr-eval.test | |
==> hr-eval: [vagrant-hostsupdater] found entry for: 192.168.88.95 adminer.hr-eval.test | |
==> hr-eval: [vagrant-hostsupdater] found entry for: 192.168.88.95 xhprof.hr-eval.test | |
==> hr-eval: [vagrant-hostsupdater] found entry for: 192.168.88.95 pimpmylog.hr-eval.test | |
==> hr-eval: [vagrant-hostsupdater] found entry for: 192.168.88.95 dashboard.hr-eval.test | |
==> hr-eval: Setting hostname... | |
==> hr-eval: Configuring and enabling network interfaces... | |
==> hr-eval: Mounting shared folders... | |
hr-eval: /vagrant => C:/Users/ie18jbw/PROJECTS/vmachines/hr-eval | |
hr-eval: /var/www/hr-eval => C:/Users/ie18jbw/PROJECTS/vmachines/hr-eval | |
==> hr-eval: Machine already provisioned. Run `vagrant provision` or use the `--provision` | |
==> hr-eval: flag to force provisioning. Provisioners marked to run always will still run. | |
==> hr-eval: Machine 'hr-eval' has a post `vagrant up` message. This is a message | |
==> hr-eval: from the creator of the Vagrantfile, and not from Vagrant itself: | |
==> hr-eval: | |
==> hr-eval: Your Drupal VM Vagrant box is ready to use! | |
==> hr-eval: * Visit the dashboard for an overview of your site: http://dashboard.hr-eval.test (or http://192.168.88.95) | |
==> hr-eval: * You can SSH into your machine with `vagrant ssh`. | |
==> hr-eval: * Find out more in the Drupal VM documentation at http://docs.drupalvm.com | |
PS C:\Users\ie18jbw\PROJECTS\vmachines\hr-eval> vagrant provision | |
==> hr-eval: [vagrant-hostsupdater] Checking for host entries | |
==> hr-eval: [vagrant-hostsupdater] found entry for: 192.168.88.95 hr-eval.test | |
==> hr-eval: [vagrant-hostsupdater] found entry for: 192.168.88.95 www.hr-eval.test | |
==> hr-eval: [vagrant-hostsupdater] found entry for: 192.168.88.95 adminer.hr-eval.test | |
==> hr-eval: [vagrant-hostsupdater] found entry for: 192.168.88.95 xhprof.hr-eval.test | |
==> hr-eval: [vagrant-hostsupdater] found entry for: 192.168.88.95 pimpmylog.hr-eval.test | |
==> hr-eval: [vagrant-hostsupdater] found entry for: 192.168.88.95 dashboard.hr-eval.test | |
==> hr-eval: Running provisioner: drupalvm (ansible_local)... | |
hr-eval: Running ansible-playbook... | |
PLAY [all] ********************************************************************* | |
TASK [Gathering Facts] ********************************************************* | |
ok: [hr-eval] | |
TASK [Include OS-specific variables.] ****************************************** | |
ok: [hr-eval] | |
TASK [Define config_dir.] ****************************************************** | |
skipping: [hr-eval] | |
TASK [Include optional configuration files.] *********************************** | |
TASK [Configure toggle vars for Debian/Ubuntu.] ******************************** | |
ok: [hr-eval] | |
TASK [Configure toggle vars for CentOS.] *************************************** | |
skipping: [hr-eval] | |
TASK [Ensure Apache is stopped and disabled if Nginx is used.] ***************** | |
skipping: [hr-eval] | |
TASK [Ensure Nginx is stopped and disabled if Apache is used.] ***************** | |
ok: [hr-eval] | |
TASK [Ensure MySQL is stopped and disabled if Postgres is used.] *************** | |
skipping: [hr-eval] | |
TASK [Ensure Postgres is stopped and disabled if MySQL is used.] *************** | |
ok: [hr-eval] | |
TASK [nginx_hosts shim] ******************************************************** | |
ok: [hr-eval] | |
TASK [include_tasks] *********************************************************** | |
included: /vagrant/provisioning/tasks/init-Debian.yml for hr-eval | |
TASK [Update apt cache if needed.] ********************************************* | |
[WARNING]: Could not find aptitude. Using apt-get instead | |
ok: [hr-eval] | |
TASK [Install required dependencies.] ****************************************** | |
ok: [hr-eval] | |
TASK [Add repository for Apache 2.4.9+ (Ubuntu 12/14).] ************************ | |
skipping: [hr-eval] | |
TASK [Define php_xhprof_html_dir.] ********************************************* | |
skipping: [hr-eval] | |
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: [hr-eval] | |
TASK [Ensure PHP version-specific workspace directory exists.] ***************** | |
ok: [hr-eval] | |
TASK [geerlingguy.repo-remi : Install remi repo.] ****************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.repo-remi : Import remi GPG key.] **************************** | |
skipping: [hr-eval] | |
TASK [drupalvm.hostname : Configure /etc/mailname (Debian).] ******************* | |
ok: [hr-eval] | |
TASK [drupalvm.hostname : Add hostname to /etc/hosts.] ************************* | |
ok: [hr-eval] | |
TASK [drupalvm.hostname : Configure hostname.] ********************************* | |
ok: [hr-eval] | |
TASK [drupalvm.hostname : Set the hostname for current session.] *************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.firewall : Ensure iptables is present.] ********************** | |
ok: [hr-eval] | |
TASK [geerlingguy.firewall : Flush iptables the first time playbook runs.] ***** | |
ok: [hr-eval] | |
TASK [geerlingguy.firewall : Copy firewall script into place.] ***************** | |
ok: [hr-eval] | |
TASK [geerlingguy.firewall : Copy firewall init script into place.] ************ | |
skipping: [hr-eval] | |
TASK [geerlingguy.firewall : Copy firewall systemd unit file into place (for systemd systems).] *** | |
ok: [hr-eval] | |
TASK [geerlingguy.firewall : Configure the firewall service.] ****************** | |
ok: [hr-eval] | |
TASK [geerlingguy.firewall : Check if firewalld package is installed (on RHEL).] *** | |
skipping: [hr-eval] | |
TASK [geerlingguy.firewall : Disable the firewalld service (on RHEL, if configured).] *** | |
skipping: [hr-eval] | |
TASK [geerlingguy.firewall : Check if ufw package is installed (on Ubuntu).] *** | |
fatal: [hr-eval]: FAILED! => {"changed": false, "cmd": ["service", "ufw", "status"], "delta": "0:00:00.023697", "end": "2019-11-12 22:28:46.222020", "msg": "non-zero return code", "rc": 3, "start": "2019-11-12 22:28:46.198323", "stderr": "", "stderr_lines": [], "stdout": "* ufw.service - Uncomplicated firewall\n Loaded: loaded (/lib/systemd/system/ufw.service; disabled; vendor preset: enabled)\n Active: inactive (dead)\n Docs: man:ufw(8)", "stdout_lines": ["* ufw.service - Uncomplicated firewall", " Loaded: loaded (/lib/systemd/system/ufw.service; disabled; vendor preset: enabled)", " Active: inactive (dead)", " Docs: man:ufw(8)"]} | |
...ignoring | |
TASK [geerlingguy.firewall : Disable the ufw firewall (on Ubuntu, if configured).] *** | |
skipping: [hr-eval] | |
TASK [geerlingguy.firewall : Check if ufw package is installed (on Archlinux).] *** | |
skipping: [hr-eval] | |
TASK [geerlingguy.firewall : Disable the ufw firewall (on Archlinux, if configured).] *** | |
skipping: [hr-eval] | |
TASK [geerlingguy.git : Ensure git is installed (RedHat).] ********************* | |
skipping: [hr-eval] | |
TASK [geerlingguy.git : Update apt cache (Debian).] **************************** | |
ok: [hr-eval] | |
TASK [geerlingguy.git : Ensure git is installed (Debian).] ********************* | |
ok: [hr-eval] | |
TASK [geerlingguy.git : Include OS-specific variables (RedHat).] *************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.git : Include OS-specific variables (Fedora).] *************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.git : Include OS-specific variables (Debian).] *************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.git : Define git_install_from_source_dependencies.] ********** | |
skipping: [hr-eval] | |
TASK [geerlingguy.git : Ensure git's dependencies are installed (RedHat).] ***** | |
skipping: [hr-eval] | |
TASK [geerlingguy.git : Ensure git's dependencies are installed (Debian).] ***** | |
skipping: [hr-eval] | |
TASK [geerlingguy.git : Get installed version.] ******************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.git : Force git install if the version numbers do not match.] *** | |
skipping: [hr-eval] | |
TASK [geerlingguy.git : Download git.] ***************************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.git : Expand git archive.] *********************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.git : Build git.] ******************************************** | |
skipping: [hr-eval] => (item=all) | |
skipping: [hr-eval] => (item=install) | |
TASK [geerlingguy.postfix : Ensure postfix is installed.] ********************** | |
ok: [hr-eval] | |
TASK [geerlingguy.postfix : Update Postfix configuration.] ********************* | |
ok: [hr-eval] => (item={u'name': u'inet_interfaces', u'value': u'localhost'}) | |
ok: [hr-eval] => (item={u'name': u'inet_protocols', u'value': u'all'}) | |
TASK [geerlingguy.postfix : Ensure postfix is started and enabled at boot.] **** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Include OS-specific variables.] ********************* | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Include variables for Amazon Linux.] **************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.apache : Define apache_packages.] **************************** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : include_tasks] ************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.apache/tasks/setup-Debian.yml for hr-eval | |
TASK [geerlingguy.apache : Update apt cache.] ********************************** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Ensure Apache is installed on Debian.] ************** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Get installed version of Apache.] ******************* | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Create apache_version variable.] ******************** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Include Apache 2.2 variables.] ********************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.apache : Include Apache 2.4 variables.] ********************** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Configure Apache.] ********************************** | |
included: /vagrant/provisioning/roles/geerlingguy.apache/tasks/configure-Debian.yml for hr-eval | |
TASK [geerlingguy.apache : Configure Apache.] ********************************** | |
ok: [hr-eval] => (item={u'regexp': u'^Listen ', u'line': u'Listen 80'}) | |
TASK [geerlingguy.apache : Enable Apache mods.] ******************************** | |
ok: [hr-eval] => (item=expires.load) | |
ok: [hr-eval] => (item=headers.load) | |
ok: [hr-eval] => (item=ssl.load) | |
ok: [hr-eval] => (item=rewrite.load) | |
ok: [hr-eval] => (item=proxy.load) | |
ok: [hr-eval] => (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: [hr-eval] | |
TASK [geerlingguy.apache : Add vhost symlink in sites-enabled.] **************** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Remove default vhost in sites-enabled.] ************* | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Ensure Apache has selected state and enabled on boot.] *** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Include OS-specific variables.] ********************* | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Include variables for Amazon Linux.] **************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.apache : Define apache_packages.] **************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.apache : include_tasks] ************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.apache/tasks/setup-Debian.yml for hr-eval | |
TASK [geerlingguy.apache : Update apt cache.] ********************************** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Ensure Apache is installed on Debian.] ************** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Get installed version of Apache.] ******************* | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Create apache_version variable.] ******************** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Include Apache 2.2 variables.] ********************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.apache : Include Apache 2.4 variables.] ********************** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Configure Apache.] ********************************** | |
included: /vagrant/provisioning/roles/geerlingguy.apache/tasks/configure-Debian.yml for hr-eval | |
TASK [geerlingguy.apache : Configure Apache.] ********************************** | |
ok: [hr-eval] => (item={u'regexp': u'^Listen ', u'line': u'Listen 80'}) | |
TASK [geerlingguy.apache : Enable Apache mods.] ******************************** | |
ok: [hr-eval] => (item=expires.load) | |
ok: [hr-eval] => (item=headers.load) | |
ok: [hr-eval] => (item=ssl.load) | |
ok: [hr-eval] => (item=rewrite.load) | |
ok: [hr-eval] => (item=proxy.load) | |
ok: [hr-eval] => (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: [hr-eval] | |
TASK [geerlingguy.apache : Add vhost symlink in sites-enabled.] **************** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Remove default vhost in sites-enabled.] ************* | |
ok: [hr-eval] | |
TASK [geerlingguy.apache : Ensure Apache has selected state and enabled on boot.] *** | |
ok: [hr-eval] | |
TASK [geerlingguy.apache-php-fpm : Enable mod_proxy_fcgi.] ********************* | |
ok: [hr-eval] => (item=proxy.load) | |
ok: [hr-eval] => (item=proxy_fcgi.load) | |
TASK [geerlingguy.nginx : Include OS-specific variables.] ********************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.nginx : Define nginx_user.] ********************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.nginx : include_tasks] *************************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.nginx : include_tasks] *************************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.nginx : include_tasks] *************************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.nginx : include_tasks] *************************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.nginx : include_tasks] *************************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.nginx : include_tasks] *************************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.nginx : Remove default nginx vhost config file (if configured).] *** | |
skipping: [hr-eval] | |
TASK [geerlingguy.nginx : Ensure nginx_vhost_path exists.] ********************* | |
skipping: [hr-eval] | |
TASK [geerlingguy.nginx : Add managed vhost config files.] ********************* | |
skipping: [hr-eval] => (item={u'is_php': True, u'root': u'/var/www/drupalvm/drupal/web', u'server_name': u'hr-eval.test www.hr-eval.test'}) | |
skipping: [hr-eval] => (item={u'is_php': True, u'root': u'/opt/adminer', u'server_name': u'adminer.hr-eval.test'}) | |
skipping: [hr-eval] => (item={u'is_php': True, u'root': u'/usr/share/php/xhprof_html', u'server_name': u'xhprof.hr-eval.test'}) | |
skipping: [hr-eval] => (item={u'is_php': True, u'root': u'/usr/share/php/pimpmylog', u'server_name': u'pimpmylog.hr-eval.test'}) | |
skipping: [hr-eval] => (item={u'is_php': True, u'root': u'/var/www/dashboard', u'server_name': u'192.168.88.95 dashboard.hr-eval.test'}) | |
TASK [geerlingguy.nginx : Remove managed vhost config files.] ****************** | |
skipping: [hr-eval] => (item={u'is_php': True, u'root': u'/var/www/drupalvm/drupal/web', u'server_name': u'hr-eval.test www.hr-eval.test'}) | |
skipping: [hr-eval] => (item={u'is_php': True, u'root': u'/opt/adminer', u'server_name': u'adminer.hr-eval.test'}) | |
skipping: [hr-eval] => (item={u'is_php': True, u'root': u'/usr/share/php/xhprof_html', u'server_name': u'xhprof.hr-eval.test'}) | |
skipping: [hr-eval] => (item={u'is_php': True, u'root': u'/usr/share/php/pimpmylog', u'server_name': u'pimpmylog.hr-eval.test'}) | |
skipping: [hr-eval] => (item={u'is_php': True, u'root': u'/var/www/dashboard', u'server_name': u'192.168.88.95 dashboard.hr-eval.test'}) | |
TASK [geerlingguy.nginx : Remove legacy vhosts.conf file.] ********************* | |
skipping: [hr-eval] | |
TASK [geerlingguy.nginx : Copy nginx configuration in place.] ****************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.nginx : Ensure nginx is started and enabled to start at boot.] *** | |
skipping: [hr-eval] | |
TASK [geerlingguy.php-versions : Include OS-specific variables.] *************** | |
ok: [hr-eval] => (item=/vagrant/provisioning/roles/geerlingguy.php-versions/vars/Debian.yml) | |
TASK [geerlingguy.php-versions : Define PHP variables.] ************************ | |
ok: [hr-eval] => (item={'value': u'__php_extension_conf_paths', 'key': u'php_extension_conf_paths'}) | |
ok: [hr-eval] => (item={'value': u'__php_fpm_daemon', 'key': u'php_fpm_daemon'}) | |
ok: [hr-eval] => (item={'value': u'__php_uploadprogress_module_path', 'key': u'php_uploadprogress_module_path'}) | |
ok: [hr-eval] => (item={'value': u'__php_xhprof_module_path', 'key': u'php_xhprof_module_path'}) | |
ok: [hr-eval] => (item={'value': u'__php_fpm_pool_conf_path', 'key': u'php_fpm_pool_conf_path'}) | |
ok: [hr-eval] => (item={'value': u'__php_conf_paths', 'key': u'php_conf_paths'}) | |
ok: [hr-eval] => (item={'value': u'__php_xdebug_module_path', 'key': u'php_xdebug_module_path'}) | |
ok: [hr-eval] => (item={'value': u'__php_pgsql_package', 'key': u'php_pgsql_package'}) | |
ok: [hr-eval] => (item={'value': u'__php_packages', 'key': u'php_packages'}) | |
ok: [hr-eval] => (item={'value': u'__php_mysql_package', 'key': u'php_mysql_package'}) | |
ok: [hr-eval] => (item={'value': u'__php_memcached_package', 'key': u'php_memcached_package'}) | |
ok: [hr-eval] => (item={'value': u'__php_fpm_conf_path', 'key': u'php_fpm_conf_path'}) | |
ok: [hr-eval] => (item={'value': u'__php_tideways_module_path', 'key': u'php_tideways_module_path'}) | |
ok: [hr-eval] => (item={'value': u'__php_redis_package', 'key': u'php_redis_package'}) | |
TASK [geerlingguy.php-versions : Define php_install_recommends variable.] ****** | |
ok: [hr-eval] | |
TASK [geerlingguy.php-versions : include_tasks] ******************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php-versions/tasks/setup-Debian.yml for hr-eval | |
TASK [geerlingguy.php-versions : Set the correct opcache filename (Ubuntu/Debian).] *** | |
ok: [hr-eval] | |
TASK [geerlingguy.php-versions : Add repository for PHP versions (Ubuntu).] **** | |
ok: [hr-eval] | |
TASK [geerlingguy.php-versions : Add repository for PHP 5 compatibility packages (Ubuntu).] *** | |
skipping: [hr-eval] | |
TASK [geerlingguy.php-versions : Add dependencies for PHP versions (Debian).] *** | |
skipping: [hr-eval] | |
TASK [geerlingguy.php-versions : Add Ondrej Sury's apt key (Debian).] ********** | |
skipping: [hr-eval] | |
TASK [geerlingguy.php-versions : Add Ondrej Sury's repo (Debian).] ************* | |
skipping: [hr-eval] | |
TASK [geerlingguy.php-versions : Update apt caches after repo is added (Debian).] *** | |
skipping: [hr-eval] | |
TASK [geerlingguy.php-versions : Purge PHP version packages.] ****************** | |
[DEPRECATION WARNING]: Invoking "apt" only once while using a loop via | |
squash_actions is deprecated. Instead of using a loop to supply multiple items | |
and specifying `name: "{{ item }}"`, please use `name: ['php5.6-common', | |
'php7.0-common', 'php7.1-common', 'php7.2-common', 'php7.3-common']` and remove | |
the loop. This feature will be removed in version 2.11. Deprecation warnings | |
can be disabled by setting deprecation_warnings=False in ansible.cfg. | |
ok: [hr-eval] => (item=[u'php5.6-common', u'php7.0-common', u'php7.1-common', u'php7.3-common']) | |
TASK [geerlingguy.php-versions : Set the correct XHProf package when PHP 5.6 is used.] *** | |
skipping: [hr-eval] | |
TASK [geerlingguy.php : Include OS-specific variables.] ************************ | |
ok: [hr-eval] | |
TASK [geerlingguy.php : Define php_packages.] ********************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.php : Define extra php_packages.] **************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.php : Define php_webserver_daemon.] ************************** | |
ok: [hr-eval] | |
TASK [geerlingguy.php : Define php_conf_paths.] ******************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.php : Define php_extension_conf_paths.] ********************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.php : Define php_apc_conf_filename.] ************************* | |
ok: [hr-eval] | |
TASK [geerlingguy.php : Define php_opcache_conf_filename (Ubuntu 16.04).] ****** | |
skipping: [hr-eval] | |
TASK [geerlingguy.php : Define php_opcache_conf_filename.] ********************* | |
skipping: [hr-eval] | |
TASK [geerlingguy.php : Define php_fpm_conf_path.] ***************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.php : include_tasks] ***************************************** | |
skipping: [hr-eval] | |
TASK [geerlingguy.php : include_tasks] ***************************************** | |
included: /vagrant/provisioning/roles/geerlingguy.php/tasks/setup-Debian.yml for hr-eval | |
TASK [geerlingguy.php : Update apt cache.] ************************************* | |
ok: [hr-eval] | |
TASK [geerlingguy.php : Ensure PHP packages are installed.] ******************** | |
fatal: [hr-eval]: FAILED! => {"changed": false, "msg": "No package matching 'php{{ php_version }}' is available"} | |
PLAY RECAP ********************************************************************* | |
hr-eval : ok=66 changed=0 unreachable=0 failed=1 skipped=69 rescued=0 ignored=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