You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
298B

  1. ---
  2. - import_tasks: pre-reboot.yaml
  3. vars:
  4. ansible_host: "{{ssh_host_pre_reboot}}"
  5. ssh_host: "{{ ssh_host_pre_reboot }}"
  6. - import_tasks: wait-and-pause.yaml
  7. - import_tasks: post-reboot.yaml
  8. vars:
  9. ansible_host: "{{ssh_host_post_reboot}}"
  10. ssh_host: "{{ ssh_host_post_reboot }}"