[ansible-project] Parallel deployment

2016-09-06 Thread marcoskv
Hello Ansible users! I am looking for suggestions for my particular use case, for which I could not find many other solution online. Let's say my web application runs on 2 servers: 1 web-server + 1 db server. To deploy each one of my servers, I have a playbook like one of the followings.

[ansible-project] Parallel deployment issue

2016-06-16 Thread oMgSufod
Hi, We are using Ansible to deploy a lot of differents services on a lot of servers. We developped a backend which is starting ansible playbook when the user send a rest request. In our project, we deploy entire platforms and we have a web GUI to monitor the deployment. As we need a "per ser

Re: [ansible-project] Parallel deployment issue

2016-06-16 Thread Alex Leonhardt
In cloud land you could, in theory, have a lambda (or whatever comparable GCE offers) that schedules a task/container that runs your playbook.. Fully isolated, so one play won't kill another or prevent it from running.. That way, you can scale it horizontally rather than vertically across many (che