Webcluster setup with Ansible(felixglaeske.de)
felixglaeske.de
Webcluster setup with Ansible
https://felixglaeske.de/webcluster-setup-with-ansible/
4 comments
Were you intending to publish a link to your Ansible playbooks hosted somewhere, if not could you do so and and a link in the post so we can feedback on those too?
I am not the author but i think this is it:
https://github.com/soupdiver/ansible-cluster
https://github.com/soupdiver/ansible-cluster
yip that's the link to the repo!
> The web servers also needed some more RAM for using composer.
I've run into this issue when provisioning within Vagrant with my project Vaprobash - I fixed it by setting up some swap, which Trusty64 doesn't seem to have enabled by default. https://github.com/fideloper/Vaprobash/blob/master/scripts/b...
I've run into this issue when provisioning within Vagrant with my project Vaprobash - I fixed it by setting up some swap, which Trusty64 doesn't seem to have enabled by default. https://github.com/fideloper/Vaprobash/blob/master/scripts/b...
This is very good. Thanks for sharing and documenting them.
I have also built a drag and drop UI which can be used to configure a web cluster setup on any cloud. www.xervmon.com. The videos are available on the youtube channel. https://www.youtube.com/watch?v=F5s7L2LwaKY
I have also built a drag and drop UI which can be used to configure a web cluster setup on any cloud. www.xervmon.com. The videos are available on the youtube channel. https://www.youtube.com/watch?v=F5s7L2LwaKY
If you are running out of memory with composer, do not use composer update, use composer install. You are using lock files, right? :)