選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

11 行
275B

  1. reboot_command: true
  2. reboot_command_after_seconds: 10
  3. reboot_pause_seconds: 60
  4. reboot_wait_for_ssh_close_timeout_seconds: 300
  5. reboot_wait_for_ssh_open_timeout_seconds: 300
  6. reboot_uptime_max_seconds: "{{ (_current_timestamp | int) - (_reboot_shutdown_timestamp | int) }}"