Initial hyper-v demo skeleton

This commit is contained in:
2026-04-28 15:59:50 -04:00
commit 1759682aef
14 changed files with 737 additions and 0 deletions

35
.gitignore vendored Normal file
View File

@@ -0,0 +1,35 @@
# Ansible
*.retry
ansible.log
*.pyc
__pycache__/
# Collections
collections/ansible_collections/
# Sensitive files
*vault*
*secret*
*password*
*.key
*.pem
# Environment files
.env
*.env
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Temporary files
*.tmp
*.bak
*.old