bs_nix/ansible/reboot.yml

13 lines
159 B
YAML

- hosts: '{{ target }}'
gather_facts: false
become: true
remote_user: root
serial: 1
any_errors_fatal: true
tasks:
- name: reboot
reboot: