IPFire 2.29 Core Update 200 bringt Linux 6.18 LTS, das neue Domain-Blocklist-System, zahlreiche Paket‑Updates und wichtige Leistungsverbesserungen.
Normale Ansicht
IPFire 2.29 Core Update 200: Linux 6.18 LTS und DBL-Preview
Browser-Engine Servo 0.0.5 mit Post-Quanten-Kryptografie veröffentlicht
KI-Agenten: Vom Floppy-Controller zum modernen Kernel in zwei Tagen
AV Linux und MX Moksha 25.1: Frischzellenkur für Pakete
Lenovo stellt Schreibtischroboter auf dem MWC in Barcelona vor
Lenovo hat auf dem Mobile World Congress in Barcelona das Konzept eines Schreibtischroboters vorgestellt, der als stets verfügbarer Begleiter entwickelt wurde und Schrift-, Sprach-, Gesten- und…
Google stellt Bildgenerator-Update Nano Banana 2 vor
Google hat sein neuestes und bislang leistungsstärkstes Bildgeneratormodell Nano Banana 2 als Nachfolger von Nano Banana Pro mit verbesserter Performance vorgestellt.
Blender: iPad-Version offenbar zunächst zurückgestellt
Telekom plant weltweit ersten KI-Assistenten für Handy-Telefonate
Die Telekom hat auf dem Mobile World Congress (MWC) in Barcelona angekündigt, demnächst den weltweit ersten KI-Assistenten für Handy-Telefonate einführen zu wollen.
ONLYOFFICE Docs 9.3 verbessert den PDF-Editor
Die quelloffene Cloud-Office-Lösung ONLYOFFICE veröffentlicht die neue Version 9.3 ihrer Dokumenteneditoren als Online- und Desktop-Applikation. Im Fokus steht unter anderem erneut der PDF-Editor.
Serie: openDesk ausprobiert - Teil 5 - Kommunikation
In dieser Serie werfen wir einen Blick auf openDesk und die darin enthaltenen Komponenten. Wie gut sind sie integriert und taugen sie für den Einsatz im Büro?


