Create proxcli config file
Options
| option | description | Allowed values |
|---|---|---|
| hosts | coma separated list of proxmox nodes ip addresses / host names | string |
| user | administrator username (only pam at the moment) | string |
| password | password | string |
Examples
- Create a proxmox config file
proxcli config create --hosts "pve1,pve2,pve3" --user root@pam --password rootpassword