Files
ansible/.gitignore
T
2025-11-17 22:25:00 +03:00

16 lines
177 B
Plaintext

# Ansible Galaxy roles
external_roles/*
# Python files
__pycache__/
# dotenv file
.env
# Inventory
inventory/host_vars/*
inventory/hosts
# Unignore .gitkeep files
!.gitkeep