Open derozic opened 8 years ago
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.
I have the same problems with Percona. Chnage to Mariadb.
Any idea what is the problems?
I don't, I like mariadb so I didn't explore...
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.