Re: [ansible-project] Re: How to mix a reboot handler with a service restart handler in the same Ansible playbook?

2020-04-19 Thread Stefan Hornburg (Racke)
On 4/19/20 12:25 PM, David Foley wrote: > Looking at Ansible Reboot a Machine: > > - name: Reboot a slow machine that might have lots of updates to apply > reboot: > reboot_timeout: 3600 > > This will Reboot the System and Test the connection: I wonder if you do a > Timeout of zero:

[ansible-project] Re: How to mix a reboot handler with a service restart handler in the same Ansible playbook?

2020-04-19 Thread David Foley
Looking at Ansible Reboot a Machine: - name: Reboot a slow machine that might have lots of updates to apply reboot: reboot_timeout: 3600 This will Reboot the System and Test the connection: I wonder if you do a Timeout of zero: default is 6000 what happens if you set this to zero, Also