When running the playbook for the "Deploying to app servers behind a load balancer" in chapter 9, the HAProxy role errors out because it can't find haproxy package. I had to run ansible deployments -i inventory -a "sudo apt-get update" to update the apt cache and then ran the playbook again. It worked this time around. Might want to update the instructions to add that as a step somehow.
When running the playbook for the "Deploying to app servers behind a load balancer" in chapter 9, the HAProxy role errors out because it can't find
haproxypackage. I had to runansible deployments -i inventory -a "sudo apt-get update"to update the apt cache and then ran the playbook again. It worked this time around. Might want to update the instructions to add that as a step somehow.