Ada’s Norwegian adventure begins!
Ada’s Norwegian adventure begins!
When Petter discovered “Ada & Zangemann”, he immediately felt the urge to make sure the story was available to the Norwegian speakers. Now “Ada og Zangemann - En fortelling om programvare, rullebrett og bringebæris” has been published and was presented during the Norwegian local celebrations of the “I Love Free Software Day”. Read Petter’s story!
In November 2023, I first encountered the children’s book Ada & Zangemann, written by Matthias Kirschner and illustrated by Sandra Brandstätter. It quickly became clear to me that this was a story I wanted to see available in my native language. That thought led me to get in touch with the author and dive into the book git repository to figure out what would be required to produce a Norwegian Bokmål edition.
Before I started translating the book, I wanted to change the build process for HTML and PDF editions, in order to simplify the translation process and make it possible to keep track of how the translation corresponds with the original and other languages. I submitted a patch that implemented gettext PO files to maintain translations, creating PO files for existing translations, which was well received. Together with Nico Rikken from the Netherlands we have changed the book building process. It now uses DocBook XML, which is automatically converted to Scribus XML and to HTML for typesetting and website publishing. This is either done directly or combined with translations in PO format into a translated edition. With this in place, the translator work could finally begin on the translation platform Weblate.
For the actual translating work, I received valuable help from two other volunteers, Hagen Echzell and Henrik G. Sundt. They both assisted with the translation from English and coordinated the Norwegian translation with the German original. Without their help, the book would not have been finished yet.
The translation and the book were actually ready in December, but due to some technical changes required in the final stages to ensure the manuscript met Lulu's distribution requirements, it was not available to a wider audience until after New Year. The result is that I am very happy to announce that the Norwegian Bokmål translation is ready and available for ordering in print via lulu.com alongside my other published books.
During my conversations with the author, he told me that encouraging readers to buy an extra copy of his book and donate it to their local library had proven to be a very effective approach. It’s an idea that I wholeheartedly support. If you think this book deserves a wider audience, consider ordering an additional copy and donating it to a library that doesn’t yet have it in its collection.
If you choose to do so, I’d appreciate it if you could email me letting me know which library you plan to donate the book to. This will help me to keep track of which libraries have already received a copy and make it easier to identify those that still might benefit from one.
The book was officially launched during the Norway celebrations of the I Love Free Software Day organised by the Norwegian Unix User Group (NUUG).
Moreover, NUUG is purchasing around 100 books for organising different events and giving it away at local spots, mainly libraries.
The book's terms of use are Creative Commons Attribution-ShareAlike 4.0 International, which allows everyone to share and modify both raw files and the finished result, as long as all who receive the content can do the same. Any surplus from book sales goes to the FSFE.
My next step will be to see if we can produce more language editions of the book, starting with a Nynorsk edition of Norwegian. The first draft of the Nynorsk translation is ready, but it probably needs quite a lot of proofreading before it is ready for publication. If you are interested in contributing to additional language editions, please have a look at the Weblate project and get in touch with me via email.
Donate to the FSFE!
Kali Linux führt optionale KI-Unterstützung ein
Die auf Pen-Testing und ethisches Hacking spezialisierte Distribution Kali Linux bietet seit Kurzem optional die Verwendung von Claude AI über einen eigenen MPC-Server an.
elementary OS 8.1.1 ist da mit HWE Kernel 6.17
Elementary OS 8.1.1 ist erschienen und liefert das erste größere Update seit Version 8.1. Die Entwickler haben viele Details verbessert, die den Alltag spürbar angenehmer machen. Das Dock zeigt nun hilfreiche Hinweise zu Tastenkürzeln und informiert besser über laufende Hintergrundprozesse. Arbeitsflächen reagieren flüssiger und nehmen Inhalte direkter an, wenn man sie in der Multitasking Ansicht […]
Der Beitrag elementary OS 8.1.1 ist da mit HWE Kernel 6.17 erschien zuerst auf fosstopia.
-
My-IT-Brain
- Welche ansible-core-Version und welche Collections sind in welchem Ansible Execution Environment enthalten?
Welche ansible-core-Version und welche Collections sind in welchem Ansible Execution Environment enthalten?
Das sind ja gleich mehrere Fragen auf einmal. Doch ich denke, dass man diese gut in einem Beitrag beantworten kann.
Für die Antwort auf die Frage was Execution Environments sind, verweise ich auf die offizielle Dokumentation, da dies sonst den Umfang dieses Beitrags sprengen würde. Kurz gesagt handelt es sich dabei um Container-Images, welche unterschiedliche Versionen von ansible-core und diverse Ansible Collections enthalten.
Ich verwende für die folgenden Beispiele die Execution Environments aka Container-Images ee-minimal-rhel9 und ee-supported-rhel9 von registry.redhat.io/ansible-automation-platform-26.
Option 1: Mit Podman schnell und simpel zum Ziel
Folgender Code-Block zeigt den gesuchten Inhalt für das Minimal-Image an:
[jkastning@aap-1 ~]$ podman run --rm registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9:latest ansible --version
ansible [core 2.16.14]
config file = None
configured module search path = ['/home/runner/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /usr/local/lib/python3.11/site-packages/ansible
ansible collection location = /home/runner/.ansible/collections:/usr/share/ansible/collections
executable location = /usr/local/bin/ansible
python version = 3.11.13 (main, Aug 21 2025, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-11)] (/usr/bin/python3.11)
jinja version = 3.1.6
libyaml = True
[jkastning@aap-1 ~]$ podman run --rm registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9:latest ansible-galaxy collection list
usage: ansible-galaxy [-h] [--version] [-v] TYPE ...
Perform various Role and Collection related operations.
positional arguments:
TYPE
collection Manage an Ansible Galaxy collection.
role Manage an Ansible Galaxy role.
options:
--version show program's version number, config file location,
configured module search path, module location, executable
location and exit
-h, --help show this help message and exit
-v, --verbose Causes Ansible to print more debug messages. Adding multiple
-v will increase the verbosity, the builtin plugins currently
evaluate up to -vvvvvv. A reasonable level to start is -vvv,
connection debugging might require -vvvv. This argument may
be specified multiple times.
ERROR! - None of the provided paths were usable. Please specify a valid path with --collections-path
Dieses Image enthält ansible-core in Version 2.16.14 und keinerlei Ansible Collection. Das ee-suported-rhel9 bringt im Vergleich dazu eine ganze Reihe an Collections mit:
[jkastning@aap-1 ~]$ podman run --rm registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9:latest ansible --version
ansible [core 2.16.14]
config file = None
configured module search path = ['/home/runner/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /usr/local/lib/python3.11/site-packages/ansible
ansible collection location = /home/runner/.ansible/collections:/usr/share/ansible/collections
executable location = /usr/local/bin/ansible
python version = 3.11.13 (main, Aug 21 2025, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-11)] (/usr/bin/python3.11)
jinja version = 3.1.6
libyaml = True
[jkastning@aap-1 ~]$ podman run --rm registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9:latest ansible-galaxy collection list
# /usr/share/ansible/collections/ansible_collections
Collection Version
------------------------------- ------------
amazon.aws 9.5.1
ansible.controller 4.7.6
ansible.eda 2.10.0
ansible.hub 1.0.1
ansible.netcommon 8.1.0
ansible.network 5.0.0
ansible.platform 2.6.20251106
ansible.posix 2.1.0
ansible.scm 3.0.0
ansible.security 5.0.0
ansible.snmp 3.0.0
ansible.utils 6.0.0
ansible.windows 3.2.0
ansible.yang 3.0.0
arista.eos 12.0.0
cisco.intersight 2.2.0
cisco.ios 11.1.1
cisco.iosxr 12.0.0
cisco.nxos 11.0.0
cloud.common 5.0.0
cloud.terraform 4.0.0
hashicorp.terraform 1.1.0
hashicorp.vault 1.0.0
junipernetworks.junos 11.0.0
kubernetes.core 6.1.0
microsoft.ad 1.9.2
microsoft.iis 1.0.3
redhat.amq_broker 2.3.4
redhat.amq_streams 1.0.0
redhat.data_grid 1.3.3
redhat.eap 1.5.7
redhat.insights 1.3.0
redhat.jbcs 1.1.2
redhat.jws 2.1.1
redhat.openshift 5.0.0
redhat.openshift_virtualization 2.2.3
redhat.redhat_csp_download 1.2.2
redhat.rhbk 3.0.1
redhat.rhel_idm 1.15.1
redhat.rhel_system_roles 1.95.7
redhat.rhv 2.4.2
redhat.runtimes_common 1.2.2
redhat.sap_install 1.7.1
redhat.satellite 5.5.0
redhat.satellite_operations 3.0.0
redhat.sso 2.0.0
sap.sap_operations 2.2.0
servicenow.itsm 2.11.0
splunk.es 4.0.0
trendmicro.deepsec 4.0.0
vmware.vmware 2.3.0
vmware.vmware_rest 4.8.1
Option 2: Ansible Navigator
Alternativ kann man das Container-Image aka Execution Environment Image (eei) auch mit dem ansible-navigator untersuchen. Der Befehl ansible-navigator images --eei ee-supported-rhel9 lädt das gewünschte Image bei Bedarf herunter und öffnet einen interaktives Text-Interface, welches alle lokal vorhandenen Images auflistet. Das folgend Bild zeigt eine Ansicht von meinem Labor-PC:

Durch drücken der Taste ‚4‘ wird das Image ee-supported-rhel9 ausgewählt:

Wählt man hier die ‚2‘ muss man sich in Geduld üben. Denn die Analyse des Images kann in der Tat etwas dauern. In diesem Fall waren es ganze 2 Minuten!

Hat man die Wartezeit überlebt, wird man mit folgender Ansicht belohnt:

Fazit
Dieser Beitrag hat zwei Optionen gezeigt, wie man sich die Version von ansible-core und die in einem Execution Environment Image enthaltenen Ansible Collections anzeigen lassen kann.
Ich persönlich bevorzuge Option 1, da diese deutlich schneller zu einem Ergebnis führt, während man sich bei Option 2 für mehrere Minuten gedulden muss. Diese Geduld benötigt man übrigens auch für das Image ee-minimal-rhel9, welches gar keine Collections enthält. Hier betrug die Wartezeit immerhin mehrere Sekunden.