bs_nix/ansible/reboot.yml

12 lines
133 B
YAML

- hosts: physical
gather_facts: false
become: true
serial: 1
any_errors_fatal: true
tasks:
- name: reboot
reboot: