Sign inSign up

philm/ansible_target

By philm

Updated almost 8 years ago

Docker image for testing Ansible playbooks

Image
8

2.5K

philm/ansible_target repository overview

Ansible Target

Docker image used for testing Ansible playbooks from an ansible_playbook Docker container.

Essentially this is a test-friendly SSH server with an "Ubuntu" user and other optimizations.

Example Usage:

docker run -d -p 2222:22 --name ansible_test -v ~/.ssh/id_rsa.pub:/home/ubuntu/.ssh/authorized_keys philm/ansible_target:latest

Note: certain privileged operations might not work without additional configuration.

Disclaimer: this image is intended for educational purposes. Feel free to use it as base image for your own Docker test images, or submit a pull request.

Tag summary

Content type

Image

Digest

Size

77.8 MB

Last updated

almost 8 years ago

docker pull philm/ansible_target