arillso / vagrant.container

Vagrant container where OpenSSH runs with ansible.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Vagrant container where OpenSSH runs with ansible.

License:MIT License


Languages

Language:Dockerfile 100.0%