Hallo liebe Community,
ich habe folgendes Problem:
Ich möchte in Zukunft meine Proxmoxserver via Ansible steuern.
VMs funktionieren ganz gut (Erstellen, Ändern, löschen usw.)
Bei lxc sieht es dagegen anders aus. Bei Playbooks die einen neuen LXT erstellen kommt immer ein 400 Bad Request vom Server.
Wenn ich einen lxc ändere oder lösche geht alles sauber durch. (Also schließe ich Inventory und ansible cfg aus, da ja VMs und co gehen.)
Hier wo es Funktioniert: (Update LXC)
2024-03-15 20:10:25,758 p=10717 u=root n=ansible | PLAY [Update LXC container in Proxmox] ******************************************************************************************************************************************************
2024-03-15 20:10:25,764 p=10717 u=root n=ansible | TASK [Gathering Facts] **************************************************************************************************************************************************************************
2024-03-15 20:10:28,942 p=10717 u=root n=ansible | ok: [88.99.68.228]
2024-03-15 20:10:28,964 p=10717 u=root n=ansible | TASK [Container Updaten] ************************************************************************************************************************************************************************
2024-03-15 20:10:30,534 p=10717 u=root n=ansible | changed: [88.99.68.228]
2024-03-15 20:10:30,565 p=10717 u=root n=ansible | PLAY RECAP **************************************************************************************************************************************************************************************
2024-03-15 20:10:30,565 p=10717 u=root n=ansible | 88.99.68.228 : ok=2 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
und hier wenn ich ein lxc erstelle:
2024-03-15 20:11:56,614 p=10761 u=root n=ansible | PLAY [Create new LXC container in Proxmox] ******************************************************************************************************************************************************
2024-03-15 20:11:56,635 p=10761 u=root n=ansible | TASK [Gathering Facts] **************************************************************************************************************************************************************************
2024-03-15 20:11:59,898 p=10761 u=root n=ansible | ok: [88.99.68.228]
2024-03-15 20:11:59,921 p=10761 u=root n=ansible | TASK [Create LXC Container] *********************************************************************************************************************************************************************
2024-03-15 20:12:01,130 p=10761 u=root n=ansible | fatal: [88.99.68.228]: FAILED! => {"changed": false, "msg": "Creation of lxc VM 123 failed with exception: 400 Bad Request: Parameter verification failed.", "vmid": 123}
2024-03-15 20:12:01,131 p=10761 u=root n=ansible | PLAY RECAP **************************************************************************************************************************************************************************************
2024-03-15 20:12:01,132 p=10761 u=root n=ansible | 88.99.68.228 : ok=1 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
(die codeblock formatierung wurde nicht umsonst erfunden! der hausmeister)
jemand eine idee vlt mit abhilfe?