Live data from Hacker News

Webcluster setup with Ansible

felixglaeske.de

1–10 of 10 posts

Re: Webcluster setup with Ansible

#3
> 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...

Re: Webcluster setup with Ansible

#7
post #4

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

yip that's the link to the repo!

Re: Webcluster setup with Ansible

#8

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

yeah this also possible but my first thought was to just give some more RAM to the machine :>

Re: Webcluster setup with Ansible

#9

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

yeah this also possible but my first thought was to just give some more RAM to the machine :>

I didn't have the link to your project before, it's using Vaprobash! Nice :D

Re: Webcluster setup with Ansible

#10

Earlier quoted context omitted.

yeah this also possible but my first thought was to just give some more RAM to the machine :>

I didn't have the link to your project before, it's using Vaprobash! Nice :D

yeah I'm coming from the Laravel world so this was known to me and an easy starting point