ansible-infra/.gitignore

31 lines
436 B
Text

# IDE
.idea
.*~
.*#
.webui_secret_key
# ansible
ansible.cfg
ansible_collections/*/*/logs/*
ansible_collections/*/*/tests/*
!ansible_collections/*/*/tests/config.yml
!ansible_collections/*/*/tests/sanity
galaxy
galaxy_cache
galaxy_token
inventory/inventory.yml
vault.yml
# terraform secret files
*.tfstate
*.tfstate.backup
*.tfvars
.terraform
.terraform.lock.hcl
# python
*.pyo
*.pyc
__pycache__/
.venv
# various
TODO.md
!.gitkeep
.task