ProxmoxΒΆ

We’re running our own Proxmox VE servers to virtualise all of our Linux servers.

Access ProxmoxΒΆ

To access Proxmox, use on of the following methods:

Proxmox & AnsibleΒΆ

Proxmox is configured, and managed via Ansible, resp. Semaphore.

Hint

While Proxmox is a Debian-based solution, the Β«standard Linux rolesΒ» are applied. However, Proxmox-specific settings are applied via the proxmox playbook, resp. the proxmox role.

Manage virtual machinesΒΆ

To manage virutal machines, you’ve to access Proxmox. Then use one of the following methods:

  1. The Proxmox web UI

  2. The qm CLI utility

Important

The VM management is mostly automated via Ansible, resp. the proxmox VM role which is leveraged by all the vm_* playbooks. You shouldn’t manually create, update, modify, or delete virtual machines.

Read the VM documentation in the Ansible project for more information.

Fresh Proxmox installΒΆ

Check out the proxmox README to see how Proxmox is setup from scratch.