25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
421B

  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) }}"
  7. ssh_host_pre_reboot: "{{ ansible_host | default(inventory_hostname) }}"
  8. ssh_host_post_reboot: "{{ ansible_host | default(inventory_hostname) }}"