lae / ansible-role-proxmox

IaC for Proxmox VE clusters.
MIT License
516 stars 146 forks source link

Feature Request: Add Support for Managing Proxmox Metric Servers #259

Closed thystips closed 2 months ago

thystips commented 2 months ago

I would like to request the addition of support for managing Proxmox Metric Servers within this role.

One possible approach to implement this feature would be to create a template for the /etc/pve/status.cfg file and restart the pvestatd service. However, this solution does not allow for the management of passwords credentials.

An alternative and more secure method would be to add support using the Proxmox API, which would allow for full management, including password handling. Unfortunately, I am less familiar with this approach, so I'm unable to propose the code myself.

Thank you for considering this feature!