proxmox-ve-cluster-vagrant icon indicating copy to clipboard operation
proxmox-ve-cluster-vagrant copied to clipboard

a 3-node proxmox-ve cluster wrapped in a vagrant environment

Results 5 proxmox-ve-cluster-vagrant issues
Sort by recently updated
recently updated
newest added

Hi @rgl i have a weird issue: i think it only occurs sporadically pve2: E: Could not get lock /var/lib/apt/lists/lock - open (11: Resource temporarily unavailable) maybe its a race-condition...

This PR was started because when I tried to use this project, I noticed that when cloning this repo, the project seems to be a bit incomplete? The first issue...

This commit makes no functional code changes, but has two main purposes: 1. Reduce clutter in the project root directory by moving all the provisioning shell scripts into a `provision/`...

Recent versions of Vagrant allow you to specify required plugins directly in the `Vagrantfile`'s configuration. I've added that here since the `vagrant-reload` plugin is required for the project. Installing the...

Hi, First of all, thanks a lot for your efforts to make proxmox available as vagrant box! I'm working on an ansible collection for automated proxmox upgrades and I would...