Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 252 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 252 Bytes

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