Sign inSign up

gzm55/ansible

By gzm55

•Updated about 2 years ago

Docker image of an ansible managing gateway based on alpine.

Image
1

3.5K

gzm55/ansible repository overview

⁠docker-ansible

Docker image of an ansible managing gateway based on alpine.

⁠Usage


docker run --rm -it \
           --network host \
           --volume=/etc/group:/etc/group:ro \
           --volume=/etc/passwd:/etc/passwd:ro \
           --volume=$SSH_AUTH_SOCK:$SSH_AUTH_SOCK:ro \
           --volume=$HOME/.ssh:/home/$USER/.ssh \
           --env SSH_AUTH_SOCK=$SSH_AUTH_SOCK \
           -w /home/$USER gzm55/ansible:latest su -s /bin/sh $USER

Tag summary

Content type

Image

Digest

sha256:c49698a0f…

Size

59.3 MB

Last updated

about 2 years ago

docker pull gzm55/ansible