proxmox and kvm related scripts and tools
This repository contains scripts for deploying Proxmox virtual machines using cloud-init.
- Proxmox VE installed on the target server
- Cloud-init package installed on the target server
- Clone this repository to your local machine:
git clone https://github.com/your-username/proxmox-deploy.git
-
Customize the cloud-init configuration file according to your needs. You can find the file at
cloud-init/user-data.yaml
. -
Deploy a new Proxmox virtual machine using the following command:
./deploy.sh
This script will create a new virtual machine on the Proxmox server and configure it using the cloud-init configuration.
- Access the deployed virtual machine using SSH:
ssh user@<vm-ip-address>
Replace <vm-ip-address>
with the IP address of the deployed virtual machine.
Contributions are welcome! If you have any improvements or bug fixes, feel free to open a pull request.
This project is licensed under the MIT License.