I am attempting to write an Ansible playbook that sets up my Proxmox cluster. One issue I'm running into is pveceph install doesn't have a non-interactive option. I've tried setting DEBIAN_FRONTEND=noninteractive on the task like this:
- name: Install Ceph
environment:
DEBIAN_FRONTEND...
I've installed manually Proxmox 8.2 using the Proxmox Automatic Install guide (https://pve.proxmox.com/wiki/Automated_Installation) with success.
Now I want to install the generated ISO "proxmox-ve_8.2-1-auto-from-iso.iso" through iPXE to be able to deploy it massively; the steps followed are...