소스 검색

created reboot playbook

Douglas Andreani 5 년 전
부모
커밋
831d7b8cff
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  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