https://github.com/raphaelramosds/vms-vagrant
My virtual machines managed with Vagrant
https://github.com/raphaelramosds/vms-vagrant
debian devops linux vagrant virtual-machine
Last synced: 19 days ago
JSON representation
My virtual machines managed with Vagrant
- Host: GitHub
- URL: https://github.com/raphaelramosds/vms-vagrant
- Owner: raphaelramosds
- Created: 2026-05-06T22:48:25.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-08T00:45:37.000Z (about 2 months ago)
- Last Synced: 2026-05-08T02:44:01.279Z (about 2 months ago)
- Topics: debian, devops, linux, vagrant, virtual-machine
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Virtual Machine management with Vagrant
Run machine
```bash
vagrant up
```
Provision scripts
```bash
vagrant provision
```
Audit SSH config
```bash
vagrant ssh-config
```
The machine is accessible with the following credentials
```
user: vagrant
password: vagrant
```
Stop Vagrant machine
```bash
vagrant halt
```