Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wluisaraujo/vagrantfiles
- Owner: wluisaraujo
- License: gpl-3.0
- Created: 2019-09-24T17:44:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-24T18:50:21.000Z (over 5 years ago)
- Last Synced: 2024-01-14T13:47:23.107Z (12 months ago)
- Topics: vagrant, vagrantfile
- Language: Ruby
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 atualExemplo 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)