Files
ansible/shutdown_windows.yml
2024-09-12 09:27:25 +00:00

10 lines
174 B
YAML

---
#playbook
- name: Playbook useing the role shutdown-role on windows servers
hosts: windows
become: true
gather_facts: false
roles:
- { role: shutdown-role }