Skip to content

philm/ansible_target

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Docker image for testing Ansible playbooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published