NEW: Initial commit

testrun playbook which displays powershell version
This commit is contained in:
KenF
2025-06-13 20:28:56 +08:00
parent 6de650a591
commit a6977f3796
5 changed files with 55 additions and 1 deletions
+11 -1
View File
@@ -1,2 +1,12 @@
# ansible-lab
# Ansible collection for Windows
# Requirements
testrun.yml requires powershell 7
# Install plugins
Install amazon.aws plugin: ansible-galaxy collection install amazon.aws
Install ssm plygin: ansible-galaxy collection install community.aws
Install win_shell plugin: ansible-galaxy collection install ansible.windows
# Example
ansible-playbook playbooks/testrun.yml