iac_modules/.gitignore
Haitao Pan 98a115b96f feat(ansible): add dynamic inventory and ansible.cfg
- Add ansible.cfg for plugin config
- Enabled Pulumi passphrase auto-load in run.sh
- Add scripts/dynamic_inventory.py with --list, --host, --export-static
- Cleanup: remove legacy inventory.py
2025-04-05 12:38:31 +08:00

52 lines
495 B
Plaintext

*.pyc
venv/
.DS_Store
infrastructure/.DS_Store
./playbook/.DS_Storevenv/
# Python virtual environments
.venv/
venv/
ENV/
env/
# Python bytecode
__pycache__/
*.py[cod]
*.pyo
# Pulumi
Pulumi.*
*.bak
.pulumi/
.pulumi-history/
# VSCode
.vscode/
# macOS metadata
.DS_Store
# Logs and local debug
*.log
# Coverage
htmlcov/
coverage.xml
*.cover
.cache/
# Terraform
.terraform/
*.tfstate
*.tfstate.*
# Ansible
*.retry
hosts/inventory
# Installer artifacts
offline-iac/
offline-setup-*.tar.gz