proxmox-deploy
proxmox-deploy copied to clipboard
Use non interactive configuration
Hello,
Should be possible use full command line configuration? for example:
proxmox-deploy --proxmox-host XXXX --port 222 --proxmox-user XXX --cloud-images-dir /mnt/nfs/images/ --cpu-family host --cpu 4 --ram 10240 --disk 14 --vm-id 400 --hostname xx.xxxx.xxx ...
Thanks!
Vote for this too, super needed stuff
I have in plans to use this script with ansible to do provisioning into proxmox cluster
I already have a version of this working with ansible. I converted the code to take a config file input, and then use a j2 file in the ansible role to populate the config and pass it in. Iam currently in the process of converting the entire app over to an ansible plugin instead.
@PlethoraOfHate, please update me asap you have a code deployed into github, i wanna test it :)
https://github.com/PlethoraOfHate/proxmox-deploy <---- pushed my code here