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
13 lines
164 B
Text
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
|