aboutsummaryrefslogtreecommitdiff
path: root/tasks/post_setup.yaml
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-06-24 13:12:30 +0300
committerheqnx <root@heqnx.com>2025-06-24 13:12:30 +0300
commitfa81cfa0fe1fb03e2766174b697e4fccea60e4f6 (patch)
tree1db0c39c0c635c58ffb7f75a2cd77f8196fbd013 /tasks/post_setup.yaml
parent21f31894a309b074fb919ad38605c4e280ef6212 (diff)
downloadansible-pve-host-fa81cfa0fe1fb03e2766174b697e4fccea60e4f6.tar.gz
ansible-pve-host-fa81cfa0fe1fb03e2766174b697e4fccea60e4f6.zip
added post setup reboot
Diffstat (limited to 'tasks/post_setup.yaml')
-rw-r--r--tasks/post_setup.yaml7
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