diff options
Diffstat (limited to 'tasks')
-rw-r--r-- | tasks/post_setup.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tasks/post_setup.yaml b/tasks/post_setup.yaml new file mode 100644 index 0000000..9c65d99 --- /dev/null +++ b/tasks/post_setup.yaml @@ -0,0 +1,7 @@ +- name: final post-installation reboot + reboot: + msg: "final post-installation reboot" + connect_timeout: 10 + reboot_timeout: 600 + pre_reboot_delay: 5 + post_reboot_delay: 10 |