Simple base image.
Vagrant deploy page : TODO
CentOS-7-x86_64-Minimal-1908.iso
- telnet
- curl
- wget
GuestAdditions version installed is 6.1.4
Main user is tux and he is sudoer.
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure("2") do |config|
config.vm.box = "ardole/centos7"
config.vm.box_version = "0.1.0"
config.ssh.username = "tux"
end