25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

14 satır
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) }}"