Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 604 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 604 Bytes

Container: Vagrant

license

Description

Vagrant container where OpenSSH runs with ansible.

Example

runner.vm.provider "docker" do |d|
  d.name = "arillso/ansible.sshd"
  d.git_repo = "https://github.com/arillso/vagrant.container"
  d.remains_running = true
  d.has_ssh = true
end

License

This project is under the MIT License. See the LICENSE file for the full license text.

Copyright

(c) 2020, Arillso