Ansible/ubuntu/maint-reboot.yaml

10 lines
173 B
YAML

---
- name: Reboot machine
hosts: ["git-server.ki5bhv.com"]
become: true
tasks:
- name: Reboot machine
ansible.builtin.reboot:
reboot_timeout: 3600