Browse Source

created reboot playbook

Douglas Andreani 5 năm trước cách đây
mục cha
commit
831d7b8cff
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      reboot.yml

+ 8 - 0
reboot.yml

@@ -0,0 +1,8 @@
+---
+- hosts: all
+  become_user: root
+  become: yes
+  tasks:
+    - name: reboot server 
+      reboot:
+        reboot_timeout: 600