Skip to content

clincha-org/vagrant-proxmox-ve-7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-proxmox-ve-7

This repository contains the code used to create the Vagrant box for Proxmox 7 on VirtualBox. The box can be used to test Proxmox in a development environment and then destroyed when no longer needed.

Report any issues or feature requests in the issues section of this repository.

Vagrant Cloud

This box is released to Vagrant Cloud for ease of access.

clincha/proxmox-ve-7

Usage

Ensure you have met the following dependencies:

VagrantFile

Vagrant.configure("2") do |config|
  config.vm.box = "clincha/proxmox-ve-7"
end

CLI

vagrant init clincha/proxmox-ve-7
vagrant up

Using the box

SSH

You can SSH into the server using the following command:

vagrant ssh

Alternatively, you can run the following command to SSH into the server:

ssh -p 2222 [email protected]

Web Interface

You can access the Proxmox web interface by navigating to https://127.0.0.1:8006 in your browser. The default username is root and the password is vagrant.

proxmox-gui.png

About

Vagrant base box for Proxmox Virtual Environment 7

Resources

License

Stars

Watchers

Forks

Packages

No packages published