lae / ansible-role-proxmox

IaC for Proxmox VE clusters.
MIT License
468 stars 139 forks source link

Proxmox Cluster Creation fails on first run #198

Closed byly-ed closed 1 year ago

byly-ed commented 1 year ago

Hello, everyone, my company and I are trying to automate our Proxmox infrastructure and that's how we came across this project. First of all, a big compliment to all developers who have contributed to this project. In principle, everything works when I run the site.yml, but it gets stuck at the step: "Add node to Proxmox cluster". If I then stop the script and run it again, the script runs smoothly. I see that the second time I run the script, the "Copy PVE SSL certificate chain and key to /etc/ssl" step also copies the SSL certificates and everything seems to work after that. And if I add a new host to this cluster, the same thing happens again as at the beginning. The script runs on freshly installed Debian 11 systems. Is this error already known or can someone help me?