https://github.com/nordseth/docker-images/blob/master/ansible/Dockerfile
4.1K
Ansible image with some tools. Primarly use is running on windows for managing kubernetes clusters. Includes kubectl, helm and some image utils.
Has a entrypoint scripts that mounts id_rsa, id_rsa.pub and known_hosts from /tmp/.ssh to /root/.ssh.
Example for running:
docker run --rm -it -v $HOME/.ssh/:/tmp/.ssh/ -v $ANSIBLE_FOLDER:/ansible nordseth/ansible
Content type
Image
Digest
sha256:e072b62fe…
Size
243.8 MB
Last updated
5 days ago
docker pull nordseth/ansible