Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wluisaraujo/vagrantfiles

Infrastructure as Code (IaC) with Vagrant
https://github.com/wluisaraujo/vagrantfiles

vagrant vagrantfile

Last synced: about 1 month ago
JSON representation

Infrastructure as Code (IaC) with Vagrant

Awesome Lists containing this project

README

        

### Infrastructure as Code: with: [Vagrant](https://www.vagrantup.com)
------------

[![Ansible Galaxy](https://img.shields.io/badge/Ansible%20Galaxy-wluisaraujo-blue.svg)](https://galaxy.ansible.com/wluisaraujo)

Descrição
------------

Requisitos
------------

Você precisará do VirtualBox.

Você precisará do Docker.

* [Oracle Virtual Box](https://www.virtualbox.org/wiki/Downloads) versão 6 ou mais atual
* [Oracle VM VirtualBox Extension Pack](https://www.virtualbox.org/wiki/Downloads)

Variaveis
--------------

```yaml
none: value
```

Dependências
------------

* VirtualBox devidamente configurado
* Ansible versão 2 ou mais atual

Exemplo de uso
----------------

```console
user@localhost:~$ vagrant up Vagrantfile
```

----------------
[![Licence](https://img.shields.io/badge/License-GPL%20v3-red.svg)](https://www.gnu.org/licenses/gpl-3.0.pt-br.html)