Jeremy Zheng пре 1 година
родитељ
комит
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