reboot_command: true reboot_command_after_seconds: 10 reboot_pause_seconds: 60 reboot_wait_for_ssh_close_timeout_seconds: 300 reboot_wait_for_ssh_open_timeout_seconds: 300 reboot_uptime_max_seconds: "{{ (_current_timestamp | int) - (_reboot_shutdown_timestamp | int) }}" ssh_host_pre_reboot: "{{ ansible_host | default(inventory_hostname) }}" ssh_host_post_reboot: "{{ ansible_host | default(inventory_hostname) }}"