playbook for rebooting rpis
This commit is contained in:
6
playbooks/reboot_pis.yml
Normal file
6
playbooks/reboot_pis.yml
Normal file
@ -0,0 +1,6 @@
|
||||
- hosts: rpi
|
||||
tasks:
|
||||
- name: Rebooting
|
||||
become: yes
|
||||
reboot:
|
||||
reboot_timeout: 600
|
||||
Reference in New Issue
Block a user