Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add Docker support to repo-ansible #76

Closed
wants to merge 3 commits into from

Conversation

rensjaspers
Copy link

This Pull Request adds Docker support to repo-ansible, allowing users to run the Ansible playbook using Docker without needing to install Ansible and its dependencies locally.

Changes Made:

  • Added Dockerfile and entrypoint.sh to enable running the playbook inside a Docker container.
  • Updated the README with instructions on how to build the Docker image and run the playbook using Docker.

Benefits:

  • Simplifies the setup process by eliminating the need for local dependency installation.
  • Provides a consistent environment for running the playbook across different systems.
  • Makes it easier for users and contributors to apply repo-ansible to their repositories.

- Add Dockerfile and entrypoint.sh to enable running the Ansible playbook using Docker.
- Update README with instructions on running repo-ansible with Docker.

This allows users to run repo-ansible without installing Ansible and its dependencies locally.
@mhitza mhitza mentioned this pull request Oct 23, 2024
7 tasks
@mhitza
Copy link
Collaborator

mhitza commented Oct 23, 2024

@rensjaspers I've included parts of you docker changes in a separate PR, and made it so the container image gets published instead of needing to build it manually locally.

@mhitza mhitza closed this Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants