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

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

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
```