Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

14 lignes
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) }}"