Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/arillso/vagrant.container
- Owner: arillso
- License: mit
- Created: 2020-09-18T11:59:22.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T04:01:23.000Z (almost 2 years ago)
- Last Synced: 2024-05-21T08:15:20.488Z (6 months ago)
- Language: Dockerfile
- Size: 7.81 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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