bs_nix/ansible/reboot.yml

13 lines
159 B
YAML
Raw Normal View History

2021-03-12 10:03:10 +00:00
- hosts: '{{ target }}'
2021-01-25 08:17:08 +00:00
gather_facts: false
become: true
2021-01-29 22:04:26 +00:00
remote_user: root
2021-01-25 08:17:08 +00:00
serial: 1
any_errors_fatal: true
tasks:
- name: reboot
reboot: