mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-12-01 20:54:51 +01:00
8 lines
136 B
YAML
8 lines
136 B
YAML
|
---
|
||
|
- name: reboot machine
|
||
|
hosts: "{{ hosts }}"
|
||
|
become: yes
|
||
|
tasks:
|
||
|
- name: reboot machine
|
||
|
reboot:
|
||
|
reboot_timeout: 3600
|