Created
May 24, 2017 22:26
-
-
Save mradcliffe/88afc9c1d971eeca475997e5b15df53e to your computer and use it in GitHub Desktop.
Trying to run drupal-vm in an unprivileged container
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ansible-playbook /etc/ansible/drupal-vm/provisioning/playbook.yml | |
PLAY [all] *************************************************************************************************************************************************** | |
TASK [Gathering Facts] *************************************************************************************************************************************** | |
ok: [localhost] | |
TASK [Include OS-specific variables.] ************************************************************************************************************************ | |
ok: [localhost] | |
TASK [Define config_dir.] ************************************************************************************************************************************ | |
ok: [localhost] | |
TASK [Include optional configuration files.] ***************************************************************************************************************** | |
ok: [localhost] => (item=/etc/ansible/drupal-vm/local.config.yml) | |
TASK [include] *********************************************************************************************************************************************** | |
included: /etc/ansible/drupal-vm/provisioning/tasks/backwards-compatibility.yml for localhost | |
TASK [nginx_hosts shim] ************************************************************************************************************************************** | |
ok: [localhost] | |
TASK [include] *********************************************************************************************************************************************** | |
included: /etc/ansible/drupal-vm/provisioning/tasks/init-Debian.yml for localhost | |
TASK [Update apt cache if needed.] *************************************************************************************************************************** | |
changed: [localhost] | |
TASK [Install required dependencies.] ************************************************************************************************************************ | |
ok: [localhost] => (item=[u'curl', u'python-apt', u'python-pycurl', u'sudo', u'unzip', u'make']) | |
TASK [Add repository for Apache 2.4.9+ (Ubuntu 12/14).] ****************************************************************************************************** | |
skipping: [localhost] | |
TASK [Define php_xhprof_html_dir.] *************************************************************************************************************************** | |
skipping: [localhost] | |
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: [localhost] | |
TASK [Ensure PHP version -specific workspace directory exists.] ********************************************************************************************** | |
ok: [localhost] | |
TASK [geerlingguy.repo-remi : Install remi repo.] ************************************************************************************************************ | |
skipping: [localhost] | |
TASK [geerlingguy.repo-remi : Import remi GPG key.] ********************************************************************************************************** | |
skipping: [localhost] | |
TASK [drupalvm.hostname : Configure /etc/mailname (Debian).] ************************************************************************************************* | |
skipping: [localhost] | |
TASK [drupalvm.hostname : Add hostname to /etc/hosts.] ******************************************************************************************************* | |
skipping: [localhost] | |
TASK [drupalvm.hostname : Configure hostname.] *************************************************************************************************************** | |
skipping: [localhost] | |
TASK [drupalvm.hostname : Set the hostname for current session.] ********************************************************************************************* | |
skipping: [localhost] | |
TASK [geerlingguy.firewall : Ensure iptables is installed.] ************************************************************************************************** | |
skipping: [localhost] | |
TASK [geerlingguy.firewall : Flush iptables the first time playbook runs.] *********************************************************************************** | |
skipping: [localhost] | |
TASK [geerlingguy.firewall : Copy firewall script into place.] *********************************************************************************************** | |
skipping: [localhost] | |
TASK [geerlingguy.firewall : Copy firewall init script into place.] ****************************************************************************************** | |
skipping: [localhost] | |
TASK [geerlingguy.firewall : Copy firewall systemd unit file into place (for systemd systems).] ************************************************************** | |
skipping: [localhost] | |
TASK [geerlingguy.firewall : Ensure the firewall is enabled and will start on boot.] ************************************************************************* | |
skipping: [localhost] | |
TASK [geerlingguy.firewall : Check if firewalld package is installed (on RHEL).] ***************************************************************************** | |
skipping: [localhost] | |
TASK [geerlingguy.firewall : Disable the firewalld service (on RHEL, if configured).] ************************************************************************ | |
skipping: [localhost] | |
TASK [geerlingguy.firewall : Check if ufw package is installed (on Ubuntu).] ********************************************************************************* | |
skipping: [localhost] | |
TASK [geerlingguy.firewall : Disable the ufw firewall (on Ubuntu, if configured).] *************************************************************************** | |
skipping: [localhost] | |
TASK [geerlingguy.firewall : Check if ufw package is installed (on Archlinux).] ****************************************************************************** | |
skipping: [localhost] | |
TASK [geerlingguy.firewall : Disable the ufw firewall (on Archlinux, if configured).] ************************************************************************ | |
skipping: [localhost] | |
TASK [geerlingguy.git : Ensure git is installed (RedHat).] *************************************************************************************************** | |
skipping: [localhost] => (item=git-svn) | |
skipping: [localhost] => (item=git) | |
TASK [geerlingguy.git : Update apt cache (Debian).] ********************************************************************************************************** | |
ok: [localhost] | |
TASK [geerlingguy.git : Ensure git is installed (Debian).] *************************************************************************************************** | |
ok: [localhost] => (item=[u'git', u'git-svn']) | |
TASK [geerlingguy.git : Ensure git's dependencies are installed (RedHat).] *********************************************************************************** | |
skipping: [localhost] => (item=perl-devel) | |
skipping: [localhost] => (item=zlib-devel) | |
skipping: [localhost] => (item=curl-devel) | |
skipping: [localhost] => (item=expat-devel) | |
skipping: [localhost] => (item=gettext-devel) | |
skipping: [localhost] => (item=openssl-devel) | |
skipping: [localhost] => (item=subversion-perl) | |
skipping: [localhost] => (item=make) | |
skipping: [localhost] => (item=gcc) | |
TASK [geerlingguy.git : Ensure git's dependencies are installed (Debian).] *********************************************************************************** | |
skipping: [localhost] => (item=[]) | |
TASK [geerlingguy.git : Get installed version] *************************************************************************************************************** | |
skipping: [localhost] | |
TASK [geerlingguy.git : Force git install if the version numbers do not match] ******************************************************************************* | |
skipping: [localhost] | |
TASK [geerlingguy.git : Download git.] *********************************************************************************************************************** | |
skipping: [localhost] | |
TASK [geerlingguy.git : Expand git archive.] ***************************************************************************************************************** | |
skipping: [localhost] | |
TASK [geerlingguy.git : Build git.] ************************************************************************************************************************** | |
skipping: [localhost] => (item=install) | |
skipping: [localhost] => (item=all) | |
TASK [geerlingguy.postfix : Ensure postfix is installed (RedHat).] ******************************************************************************************* | |
skipping: [localhost] | |
TASK [geerlingguy.postfix : Ensure postfix is installed (Debian).] ******************************************************************************************* | |
ok: [localhost] | |
TASK [geerlingguy.postfix : Ensure postfix is started and enabled at boot.] ********************************************************************************** | |
^C [ERROR]: User interrupted execution |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment