matrix-ansible-controller/.gitignore
Maddox 325ddfe012 Initial commit: Matrix Ansible Controller
Portable Docker container for managing matrix-docker-ansible-deploy playbooks.

- Dockerfile with Python 3.12, Ansible 2.17+, and all dependencies
- docker-compose.yml with volume mounts for SSH, playbook, and inventory
- entrypoint.sh for automatic setup (clone playbook, link inventory, install roles)
- README.md with deployment and usage instructions
2026-02-01 15:52:52 +00:00

13 lines
164 B
Text

# Data directory (contains cloned playbook, inventory with secrets, and cache)
data/
# Editor files
*.swp
*.swo
*~
.vscode/
.idea/
# OS files
.DS_Store
Thumbs.db