Re: [ansible-project] Rolling restart using handlers

2014-11-11 Thread Azul Inho
I do this: # first batch in parallel 6 - hosts:

Re: [ansible-project] Rolling restart using handlers

2014-11-11 Thread Costi Ciudatu
Thanks Brian, I wanted a confirmation for this because I feel like it makes the roles and handlers hardly unusable in a real cluster environment and it shouldn't be addressed with workarounds. I'll try to see if I can come up with a patch and submit it for review. On Monday, November 3,

[ansible-project] Rolling restart using handlers

2014-11-02 Thread Costi Ciudatu
Is there a way to run the handlers with a different `serial` value than the rest of the play ? What I want is to install my services in large batches (usually, on all the machines at once) and if any of those services needs to be restarted, I want to perform that operation on X machines at a