When running the lamp-infrastructure example with the Vagrant VMs, I had issues with the Vagrant shell provision task (sudo yum update -y) on the www1 VM (but not on www2 for some reason). But the playbook would fail on www2 when installing php-memcached.
Both issues were resolved by commenting the lines that would set the memory of these 2 VMs to 256MB, so maybe it's a bit too short to run CentOS 7 and perform the tasks that we want to do ? Although I didn't have those issues yesterday, which is strange...
When running the lamp-infrastructure example with the Vagrant VMs, I had issues with the Vagrant shell provision task (sudo yum update -y) on the www1 VM (but not on www2 for some reason). But the playbook would fail on www2 when installing php-memcached.
Both issues were resolved by commenting the lines that would set the memory of these 2 VMs to 256MB, so maybe it's a bit too short to run CentOS 7 and perform the tasks that we want to do ? Although I didn't have those issues yesterday, which is strange...