Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Simple Docker containers for testing Ansible roles against

Notifications You must be signed in to change notification settings

ryanckoch/ansible-sandbox-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ansible-sandbox-docker

Start Sandbox Host

git clone https://github.com/ryanckoch/ansible-sandbox-docker.git && \
cd ansible-sandbox-docker && \
./init.sh ubuntu_16.04 username password

Add the following to your SSH config

Host 127.0.0.1.nip.io
  Port 2222
  UserKnownHostsFile /dev/null
  StrictHostKeyChecking no
  PasswordAuthentication no

You should now be able to SSH to your host and in turn run ansible against it

ssh 127.0.0.1.nip.io

About

Simple Docker containers for testing Ansible roles against

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 68.0%
  • Shell 32.0%