22 lines
596 B
Markdown
22 lines
596 B
Markdown
# Ansible DevOps VM
|
|
|
|
A versatile VM for DevOps purposes, provisioned by Ansible.
|
|
|
|
Will bootstrap a [Ubuntu](https://ubuntu.com/) VM using [Vagrant](https://www.vagrantup.com/) and [Virtualbox](https://www.virtualbox.org/) and install a stack of useful DevOps tools.
|
|
|
|
To provide a lightweight experience, the VM uses [XFCE](https://xfce.org/) as a desktop environment.
|
|
|
|
## Prerequisites
|
|
|
|
* Vagrant 2.2.x
|
|
* Virtualbox 6.x
|
|
|
|
## Quickstart
|
|
|
|
The default user is `vagrant` with the password `vagrant` (auto-login by default).
|
|
|
|
## Provided tools
|
|
|
|
* Docker 19.03.5
|
|
* Docker Compose 1.25.0
|
|
* Ansible 2.9.4
|