You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to do a multi-site install of two WP instances. I'll back out now into just a single install. After I properly configured the two sites in the file hosts and the directories copied in host_vars, I was able to get past the PHP Task successfully but the memcached Task fails.
The text was updated successfully, but these errors were encountered:
Confirmed! Going to a single WP host fixed most issues, the Ansible tasks were completed 👍 until the script seems to hang on installing the Percona Server. Dupe of issue #43
I switched up the playbook to use mariadb instead of Percona. Almost got to the finish line but it fails on varnish.
Installing on a clean droplet (just with ELK) on Digital Ocean. Setup two hosts. After it failed, I tried:
--limit @playbook.retry
following the ansible playbook command -
sudo ansible-playbook -i hosts playbook.yml -c local
This is the error it throws at the php-fpm TASK:
NO MORE HOSTS LEFT *************************************************************
RUNNING HANDLER [hhvm : hhvm restart] ******************************************
to retry, use: --limit @playbook.retry
I tried to do a multi-site install of two WP instances. I'll back out now into just a single install. After I properly configured the two sites in the file hosts and the directories copied in host_vars, I was able to get past the PHP Task successfully but the memcached Task fails.
The text was updated successfully, but these errors were encountered: