Vagrant container where OpenSSH runs with ansible.
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
This project is under the MIT License. See the LICENSE file for the full license text.
(c) 2020, Arillso