bs_nix/ansible/reboot_parallel.yml

13 lines
159 B
YAML
Raw Permalink Normal View History

2021-11-12 14:44:40 +00:00
- hosts: '{{ target }}'
gather_facts: false
become: true
remote_user: root
serial: 0
any_errors_fatal: true
tasks:
- name: reboot
reboot: