Croko-fr
96b003f9af
Adding Audio device support to proxmox_kvm (#9847)
* Add Audio device support to proxmox_kvm.py
Audio device was unsupported with message :
`FAILED! => {"changed": false, "msg": "Unsupported parameters for (community.general.proxmox_kvm) module: audio. Supported parameters include: acpi, agent, api_host, api_password, api_port, api_token_id, api_token_secret, api_user, archive, args, autostart, balloon, bios, boot, bootdisk, cicustom, cipassword, citype, ciupgrade, ciuser, clone, cores, cpu, cpulimit, cpuunits, delete, description, digest, efidisk0, force, format, freeze, full, hookscript, hostpci, hotplug, hugepages, ide, ipconfig, keyboard, kvm, localtime, lock, machine, memory, migrate, migrate_downtime, migrate_speed, name, nameservers, net, newid, node, numa, numa_enabled, onboot, ostype, parallel, pool, protection, reboot, revert, sata, scsi, scsihw, searchdomains, serial, shares, skiplock, smbios, snapname, sockets, sshkeys, startdate, startup, state, storage, tablet, tags, target, tdf, template, timeout, tpmstate0, update, update_unsafe, usb, validate_certs, vcpus, vga, virtio, vmid, watchdog."}`
With this patch it is possible to update proxmox VM config with an audio device.
```yaml
- name: Add Spice compatible audio device
community.general.proxmox_kvm:
api_user: "{{ api_user }}"
api_password: "{{ api_password }}"
api_host: "{{ api_host }}"
node: "{{ node_name }}"
vmid: "{{ proxmox_vmid }}"
audio: '{"audio0":"device=ich9-intel-hda,driver=spice"}'
update: true
delegate_to: localhost
```
* Update plugins/modules/proxmox_kvm.py
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
* Update plugins/modules/proxmox_kvm.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/proxmox_kvm.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Create changelog fragment 9847-Adding_audio_device-support_to_proxmox_kvm.yml
* Update 9847-Adding_audio_device-support_to_proxmox_kvm.yml
Update following recommandations, thanks
* Update changelogs/fragments/9847-Adding_audio_device-support_to_proxmox_kvm.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
2025-03-15 07:46:44 +01:00
..
2025-01-06 21:50:53 +01:00
2025-01-06 21:50:53 +01:00
2024-12-27 14:29:15 +01:00
2024-12-27 14:29:15 +01:00
2024-12-27 14:29:15 +01:00
2024-12-27 14:29:15 +01:00
2024-12-27 14:29:15 +01:00
2024-12-27 14:29:15 +01:00
2025-01-06 21:50:53 +01:00
2025-01-06 21:50:53 +01:00
2024-12-27 14:29:15 +01:00
2025-01-06 21:50:53 +01:00
2024-12-27 14:29:15 +01:00
2025-02-26 21:05:46 +01:00
2024-12-27 14:29:15 +01:00
2024-12-27 14:29:15 +01:00
2024-12-27 14:29:15 +01:00
2024-12-27 14:29:15 +01:00
2024-12-27 14:29:15 +01:00
2024-12-31 12:47:19 +13:00
2024-12-31 12:47:19 +13:00
2024-12-31 12:47:19 +13:00
2024-12-27 14:29:15 +01:00
2024-12-27 14:29:15 +01:00
2024-12-27 14:29:15 +01:00
2025-01-06 21:50:53 +01:00
2024-12-27 14:29:15 +01:00
2024-12-27 14:29:15 +01:00
2024-12-27 14:29:15 +01:00
2024-12-27 14:29:15 +01:00
2024-12-27 14:29:15 +01:00
2024-12-27 14:29:15 +01:00
2025-01-06 21:50:53 +01:00
2024-12-27 14:29:15 +01:00
2024-12-27 14:29:15 +01:00
2024-12-27 14:29:15 +01:00
2024-12-27 14:29:05 +01:00
2024-12-29 13:29:58 +01:00
2025-01-06 21:50:53 +01:00
2025-01-06 21:50:53 +01:00
2024-12-27 14:29:05 +01:00
2024-12-27 14:29:05 +01:00
2025-01-01 09:14:44 +01:00
2025-02-16 19:39:24 +01:00
2025-02-16 19:39:24 +01:00
2025-02-16 19:39:24 +01:00
2025-02-16 19:39:24 +01:00
2025-02-16 19:39:24 +01:00
2025-02-16 19:39:24 +01:00
2025-02-16 19:39:24 +01:00
2025-02-16 19:39:24 +01:00
2025-02-16 19:39:24 +01:00
2025-01-21 20:50:44 +01:00
2025-03-03 06:56:11 +01:00
2024-12-27 14:29:05 +01:00
2024-12-27 14:29:05 +01:00
2025-01-06 21:50:53 +01:00
2024-12-27 14:29:05 +01:00
2024-12-27 14:29:05 +01:00
2025-01-06 21:50:53 +01:00
2024-12-27 14:29:05 +01:00
2025-01-06 21:50:53 +01:00
2025-01-06 21:50:53 +01:00
2024-12-27 14:29:05 +01:00
2025-01-06 21:50:53 +01:00
2025-01-06 21:50:53 +01:00
2025-03-09 17:22:50 +01:00
2025-01-06 21:50:53 +01:00
2024-12-27 14:29:05 +01:00
2025-01-15 20:30:15 +01:00
2025-01-21 20:50:44 +01:00
2025-01-21 20:50:44 +01:00
2024-12-26 21:53:20 +01:00
2024-12-26 21:53:20 +01:00
2024-12-26 21:53:20 +01:00
2025-01-07 06:30:03 +01:00
2024-12-26 21:53:20 +01:00
2024-12-26 21:53:20 +01:00
2024-12-26 21:53:20 +01:00
2025-01-07 06:30:03 +01:00
2024-12-26 21:53:20 +01:00
2024-12-26 21:53:20 +01:00
2024-12-26 21:53:20 +01:00
2024-12-26 21:53:20 +01:00
2024-12-26 21:53:20 +01:00
2024-12-26 21:53:20 +01:00
2025-03-09 17:23:40 +01:00
2024-12-26 21:53:20 +01:00
2025-01-07 06:30:03 +01:00
2025-01-07 06:30:03 +01:00
2025-01-07 06:30:03 +01:00
2024-12-26 21:53:20 +01:00
2024-12-26 21:53:20 +01:00
2025-02-20 22:13:39 +01:00
2025-01-07 06:30:03 +01:00
2024-12-29 13:42:22 +01:00
2024-12-26 21:53:20 +01:00
2024-12-29 13:30:26 +01:00
2024-12-26 21:53:20 +01:00
2024-12-26 21:53:20 +01:00
2024-12-26 21:53:20 +01:00
2024-12-26 21:53:20 +01:00
2024-12-26 21:54:03 +01:00
2024-12-26 21:54:03 +01:00
2025-01-07 06:30:03 +01:00
2024-12-26 21:54:03 +01:00
2024-12-26 21:54:03 +01:00
2024-12-26 21:54:03 +01:00
2024-12-26 21:54:03 +01:00
2024-12-26 21:54:03 +01:00
2024-12-26 21:54:03 +01:00
2024-12-26 21:54:03 +01:00
2024-12-26 21:54:03 +01:00
2024-12-26 21:54:03 +01:00
2024-12-26 21:54:03 +01:00
2024-12-26 21:54:03 +01:00
2024-12-26 21:54:03 +01:00
2025-01-07 06:30:03 +01:00
2024-12-26 21:54:03 +01:00
2024-12-26 21:54:03 +01:00
2024-12-26 21:54:03 +01:00
2025-01-07 06:30:03 +01:00
2025-01-07 06:30:03 +01:00
2024-12-30 12:48:25 +01:00
2024-12-26 21:54:03 +01:00
2024-12-29 13:29:58 +01:00
2024-12-26 21:54:03 +01:00
2024-12-26 21:54:03 +01:00
2024-12-26 21:54:03 +01:00
2024-12-26 21:54:03 +01:00
2024-12-26 21:54:03 +01:00
2024-12-26 21:54:03 +01:00
2025-01-07 06:30:03 +01:00
2024-12-26 21:54:03 +01:00
2024-12-26 21:54:03 +01:00
2025-01-07 06:30:03 +01:00
2024-12-26 21:54:03 +01:00
2025-01-07 06:30:03 +01:00
2024-12-26 21:55:56 +01:00
2024-12-26 21:55:56 +01:00
2025-01-07 06:30:03 +01:00
2025-01-07 06:30:03 +01:00
2024-12-26 21:55:56 +01:00
2025-03-03 21:04:14 +01:00
2024-12-26 21:55:56 +01:00
2025-03-05 21:07:08 +01:00
2024-12-29 13:42:22 +01:00
2025-01-07 06:30:03 +01:00
2025-01-07 06:30:03 +01:00
2024-12-26 21:55:56 +01:00
2024-12-26 21:55:56 +01:00
2024-12-31 12:19:55 +13:00
2024-12-26 21:55:56 +01:00
2024-12-26 21:55:56 +01:00
2025-01-07 06:30:03 +01:00
2024-12-26 21:55:56 +01:00
2024-12-26 21:55:56 +01:00
2024-12-26 21:55:56 +01:00
2024-12-26 21:55:56 +01:00
2024-12-26 21:55:56 +01:00
2024-12-26 21:55:56 +01:00
2024-12-26 21:55:56 +01:00
2024-12-26 21:55:56 +01:00
2024-12-26 21:55:56 +01:00
2025-01-07 06:30:03 +01:00
2024-12-26 21:52:26 +01:00
2024-12-26 21:52:26 +01:00
2024-12-26 21:52:26 +01:00
2024-12-26 21:52:26 +01:00
2024-12-26 21:52:26 +01:00
2024-12-26 21:52:26 +01:00
2025-01-07 06:30:03 +01:00
2024-12-26 21:52:26 +01:00
2024-12-26 21:52:26 +01:00
2024-12-26 21:52:26 +01:00
2024-12-26 21:52:26 +01:00
2024-12-26 21:52:26 +01:00
2024-12-26 21:52:26 +01:00
2025-01-07 06:30:03 +01:00
2024-12-26 21:52:26 +01:00
2025-01-07 06:30:03 +01:00
2024-12-26 21:52:26 +01:00
2024-12-26 21:52:26 +01:00
2025-01-07 06:30:03 +01:00
2024-12-26 21:52:26 +01:00
2024-12-26 21:52:26 +01:00
2024-12-26 21:52:26 +01:00
2024-12-26 21:52:26 +01:00
2024-12-29 13:29:58 +01:00
2024-12-26 13:40:05 +01:00
2024-12-26 13:40:05 +01:00
2024-12-26 13:40:05 +01:00
2024-12-26 13:40:05 +01:00
2024-12-26 13:40:05 +01:00
2024-12-26 13:40:05 +01:00
2024-12-26 13:40:05 +01:00
2025-02-10 22:02:52 +01:00
2024-12-26 13:40:05 +01:00
2024-12-26 13:40:05 +01:00
2025-01-07 06:30:03 +01:00
2024-12-26 13:40:05 +01:00
2024-12-26 13:40:05 +01:00
2024-12-26 13:40:05 +01:00
2024-12-26 13:40:05 +01:00
2024-12-26 13:40:05 +01:00
2024-12-26 13:40:05 +01:00
2024-12-26 13:40:05 +01:00
2024-12-29 13:29:58 +01:00
2024-12-26 13:40:05 +01:00
2024-12-26 13:40:05 +01:00
2024-12-26 13:40:05 +01:00
2024-12-29 13:42:22 +01:00
2025-01-07 06:30:03 +01:00
2025-01-07 06:30:03 +01:00
2024-12-26 13:40:05 +01:00
2024-12-26 13:40:05 +01:00
2024-12-26 13:40:05 +01:00
2024-12-26 13:40:05 +01:00
2024-12-26 13:40:05 +01:00
2024-12-26 13:40:05 +01:00
2024-12-26 13:40:05 +01:00
2024-12-29 13:29:58 +01:00
2024-12-26 13:40:05 +01:00
2024-12-26 13:40:05 +01:00
2024-12-26 13:40:05 +01:00
2025-01-06 21:31:59 +01:00
2024-12-29 13:29:58 +01:00
2025-01-06 21:31:59 +01:00
2024-12-26 13:40:05 +01:00
2024-12-29 13:42:22 +01:00
2024-12-29 13:29:58 +01:00
2025-02-16 21:24:46 +01:00
2024-12-26 13:42:44 +01:00
2024-12-26 13:42:44 +01:00
2025-01-26 15:23:39 +01:00
2025-01-26 15:23:39 +01:00
2025-01-26 15:23:39 +01:00
2025-01-26 15:23:39 +01:00
2025-01-26 15:23:39 +01:00
2025-01-26 15:23:39 +01:00
2025-01-26 15:23:39 +01:00
2025-01-06 21:31:59 +01:00
2025-02-16 12:25:05 +01:00
2025-01-26 15:23:39 +01:00
2025-01-26 15:23:39 +01:00
2025-01-06 21:31:59 +01:00
2025-01-06 21:31:59 +01:00
2025-01-26 15:23:39 +01:00
2025-01-06 21:31:59 +01:00
2025-01-26 15:23:39 +01:00
2025-01-26 15:23:39 +01:00
2025-01-26 15:23:39 +01:00
2025-01-06 21:31:59 +01:00
2025-01-26 15:23:39 +01:00
2025-01-26 15:23:39 +01:00
2025-01-26 15:23:39 +01:00
2025-02-27 21:36:56 +01:00
2025-01-26 15:23:39 +01:00
2025-01-26 15:23:39 +01:00
2025-01-26 15:23:39 +01:00
2025-01-26 15:23:39 +01:00
2025-01-26 15:23:39 +01:00
2025-01-06 21:31:59 +01:00
2025-01-06 21:31:59 +01:00
2025-01-06 21:31:59 +01:00
2025-01-06 21:31:59 +01:00
2025-01-07 06:28:00 +01:00
2025-01-07 06:28:00 +01:00
2024-12-26 09:12:05 +01:00
2025-01-07 06:28:00 +01:00
2025-01-07 06:28:00 +01:00
2025-01-07 06:28:00 +01:00
2025-01-07 06:28:00 +01:00
2025-01-07 06:28:00 +01:00
2025-01-07 06:28:00 +01:00
2025-01-07 06:28:00 +01:00
2025-01-07 06:28:00 +01:00
2024-12-26 09:12:05 +01:00
2025-02-23 14:21:16 +00:00
2025-01-07 06:28:00 +01:00
2024-12-26 09:12:05 +01:00
2024-12-26 09:12:05 +01:00
2024-12-26 09:12:05 +01:00
2024-12-26 09:12:05 +01:00
2025-02-10 21:51:45 +01:00
2025-02-01 09:03:43 +01:00
2025-01-07 06:28:00 +01:00
2024-12-26 09:12:05 +01:00
2024-12-26 09:12:05 +01:00
2025-01-07 06:28:00 +01:00
2025-01-07 06:28:00 +01:00
2025-01-07 06:28:00 +01:00
2024-12-29 13:29:58 +01:00
2025-01-07 06:28:00 +01:00
2024-12-26 13:40:55 +01:00
2024-12-29 19:44:32 +01:00
2024-12-29 13:29:58 +01:00
2025-01-07 06:28:00 +01:00
2025-01-07 06:28:00 +01:00
2025-01-07 06:28:00 +01:00
2024-12-26 13:40:55 +01:00
2025-01-07 06:28:00 +01:00
2025-01-07 06:28:00 +01:00
2025-01-07 06:28:00 +01:00
2024-12-26 13:40:55 +01:00
2024-12-26 13:40:55 +01:00
2025-01-07 06:28:00 +01:00
2025-01-07 06:28:00 +01:00
2025-01-07 06:28:00 +01:00
2025-01-07 06:28:00 +01:00
2024-12-26 13:41:54 +01:00
2024-12-26 13:41:54 +01:00
2025-01-07 06:28:00 +01:00
2025-01-07 06:28:00 +01:00
2025-01-07 06:28:00 +01:00
2024-12-26 13:41:54 +01:00
2025-01-07 06:28:00 +01:00
2025-01-07 06:28:00 +01:00
2025-01-07 06:28:00 +01:00
2025-01-07 06:28:00 +01:00
2025-01-07 06:28:00 +01:00
2025-01-07 06:28:00 +01:00
2025-01-07 06:28:00 +01:00
2025-01-07 06:28:00 +01:00
2025-01-07 06:28:00 +01:00
2025-01-07 06:28:00 +01:00
2024-12-26 13:41:54 +01:00
2025-02-10 21:50:30 +01:00
2024-12-26 13:41:54 +01:00
2024-12-26 13:41:54 +01:00
2024-12-26 13:41:54 +01:00
2025-01-07 06:28:00 +01:00
2024-12-26 13:41:54 +01:00
2024-12-26 13:41:54 +01:00
2025-01-12 13:03:26 +01:00
2025-01-12 13:03:26 +01:00
2025-01-12 13:03:26 +01:00
2024-12-26 13:44:29 +01:00
2025-01-12 13:03:26 +01:00
2025-01-12 13:03:26 +01:00
2024-12-26 13:44:29 +01:00
2025-01-12 13:03:26 +01:00
2025-01-12 13:03:26 +01:00
2025-01-12 13:03:26 +01:00
2025-01-12 13:03:26 +01:00
2025-01-15 20:30:52 +01:00
2025-01-12 13:03:26 +01:00
2025-01-12 13:03:26 +01:00
2025-01-12 13:03:26 +01:00
2025-01-12 13:03:26 +01:00
2025-01-12 13:03:26 +01:00
2024-12-26 13:44:29 +01:00
2024-12-29 13:42:22 +01:00
2025-01-12 13:03:26 +01:00
2025-01-12 13:03:26 +01:00
2025-01-12 13:03:26 +01:00
2025-01-12 13:03:26 +01:00
2025-01-12 13:03:26 +01:00
2024-12-25 22:48:15 +01:00
2024-12-25 22:48:15 +01:00
2024-12-25 22:48:15 +01:00
2024-12-25 22:48:15 +01:00
2024-12-25 22:48:15 +01:00
2024-12-25 22:48:15 +01:00
2025-01-12 13:03:26 +01:00
2025-01-12 13:03:26 +01:00
2024-12-25 22:48:15 +01:00
2024-12-25 22:48:15 +01:00
2025-01-12 13:03:26 +01:00
2024-12-25 22:48:15 +01:00
2024-12-25 22:48:15 +01:00
2025-01-12 13:03:26 +01:00
2025-01-12 13:03:26 +01:00
2025-01-12 13:03:26 +01:00
2025-01-12 13:03:26 +01:00
2025-01-12 13:03:26 +01:00
2025-01-12 13:03:26 +01:00
2025-01-12 13:03:26 +01:00
2025-01-12 13:03:26 +01:00
2024-12-25 22:48:15 +01:00
2025-01-08 20:41:03 +01:00
2025-03-05 21:08:42 +01:00
2025-01-08 20:41:03 +01:00
2025-01-08 20:41:03 +01:00
2024-12-29 13:42:22 +01:00
2024-12-26 08:22:24 +01:00
2025-01-08 20:41:03 +01:00
2024-12-26 08:22:24 +01:00
2024-12-26 08:22:24 +01:00
2025-01-08 20:41:03 +01:00
2025-01-24 21:42:01 +01:00
2025-01-08 20:41:03 +01:00
2024-12-26 08:22:24 +01:00
2025-01-08 20:41:03 +01:00
2025-01-08 20:41:03 +01:00
2025-01-08 20:41:03 +01:00
2025-01-21 20:50:44 +01:00
2025-01-08 20:41:03 +01:00
2025-01-08 20:41:03 +01:00
2024-12-25 22:48:04 +01:00
2025-01-08 20:41:03 +01:00
2024-12-25 22:48:04 +01:00
2025-01-27 05:24:38 +01:00
2024-12-25 22:48:04 +01:00
2024-12-25 22:48:04 +01:00
2025-01-08 20:41:03 +01:00
2025-01-08 20:41:03 +01:00
2025-01-08 20:41:03 +01:00
2025-01-08 20:41:03 +01:00
2024-12-25 22:48:04 +01:00
2025-01-08 20:41:03 +01:00
2024-12-25 22:48:04 +01:00
2024-12-25 22:48:04 +01:00
2025-01-08 20:41:03 +01:00
2024-12-25 22:48:04 +01:00
2025-01-08 20:41:03 +01:00
2025-02-16 18:10:03 +13:00
2025-02-16 18:10:03 +13:00
2025-02-16 18:10:03 +13:00
2025-02-16 18:10:03 +13:00
2025-02-16 18:10:03 +13:00
2025-01-26 20:55:56 +01:00
2025-01-08 20:41:03 +01:00
2025-01-08 20:41:03 +01:00
2024-12-26 08:24:16 +01:00
2024-12-26 08:24:16 +01:00
2025-03-15 07:46:44 +01:00
2025-01-08 20:41:03 +01:00
2024-12-26 08:24:16 +01:00
2024-12-26 08:24:16 +01:00
2024-12-26 08:24:16 +01:00
2025-01-08 20:41:03 +01:00
2024-12-26 08:24:16 +01:00
2024-12-26 08:24:16 +01:00
2024-12-26 08:24:16 +01:00
2025-01-25 10:21:20 +01:00
2024-12-26 08:24:16 +01:00
2024-12-26 08:24:16 +01:00
2025-02-28 23:12:05 +01:00
2025-01-08 20:41:03 +01:00
2025-01-21 20:50:44 +01:00
2025-01-08 20:41:03 +01:00
2025-01-08 20:41:03 +01:00
2024-12-26 08:24:16 +01:00
2025-01-08 20:41:03 +01:00
2024-12-25 21:19:49 +01:00
2025-02-11 18:04:51 +01:00
2025-03-12 19:59:01 +01:00
2025-03-03 21:00:56 +01:00
2025-02-20 22:04:49 +01:00
2025-01-08 20:41:03 +01:00
2024-12-25 21:19:49 +01:00
2024-12-25 21:19:49 +01:00
2024-12-25 21:19:49 +01:00
2025-01-08 20:41:03 +01:00
2024-12-25 21:19:49 +01:00
2025-01-08 20:41:03 +01:00
2025-01-08 20:41:03 +01:00
2025-01-08 20:41:03 +01:00
2025-01-08 20:41:03 +01:00
2025-01-08 20:41:03 +01:00
2024-12-28 13:38:34 +01:00
2024-12-29 13:29:58 +01:00
2024-12-25 21:19:49 +01:00
2024-12-25 21:19:49 +01:00
2024-12-25 21:19:49 +01:00
2025-01-08 20:41:03 +01:00
2024-12-25 21:16:10 +01:00
2024-12-25 21:16:10 +01:00
2024-12-25 21:16:10 +01:00
2025-01-03 22:52:09 +01:00
2024-12-25 21:16:10 +01:00
2024-12-25 21:16:10 +01:00
2024-12-25 21:16:10 +01:00
2024-12-25 21:16:10 +01:00
2025-01-03 22:52:09 +01:00
2024-12-25 21:16:10 +01:00
2024-12-25 21:16:10 +01:00
2024-12-25 21:16:10 +01:00
2024-12-25 21:16:10 +01:00
2025-01-03 22:52:09 +01:00
2024-12-25 21:16:10 +01:00
2025-01-03 22:52:09 +01:00
2025-01-03 22:52:09 +01:00
2025-01-03 22:52:09 +01:00
2024-12-25 21:16:10 +01:00
2024-12-25 21:16:10 +01:00
2024-12-25 21:16:10 +01:00
2024-12-25 21:16:10 +01:00
2024-12-25 21:16:10 +01:00
2024-12-25 21:16:10 +01:00
2024-12-25 21:16:10 +01:00
2024-12-25 21:16:10 +01:00
2024-12-25 21:16:10 +01:00
2024-12-25 21:16:10 +01:00
2024-12-25 21:16:10 +01:00
2025-01-03 22:52:09 +01:00
2024-12-26 08:22:58 +01:00
2024-12-26 08:22:58 +01:00
2025-01-03 22:52:09 +01:00
2025-01-03 22:52:09 +01:00
2025-01-03 22:52:09 +01:00
2025-01-03 22:52:09 +01:00
2025-01-03 22:52:09 +01:00
2025-01-03 22:52:09 +01:00
2024-12-26 08:22:58 +01:00
2024-12-26 08:22:58 +01:00
2025-01-03 20:00:45 +01:00
2025-01-03 20:00:45 +01:00
2025-01-03 20:00:45 +01:00
2025-01-03 20:00:45 +01:00
2024-12-26 08:22:58 +01:00
2025-01-03 20:00:45 +01:00
2025-01-22 20:04:38 +01:00
2025-01-22 20:04:38 +01:00
2025-01-03 20:00:45 +01:00
2025-01-21 20:50:44 +01:00
2025-01-21 20:50:44 +01:00
2025-01-03 20:00:45 +01:00
2025-01-03 20:00:45 +01:00
2025-01-03 20:00:45 +01:00
2024-12-25 09:48:22 +01:00
2025-02-22 08:41:05 +01:00
2025-01-03 20:00:45 +01:00
2024-12-25 09:48:22 +01:00
2025-01-03 20:00:45 +01:00
2025-03-15 07:36:54 +01:00
2025-01-03 20:00:45 +01:00
2025-01-03 20:00:45 +01:00
2025-01-03 20:00:45 +01:00
2024-12-25 09:48:22 +01:00
2025-01-03 20:00:45 +01:00
2025-01-03 20:00:45 +01:00
2024-12-25 09:48:22 +01:00
2024-12-25 09:48:22 +01:00
2025-01-03 20:00:45 +01:00
2025-01-03 20:00:45 +01:00
2025-03-15 07:36:16 +01:00
2025-01-03 20:00:45 +01:00
2025-01-03 20:00:45 +01:00
2024-12-29 00:25:12 +01:00
2025-01-03 20:00:45 +01:00
2025-01-21 20:50:44 +01:00
2025-01-03 20:00:45 +01:00
2025-01-03 20:00:45 +01:00
2025-01-04 11:04:51 +01:00
2025-01-04 11:04:51 +01:00
2025-01-04 11:04:51 +01:00
2025-01-04 11:04:51 +01:00
2025-01-04 11:04:51 +01:00
2025-01-21 20:50:05 +01:00
2025-01-04 11:04:51 +01:00
2025-01-04 11:04:51 +01:00
2024-12-24 12:00:30 +01:00
2025-01-04 11:04:51 +01:00
2024-12-23 21:30:11 +01:00
2024-12-23 21:30:11 +01:00
2024-12-23 21:30:11 +01:00
2025-01-04 11:04:51 +01:00
2024-12-23 21:30:11 +01:00
2024-12-23 21:30:11 +01:00
2024-12-23 21:30:11 +01:00
2024-12-23 21:30:11 +01:00
2025-01-04 11:04:51 +01:00
2025-01-04 11:04:51 +01:00
2025-01-04 11:04:51 +01:00
2025-01-04 11:04:51 +01:00
2025-01-04 11:04:51 +01:00
2025-01-04 11:04:51 +01:00
2025-01-04 11:04:51 +01:00
2025-01-04 11:04:51 +01:00
2025-01-04 11:04:51 +01:00
2025-01-04 11:04:51 +01:00
2025-01-04 11:04:51 +01:00
2024-12-23 09:28:05 +01:00
2025-01-04 11:04:51 +01:00
2024-12-29 00:25:12 +01:00
2024-12-23 09:28:05 +01:00
2024-12-23 09:28:05 +01:00
2025-01-04 12:29:34 +13:00
2025-01-04 12:29:34 +13:00
2025-01-04 12:29:34 +13:00
2024-12-23 18:58:02 +01:00
2025-01-04 12:29:34 +13:00
2025-01-04 12:29:34 +13:00
2025-01-04 12:29:34 +13:00
2025-01-04 12:29:34 +13:00
2025-01-04 12:29:34 +13:00
2024-12-23 18:58:02 +01:00
2025-02-09 14:16:51 +01:00
2025-01-04 12:29:34 +13:00
2025-01-04 12:29:34 +13:00
2025-01-04 12:29:34 +13:00
2025-02-10 21:51:11 +01:00
2025-02-10 21:53:37 +01:00
2025-01-04 12:29:34 +13:00
2025-01-04 12:29:34 +13:00
2025-01-04 12:29:34 +13:00
2025-01-04 12:29:34 +13:00
2025-01-04 12:29:34 +13:00