Add reboot-ubuntu-server.yaml

This commit is contained in:
2025-09-17 11:30:20 +05:30
parent dcedb1507f
commit 231456269b
+10
View File
@@ -0,0 +1,10 @@
---
- name: Reboot Ubuntu server
hosts: all
become: yes
tasks:
- name: Reboot the remote server
ansible.builtin.reboot:
reboot_timeout: 600
post_reboot_delay: 30