Initial commit of wif2ansible

This commit is contained in:
2026-02-06 15:12:49 -05:00
commit aa299df41e
13 changed files with 1025 additions and 0 deletions

20
.gitignore vendored Normal file
View File

@@ -0,0 +1,20 @@
# Excel Files (Data)
*.xls
*.xlsx
# Generated Inventories (Contain Sensitive IPs)
inventory_*.yml
*.yml
# Python Build Artifacts
dist/
build/
*.spec
__pycache__/
*.pyc
*.egg-info/
.pytest_cache/
# IDE settings
.vscode/
.idea/