parallel reboot

This commit is contained in:
quackerd 2021-11-12 22:44:40 +08:00
parent 26522d9651
commit 832639ab02
Signed by: d
GPG Key ID: F73412644EDE357A
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
- hosts: '{{ target }}'
gather_facts: false
become: true
remote_user: root
serial: 0
any_errors_fatal: true
tasks:
- name: reboot
reboot: