With this vagrant repo, you install one ubuntu 18.04 bionic beaver machine.
This repo is intended for educational purposes only.
This setup is badly tested (:
Works on MacOS Catalina.
Software needed:
- Vagrant 2.2.6 or higher
- virtualbox 5.0 or higher
- virtualbox extension pack
Windows users
For windows, git
is needed on the commandline. You can use the Windows packet manager Chocolatey
for Powershell
to easily install git
.
Chocolatey url
https://chocolatey.org/install
To install git
with Chocolatey
within Powershell
:
choco install git
brew install vagrant
apt install -y vagrant
Download url
https://www.vagrantup.com/downloads.html
git clone https://github.com/moatn/vagrant03-demo
cd vagrant03-demo
vagrant up
vagrant ssh lb01
Vagrant name | Hostname | IP Address |
---|---|---|
lb01 | lb01.local | 192.168.50.10 |
web01 | web01.local | 192.168.50.12 |
web02 | web02.local | 192.168.99.13 |