Skip to content

proxmox and kvm related scripts and tools

License

Notifications You must be signed in to change notification settings

iamenderst/proxmox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

proxmox

proxmox and kvm related scripts and tools

Proxmox Deploy

This repository contains scripts for deploying Proxmox virtual machines using cloud-init.

Prerequisites

  • Proxmox VE installed on the target server
  • Cloud-init package installed on the target server

Usage

  1. Clone this repository to your local machine:
git clone https://github.com/your-username/proxmox-deploy.git
  1. Customize the cloud-init configuration file according to your needs. You can find the file at cloud-init/user-data.yaml.

  2. 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.

  1. 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.

Contributing

Contributions are welcome! If you have any improvements or bug fixes, feel free to open a pull request.

License

This project is licensed under the MIT License.

About

proxmox and kvm related scripts and tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%