We have installed Proxmox in one of our servers in our last blog post, but it had only a single interface, so we configured the VLAN to send multiple traffic, which is good if you have a smaller network or a lab. However, you cannot run the server with a single interface in a produ...
For Proxmox, use this Vagrant plugin:https://github.com/cliffe/vagrant-proxmox/, and make this fix to Vagrant:https://github.com/hashicorp/vagrant/pull/12463/files. You will typically need to create a Debian Buster base VM, broadly following these instructions:https://github.com/cliffe/SecGen...
This Ansible role alow users to create a VM under a Proxmox infrastructure. 1. Requirements There is no requirements as this role will install and configure everything. You only need an ssh root access from your Ansible server to your Proxmox infrastructure. 2. Role Variables Available variables...
My Proxmox cluster consists of 3 Machines using CEPH as distributed storage. There are 2 VLANS on the cluster, a public one to the internet and a private one for backend services. I am using Foreman to provision/manage VMs via puppet. On every physical node, there is a VM running ...
forward-thinking ISP (shout-out toAAISPin the UK) who routes a static IPv6/48to me. I just pick static/64ranges from this allocation and assign them to my VLANs, rather than needing to deal with prefix delegation from upstream. For this reason, I haven't bothered including it in Pine...
[api_url] --proxmox-node [node] --proxmox-network [proxmox network name] --proxmox-vlan [vlan number] COMMANDS: run, r: Builds project and then builds the VMs build-project, p: Builds project (vagrant and puppet config), but does not build VMs build-vms, v: Builds VMs from a ...