2
0
Jeremy Zheng 1 жил өмнө
parent
commit
75bfca10a0
1 өөрчлөгдсөн 7 нэмэгдсэн , 0 устгасан
  1. 7 0
      deploy/reboot.yml

+ 7 - 0
deploy/reboot.yml

@@ -0,0 +1,7 @@
+- name: Reboot
+  hosts: all,!localhost
+  tasks:
+    - name: Reboot system
+      become: true
+      ansible.builtin.reboot:
+        reboot_timeout: 120