This commit is contained in:
2023-11-16 12:11:50 +01:00
parent d4c0e1ac93
commit 45b6e63a53
2 changed files with 6 additions and 1 deletions

View File

@@ -5,5 +5,6 @@
"file:///home/alex/git/ansible/shutdown_windows.yml",
"file:///home/alex/ansible/ansible/shutdown_windows.yml"
]
}
},
"ansible.lightspeed.enabled": true
}

View File

@@ -1,4 +1,8 @@
---
#create a playbook that findes the windows server "homeserver" and makes it shutdown
- name: Shutdown Windows Servers
hosts: windows
become: true