Go to file
Sergey Besedin e1b7608398
All checks were successful
Build and push docker image / build (push) Successful in 1m27s
Install bash
2026-01-08 22:08:54 +04:00
.gitea/workflows Build my own ansible image 2026-01-08 20:50:35 +04:00
Dockerfile Install bash 2026-01-08 22:08:54 +04:00
README.md Update README.md 2020-06-01 23:52:18 +04:00

Quickstart

docker run -it \
  -v /some/ansible:/ansible \
  -v ~/.ssh/id_rsa:/id_rsa \
  kr3ssh/ansible:latest \
  ansible-playbook playbook.yml