Files
ansible/shutdown_windows.yml
2023-11-16 12:30:23 +01:00

9 lines
170 B
YAML

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