Files
ansible/shutdown_windows.yml
2023-08-17 23:08:37 +02:00

9 lines
154 B
YAML

---
- name: Shutdown Windows Servers
hosts: windows
become: yes
gather_facts: no # Disable gathering facts
roles:
- { role: shutdown-role }