zach-adams / hgv-deploy-full

This Ansible Playbook is designed to setup a Mercury-Like environment on a Production server without the configuration hassle.
103 stars 47 forks source link

NO MORE HOSTS LEFT **** #47

Open derozic opened 8 years ago

derozic commented 8 years ago

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.

derozic commented 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.

matthew6688 commented 8 years ago

I have the same problems with Percona. Chnage to Mariadb.

Any idea what is the problems?

derozic commented 8 years ago

I don't, I like mariadb so I didn't explore...