Add shutdown playbook.

This commit is contained in:
2025-05-16 10:31:44 +00:00
parent ac7ca8b944
commit 509f534542

9
shutdown.yaml Normal file
View File

@@ -0,0 +1,9 @@
---
# This playbook does a shutdown
- name: Shutdown system
hosts: all
gather_facts: true
tasks:
- name: Shutdown nas
ansible.builtin.shell: sudo shutdown -h 1