/docker-ansible

Docker image to test Ansible Playbooks

Primary LanguageMakefile

Ansible Docker Image

Build

$ make build

Run

$ make run

SSH

$ make ssh

Custom host and/or user

You can change the default user and host

$ make ssh user=foo host=bar