Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arillso/vagrant.container

Vagrant container where OpenSSH runs with ansible.
https://github.com/arillso/vagrant.container

Last synced: 6 days ago
JSON representation

Vagrant container where OpenSSH runs with ansible.

Awesome Lists containing this project

README

        

# Container: Vagrant

[![license](https://img.shields.io/github/license/mashape/apistatus.svg?style=popout-square)](licence)

## Description

Vagrant container where OpenSSH runs with ansible.

## Example

```ruby
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](licence) file for the full license text.

## Copyright

(c) 2020, Arillso