Parcourir la source

created reboot playbook

Douglas Andreani il y a 5 ans
Parent
commit
831d7b8cff
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  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