[ansible-project] Ansible parallel block execution

2019-01-16 Thread Tony Chia
You can try adding —fork some-large-number to your ansible playbook command to force it execute in parallel -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: [ansible-project] Ansible parallel block execution

2019-01-16 Thread Raoul
Hi Steve, thanks for the hint, I'll give this module a try. Kind regards, Raoul On Wednesday, January 16, 2019 at 1:57:08 PM UTC+1, Steve R wrote: > > There is now a "reboot" module (showed up in 2.7?) that will reboot > the host and wait for it to come back. > > --Steve > > On Wed, Jan 16,

Re: [ansible-project] Ansible parallel block execution

2019-01-16 Thread S C Rigler
There is now a "reboot" module (showed up in 2.7?) that will reboot the host and wait for it to come back. --Steve On Wed, Jan 16, 2019 at 3:26 AM Raoul wrote: > > Hi, > > I am using in an Ansible playbook blocks to execute reboots on hosts when > required after applying updates. I have to

[ansible-project] Ansible parallel block execution

2019-01-16 Thread Raoul
Hi, I am using in an Ansible playbook blocks to execute reboots on hosts when required after applying updates. I have to ensure that the hosts are back online after reboot. Using 'strategy: free' so that all defined tasks aren't executed in linear order and it is not waited for a task to