Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

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