This repository demonstrates the use of the Proxmox API for programmatically managing Proxmox environments. By leveraging the API, you can efficiently handle Proxmox nodes, containers (LXC), and virtual machines (VMs) in a secure, scalable, and maintainable manner. This guide provides an example of automating tasks like LXC and VM creation using Python.
- Supports LXC and VM Management: Provision containers and VMs with detailed configurations.
- Centralized Configuration: YAML-based configuration simplifies management of multiple hosts and nodes.