- 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
52 lines
495 B
Plaintext
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
|
|
|