Skip to content

Commit

Permalink
add ansible dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-oleynik committed Nov 5, 2024
1 parent 7326ef6 commit bf2fe85
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- cronut
- duply
- events-relay
- ansible
- helm
- kubectl
- netdebug
Expand Down
7 changes: 7 additions & 0 deletions ansible/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM debian:bookworm

RUN apt-get update && apt-get install -y ansible git openssh-client

RUN ansible-playbook --version

ENTRYPOINT ["ansible-playbook"]

0 comments on commit bf2fe85

Please sign in to comment.