proxmox-deploy icon indicating copy to clipboard operation
proxmox-deploy copied to clipboard

Use non interactive configuration

Open dorogarcia opened this issue 8 years ago • 5 comments

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!

dorogarcia avatar Oct 08 '16 14:10 dorogarcia

Vote for this too, super needed stuff

travka avatar Oct 24 '16 11:10 travka

I have in plans to use this script with ansible to do provisioning into proxmox cluster

travka avatar Oct 26 '16 17:10 travka

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 avatar Dec 20 '16 17:12 PlethoraOfHate

@PlethoraOfHate, please update me asap you have a code deployed into github, i wanna test it :)

travka avatar Dec 21 '16 08:12 travka

https://github.com/PlethoraOfHate/proxmox-deploy <---- pushed my code here

PlethoraOfHate avatar May 17 '17 20:05 PlethoraOfHate