ansible-playbook [core 2.17.13] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-f9R executable location = /usr/local/bin/ansible-playbook python version = 3.12.11 (main, Aug 14 2025, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-11)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_default.yml **************************************************** 1 plays in /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/tests/hpc/tests_default.yml PLAY [Ensure that the role runs with default parameters] *********************** TASK [fedora.linux_system_roles.hpc : Set platform/version specific variables] *** task path: /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:3 Monday 01 September 2025 12:26:21 -0400 (0:00:00.022) 0:00:00.022 ****** included: /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.hpc : Ensure ansible_facts used by role] ******* task path: /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/set_vars.yml:2 Monday 01 September 2025 12:26:21 -0400 (0:00:00.026) 0:00:00.049 ****** [WARNING]: Platform linux on host managed-node1 is using the discovered Python interpreter at /usr/bin/python3.9, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node1] TASK [fedora.linux_system_roles.hpc : Check if system is ostree] *************** task path: /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/set_vars.yml:10 Monday 01 September 2025 12:26:22 -0400 (0:00:00.994) 0:00:01.043 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.hpc : Set flag to indicate system is ostree] *** task path: /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/set_vars.yml:15 Monday 01 September 2025 12:26:22 -0400 (0:00:00.419) 0:00:01.462 ****** ok: [managed-node1] => { "ansible_facts": { "__hpc_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.hpc : Set platform/version specific variables] *** task path: /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/set_vars.yml:19 Monday 01 September 2025 12:26:22 -0400 (0:00:00.021) 0:00:01.484 ****** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_9.yml) => { "ansible_facts": { "__template_packages": [], "__template_services": [] }, "ansible_included_var_files": [ "/tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed-node1] => (item=CentOS_9.yml) => { "ansible_facts": { "__template_packages": [], "__template_services": [] }, "ansible_included_var_files": [ "/tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.hpc : Deploy the GPG key for RHEL EPEL repository] *** task path: /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:6 Monday 01 September 2025 12:26:22 -0400 (0:00:00.037) 0:00:01.521 ****** ok: [managed-node1] => { "changed": false } TASK [fedora.linux_system_roles.hpc : Install EPEL release package] ************ task path: /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:12 Monday 01 September 2025 12:26:23 -0400 (0:00:00.605) 0:00:02.127 ****** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [ "Installed /root/.ansible/tmp/ansible-tmp-1756743983.52769-9251-171895804049951/epel-release-latest-9.noarchaa9yloq6.rpm" ] } MSG: Nothing to do TASK [fedora.linux_system_roles.hpc : Deploy the GPG key for NVIDIA repositories] *** task path: /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:18 Monday 01 September 2025 12:26:25 -0400 (0:00:01.992) 0:00:04.119 ****** changed: [managed-node1] => { "changed": true } TASK [fedora.linux_system_roles.hpc : Configure the NVIDIA CUDA repository] **** task path: /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:23 Monday 01 September 2025 12:26:25 -0400 (0:00:00.478) 0:00:04.598 ****** redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf changed: [managed-node1] => { "changed": true, "repo": "nvidia-cuda", "state": "present" } TASK [fedora.linux_system_roles.hpc : Install lvm2 to get lvs command] ********* task path: /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:33 Monday 01 September 2025 12:26:26 -0400 (0:00:00.427) 0:00:05.025 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_manage_storage", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Get current LV size of rootlv] *********** task path: /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:39 Monday 01 September 2025 12:26:26 -0400 (0:00:00.013) 0:00:05.039 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_manage_storage", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Get current LV size of usrlv] ************ task path: /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:46 Monday 01 September 2025 12:26:26 -0400 (0:00:00.012) 0:00:05.052 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_manage_storage", "skip_reason": "Conditional result was False" } TASK [Configure storage] ******************************************************* task path: /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:53 Monday 01 September 2025 12:26:26 -0400 (0:00:00.011) 0:00:05.063 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_manage_storage", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Update RHUI packages from Microsoft repositories] *** task path: /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:84 Monday 01 September 2025 12:26:26 -0400 (0:00:00.011) 0:00:05.074 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_system_vendor == \"Microsoft Corporation\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Explicitly install kernel-devel and kernel-headers packages matching the currently running kernel] *** task path: /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:93 Monday 01 September 2025 12:26:26 -0400 (0:00:00.011) 0:00:05.085 ****** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.hpc : Ensure that dnf-command(versionlock) is installed] *** task path: /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:103 Monday 01 September 2025 12:26:29 -0400 (0:00:02.954) 0:00:08.040 ****** changed: [managed-node1] => { "changed": true, "rc": 0, "results": [ "Installed: python3-dnf-plugin-versionlock-4.3.0-22.el9.noarch" ] } TASK [fedora.linux_system_roles.hpc : Check if kernel versionlock entries exist in local file] *** task path: /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:108 Monday 01 September 2025 12:26:31 -0400 (0:00:02.264) 0:00:10.305 ****** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1662723770.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1756743991.1921656, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 306106, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0644", "mtime": 1662723770.0, "nlink": 1, "path": "/etc/dnf/plugins/versionlock.list", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "version": "544643533", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.hpc : Get content of versionlock file] ********* task path: /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:113 Monday 01 September 2025 12:26:31 -0400 (0:00:00.345) 0:00:10.651 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "cat", "/etc/dnf/plugins/versionlock.list" ], "delta": "0:00:00.002585", "end": "2025-09-01 12:26:32.367568", "rc": 0, "start": "2025-09-01 12:26:32.364983" } TASK [fedora.linux_system_roles.hpc : Prevent installation of all kernel packages of a different version] *** task path: /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:121 Monday 01 September 2025 12:26:32 -0400 (0:00:00.423) 0:00:11.074 ****** changed: [managed-node1] => (item=kernel) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "dnf", "versionlock", "add", "kernel" ], "delta": "0:00:01.049299", "end": "2025-09-01 12:26:33.756037", "item": "kernel", "rc": 0, "start": "2025-09-01 12:26:32.706738" } STDOUT: Last metadata expiration check: 0:00:06 ago on Mon 01 Sep 2025 12:26:27 PM EDT. Adding versionlock on: kernel-0:5.14.0-603.el9.* changed: [managed-node1] => (item=kernel-core) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "dnf", "versionlock", "add", "kernel-core" ], "delta": "0:00:01.049657", "end": "2025-09-01 12:26:35.130802", "item": "kernel-core", "rc": 0, "start": "2025-09-01 12:26:34.081145" } STDOUT: Last metadata expiration check: 0:00:07 ago on Mon 01 Sep 2025 12:26:27 PM EDT. Adding versionlock on: kernel-core-0:5.14.0-603.el9.* changed: [managed-node1] => (item=kernel-modules) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "dnf", "versionlock", "add", "kernel-modules" ], "delta": "0:00:01.069487", "end": "2025-09-01 12:26:36.524329", "item": "kernel-modules", "rc": 0, "start": "2025-09-01 12:26:35.454842" } STDOUT: Last metadata expiration check: 0:00:09 ago on Mon 01 Sep 2025 12:26:27 PM EDT. Adding versionlock on: kernel-modules-0:5.14.0-603.el9.* changed: [managed-node1] => (item=kernel-modules-extra) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "dnf", "versionlock", "add", "kernel-modules-extra" ], "delta": "0:00:01.068157", "end": "2025-09-01 12:26:37.914081", "item": "kernel-modules-extra", "rc": 0, "start": "2025-09-01 12:26:36.845924" } STDOUT: Last metadata expiration check: 0:00:10 ago on Mon 01 Sep 2025 12:26:27 PM EDT. Adding versionlock on: kernel-modules-extra-0:5.14.0-611.el9.* Adding versionlock on: kernel-modules-extra-0:5.14.0-605.el9.* Adding versionlock on: kernel-modules-extra-0:5.14.0-603.el9.* Adding versionlock on: kernel-modules-extra-0:5.14.0-601.el9.* Adding versionlock on: kernel-modules-extra-0:5.14.0-604.el9.* changed: [managed-node1] => (item=kernel-devel) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "dnf", "versionlock", "add", "kernel-devel" ], "delta": "0:00:01.044076", "end": "2025-09-01 12:26:39.280010", "item": "kernel-devel", "rc": 0, "start": "2025-09-01 12:26:38.235934" } STDOUT: Last metadata expiration check: 0:00:11 ago on Mon 01 Sep 2025 12:26:27 PM EDT. Adding versionlock on: kernel-devel-0:5.14.0-603.el9.* changed: [managed-node1] => (item=kernel-headers) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "dnf", "versionlock", "add", "kernel-headers" ], "delta": "0:00:01.063020", "end": "2025-09-01 12:26:40.662467", "item": "kernel-headers", "rc": 0, "start": "2025-09-01 12:26:39.599447" } STDOUT: Last metadata expiration check: 0:00:13 ago on Mon 01 Sep 2025 12:26:27 PM EDT. Adding versionlock on: kernel-headers-0:5.14.0-603.el9.* TASK [fedora.linux_system_roles.hpc : Enable proprietary nvidia-driver] ******** task path: /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:130 Monday 01 September 2025 12:26:40 -0400 (0:00:08.299) 0:00:19.373 ****** Notification for handler Reboot system has been saved. changed: [managed-node1] => { "changed": true, "rc": 0, "results": [ "Module nvidia-driver:575-dkms installed.", "Installed: gsm-1.0.19-6.el9.x86_64", "Installed: libatomic-11.5.0-11.el9.x86_64", "Installed: gstreamer1-1.22.12-3.el9.x86_64", "Installed: libcanberra-0.30-27.el9.x86_64", "Installed: libldac-2.0.2.3-10.el9.x86_64", "Installed: osinfo-db-20250606-1.el9.noarch", "Installed: osinfo-db-tools-1.10.0-1.el9.x86_64", "Installed: libcanberra-gtk3-0.30-27.el9.x86_64", "Installed: gsettings-desktop-schemas-40.0-7.el9.x86_64", "Installed: nvidia-kmod-common-3:575.57.08-1.el9.noarch", "Installed: gstreamer1-plugins-base-1.22.12-4.el9.x86_64", "Installed: harfbuzz-2.7.4-10.el9.x86_64", "Installed: gdk-pixbuf2-2.42.6-6.el9.x86_64", "Installed: ostree-libs-2025.4-2.el9.x86_64", "Installed: cairo-1.17.4-7.el9.x86_64", "Installed: cups-libs-1:2.3.3op2-33.el9.x86_64", "Installed: gdk-pixbuf2-modules-2.42.6-6.el9.x86_64", "Installed: cairo-gobject-1.17.4-7.el9.x86_64", "Installed: p11-kit-server-0.25.3-3.el9.x86_64", "Installed: info-6.7-15.el9.x86_64", "Installed: avahi-glib-0.8-23.el9.x86_64", "Installed: libdatrie-0.2.13-4.el9.x86_64", "Installed: policycoreutils-python-utils-3.6-3.el9.noarch", "Installed: vulkan-loader-1.4.313.0-1.el9.x86_64", "Installed: gtk-update-icon-cache-3.24.31-8.el9.x86_64", "Installed: nvidia-driver-cuda-libs-3:575.57.08-1.el9.x86_64", "Installed: lcms2-2.12-3.el9.x86_64", "Installed: libvorbis-1:1.3.7-5.el9.x86_64", "Installed: librsvg2-2.50.7-3.el9.x86_64", "Installed: rtkit-0.11-29.el9.x86_64", "Installed: libnvidia-cfg-3:575.57.08-1.el9.x86_64", "Installed: poppler-21.01.0-21.el9.x86_64", "Installed: libdrm-2.4.123-2.el9.x86_64", "Installed: libwacom-1.12.1-5.el9.x86_64", "Installed: pango-1.48.7-3.el9.x86_64", "Installed: libsbc-1.4-9.el9.x86_64", "Installed: libwacom-data-1.12.1-5.el9.noarch", "Installed: libwayland-client-1.21.0-1.el9.x86_64", "Installed: poppler-data-0.4.9-9.el9.noarch", "Installed: geoclue2-2.6.0-7.el9.x86_64", "Installed: libwayland-cursor-1.21.0-1.el9.x86_64", "Installed: jbigkit-libs-2.1-23.el9.x86_64", "Installed: kmod-nvidia-latest-dkms-3:575.57.08-1.el9.x86_64", "Installed: libwayland-egl-1.21.0-1.el9.x86_64", "Installed: libwayland-server-1.21.0-1.el9.x86_64", "Installed: gtk3-3.24.31-8.el9.x86_64", "Installed: poppler-glib-21.01.0-21.el9.x86_64", "Installed: libwebp-1.2.0-8.el9.x86_64", "Installed: libnotify-0.7.9-8.el9.x86_64", "Installed: libX11-1.7.0-11.el9.x86_64", "Installed: libepoxy-1.5.5-4.el9.x86_64", "Installed: libX11-common-1.7.0-11.el9.noarch", "Installed: patch-2.7.6-16.el9.x86_64", "Installed: webkit2gtk3-jsc-2.48.5-1.el9.x86_64", "Installed: libogg-2:1.3.4-6.el9.x86_64", "Installed: libX11-devel-1.7.0-11.el9.x86_64", "Installed: webrtc-audio-processing-0.3.1-8.el9.x86_64", "Installed: libX11-xcb-1.7.0-11.el9.x86_64", "Installed: libevdev-1.11.0-3.el9.x86_64", "Installed: giflib-5.2.1-9.el9.x86_64", "Installed: nvidia-libXNVCtrl-3:575.57.08-1.el9.x86_64", "Installed: libxcb-1.13.1-9.el9.x86_64", "Installed: libxcb-devel-1.13.1-9.el9.x86_64", "Installed: libexif-0.6.22-6.el9.x86_64", "Installed: flac-libs-1.3.3-12.el9.x86_64", "Installed: libXau-1.0.9-8.el9.x86_64", "Installed: libXau-devel-1.0.9-8.el9.x86_64", "Installed: libsndfile-1.0.31-9.el9.x86_64", "Installed: wireplumber-0.4.14-1.el9.x86_64", "Installed: dconf-0.40.0-6.el9.x86_64", "Installed: libosinfo-1.10.0-1.el9.x86_64", "Installed: flatpak-1.12.9-4.el9.x86_64", "Installed: libXcomposite-0.4.5-7.el9.x86_64", "Installed: libsoup-2.72.0-10.el9.x86_64", "Installed: wireplumber-libs-0.4.14-1.el9.x86_64", "Installed: libXcursor-1.2.0-7.el9.x86_64", "Installed: libxkbcommon-1.0.3-4.el9.x86_64", "Installed: libXdamage-1.1.5-7.el9.x86_64", "Installed: libXdmcp-1.1.3-8.el9.x86_64", "Installed: libxkbfile-1.1.0-8.el9.x86_64", "Installed: libXext-1.3.4-8.el9.x86_64", "Installed: libfontenc-1.1.3-17.el9.x86_64", "Installed: flatpak-selinux-1.12.9-4.el9.noarch", "Installed: libXfixes-5.0.3-16.el9.x86_64", "Installed: mesa-dri-drivers-25.0.7-2.el9.x86_64", "Installed: totem-pl-parser-3.26.6-2.el9.x86_64", "Installed: libXfont2-2.0.3-12.el9.x86_64", "Installed: flatpak-session-helper-1.12.9-4.el9.x86_64", "Installed: libXft-2.3.3-8.el9.x86_64", "Installed: libgudev-237-1.el9.x86_64", "Installed: ModemManager-glib-1.20.2-1.el9.x86_64", "Installed: libxshmfence-1.3-10.el9.x86_64", "Installed: libXi-1.7.10-8.el9.x86_64", "Installed: libgusb-0.3.8-2.el9.x86_64", "Installed: mesa-filesystem-25.0.7-2.el9.x86_64", "Installed: libXinerama-1.1.4-10.el9.x86_64", "Installed: tracker-3.1.2-3.el9.x86_64", "Installed: kernel-devel-matched-5.14.0-603.el9.x86_64", "Installed: ocl-icd-2.2.13-4.el9.x86_64", "Installed: mesa-libEGL-25.0.7-2.el9.x86_64", "Installed: tracker-miners-3.1.2-4.el9.x86_64", "Installed: nvidia-libXNVCtrl-devel-3:575.57.08-1.el9.x86_64", "Installed: pipewire-1.0.1-1.el9.x86_64", "Installed: libstemmer-0-18.585svn.el9.x86_64", "Installed: exempi-2.6.0-0.2.20211007gite23c213.el9.x86_64", "Installed: libXrandr-1.5.2-8.el9.x86_64", "Installed: exiv2-0.27.5-2.el9.x86_64", "Installed: mesa-libGL-25.0.7-2.el9.x86_64", "Installed: pipewire-alsa-1.0.1-1.el9.x86_64", "Installed: libXrender-0.9.10-16.el9.x86_64", "Installed: exiv2-libs-0.27.5-2.el9.x86_64", "Installed: xdg-dbus-proxy-0.1.3-1.el9.x86_64", "Installed: xdg-desktop-portal-1.12.6-1.el9.x86_64", "Installed: libgexiv2-0.14.3-1.el9.x86_64", "Installed: libusbx-1.0.26-1.el9.x86_64", "Installed: fontconfig-2.14.0-2.el9.x86_64", "Installed: libXtst-1.2.3-16.el9.x86_64", "Installed: libglvnd-1:1.3.4-1.el9.x86_64", "Installed: xdg-desktop-portal-gtk-1.12.0-3.el9.x86_64", "Installed: libXv-1.0.11-16.el9.x86_64", "Installed: polkit-0.117-14.el9.x86_64", "Installed: libnvidia-fbc-3:575.57.08-1.el9.x86_64", "Installed: libnvidia-gpucomp-3:575.57.08-1.el9.x86_64", "Installed: libglvnd-egl-1:1.3.4-1.el9.x86_64", "Installed: libXxf86vm-1.1.4-18.el9.x86_64", "Installed: xorg-x11-nvidia-3:575.57.08-1.el9.x86_64", "Installed: polkit-libs-0.117-14.el9.x86_64", "Installed: libglvnd-gles-1:1.3.4-1.el9.x86_64", "Installed: mesa-libgbm-25.0.7-2.el9.x86_64", "Installed: polkit-pkla-compat-0.1-21.el9.x86_64", "Installed: hicolor-icon-theme-0.17-13.el9.noarch", "Installed: libglvnd-glx-1:1.3.4-1.el9.x86_64", "Installed: pipewire-jack-audio-connection-kit-1.0.1-1.el9.x86_64", "Installed: json-glib-1.6.6-1.el9.x86_64", "Installed: ed-1.14.2-12.el9.x86_64", "Installed: fdk-aac-free-2.0.0-8.el9.x86_64", "Installed: libglvnd-opengl-1:1.3.4-1.el9.x86_64", "Installed: nvidia-driver-3:575.57.08-1.el9.x86_64", "Installed: nvidia-modprobe-3:575.57.08-1.el9.x86_64", "Installed: pipewire-jack-audio-connection-kit-libs-1.0.1-1.el9.x86_64", "Installed: xkbcomp-1.4.4-4.el9.x86_64", "Installed: xkeyboard-config-2.33-2.el9.noarch", "Installed: libappstream-glib-0.7.18-5.el9.x86_64", "Installed: xml-common-0.6.3-58.el9.noarch", "Installed: adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch", "Installed: libnvidia-ml-3:575.57.08-1.el9.x86_64", "Installed: libthai-0.1.28-8.el9.x86_64", "Installed: pipewire-libs-1.0.1-1.el9.x86_64", "Installed: libtheora-1:1.1.1-31.el9.x86_64", "Installed: egl-gbm-2:1.1.2.1-1.el9.x86_64", "Installed: shared-mime-info-2.1-5.el9.x86_64", "Installed: pipewire-pulseaudio-1.0.1-1.el9.x86_64", "Installed: libtiff-4.4.0-15.el9.x86_64", "Installed: libgsf-1.14.47-5.el9.x86_64", "Installed: mesa-vulkan-drivers-25.0.7-2.el9.x86_64", "Installed: sound-theme-freedesktop-0.8-17.el9.noarch", "Installed: pixman-0.40.0-6.el9.x86_64", "Installed: egl-wayland-1.1.20-1.el9.x86_64", "Installed: libasyncns-0.8-22.el9.x86_64", "Installed: at-spi2-atk-2.38.0-4.el9.x86_64", "Installed: opencl-filesystem-1.0-15.el9.noarch", "Installed: at-spi2-core-2.40.3-1.el9.x86_64", "Installed: libproxy-webkitgtk4-0.4.15-35.el9.x86_64", "Installed: xorg-x11-drv-libinput-1.0.1-4.el9.x86_64", "Installed: atk-2.36.0-5.el9.x86_64", "Installed: openjpeg2-2.4.0-8.el9.x86_64", "Installed: egl-x11-1.0.3-1.el9.x86_64", "Installed: libtracker-sparql-3.1.2-3.el9.x86_64", "Installed: fribidi-1.0.10-6.el9.2.x86_64", "Installed: nvidia-driver-libs-3:575.57.08-1.el9.x86_64", "Installed: colord-libs-1.4.5-4.el9.x86_64", "Installed: nvidia-persistenced-3:575.57.08-1.el9.x86_64", "Installed: spirv-tools-libs-2025.2-1.el9.x86_64", "Installed: upower-0.99.11-11.el9.x86_64", "Installed: libgxps-0.3.2-3.el9.x86_64", "Installed: abattis-cantarell-fonts-0.301-4.el9.noarch", "Installed: xorg-x11-proto-devel-2024.1-1.el9.noarch", "Installed: llvm-filesystem-20.1.8-3.el9.x86_64", "Installed: adwaita-cursor-theme-40.1.1-3.el9.noarch", "Installed: composefs-libs-1.0.8-1.el9.x86_64", "Installed: xorg-x11-server-Xorg-1.20.11-31.el9.x86_64", "Installed: adwaita-icon-theme-40.1.1-3.el9.noarch", "Installed: freetype-2.10.4-11.el9.x86_64", "Installed: iso-codes-4.6.0-3.el9.noarch", "Installed: llvm-libs-20.1.8-3.el9.x86_64", "Installed: fuse-2.9.9-17.el9.x86_64", "Installed: xorg-x11-server-common-1.20.11-31.el9.x86_64", "Installed: bluez-libs-5.72-4.el9.x86_64", "Installed: fuse-common-3.10.2-9.el9.x86_64", "Installed: nvidia-settings-3:575.57.08-1.el9.x86_64", "Installed: bubblewrap-0.6.3-1.el9.x86_64", "Installed: alsa-lib-1.2.14-1.el9.x86_64", "Installed: libvdpau-1.5-1.el9.x86_64", "Installed: libpciaccess-0.16-7.el9.x86_64", "Installed: glib-networking-2.68.3-3.el9.x86_64", "Installed: pulseaudio-libs-15.0-3.el9.x86_64", "Installed: libinput-1.19.3-7.el9.x86_64", "Installed: libpng-2:1.6.37-12.el9.x86_64", "Installed: libproxy-0.4.15-35.el9.x86_64", "Installed: graphene-1.10.6-2.el9.x86_64", "Installed: libiptcdata-1.0.5-10.el9.x86_64", "Installed: dkms-3.2.1-1.el9.noarch", "Installed: nvidia-xconfig-3:575.57.08-1.el9.x86_64", "Installed: opus-1.3.1-10.el9.x86_64", "Installed: orc-0.4.31-8.el9.x86_64", "Installed: low-memory-monitor-2.1-4.el9.x86_64", "Installed: graphite2-1.3.14-9.el9.x86_64", "Installed: nvidia-driver-cuda-3:575.57.08-1.el9.x86_64", "Installed: mtdev-1.1.5-22.el9.x86_64", "Installed: libjpeg-turbo-2.0.90-7.el9.x86_64" ] } TASK [fedora.linux_system_roles.hpc : Install CUDA driver] ********************* task path: /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:140 Monday 01 September 2025 12:32:36 -0400 (0:05:55.735) 0:06:15.108 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_cuda_driver", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Enable nvidia-persistenced.service] ****** task path: /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:146 Monday 01 September 2025 12:32:36 -0400 (0:00:00.012) 0:06:15.120 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_cuda_driver", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Install CUDA Toolkit] ******************** task path: /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:151 Monday 01 September 2025 12:32:36 -0400 (0:00:00.011) 0:06:15.132 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_cuda_toolkit", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Install NVIDIA NCCL] ********************* task path: /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:160 Monday 01 September 2025 12:32:36 -0400 (0:00:00.010) 0:06:15.142 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_hpc_nvidia_nccl", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Install NVIDIA Fabric Manager] *********** task path: /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:167 Monday 01 September 2025 12:32:36 -0400 (0:00:00.010) 0:06:15.153 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_nvidia_fabric_manager", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Install NVIDIA RDMA packages] ************ task path: /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:174 Monday 01 September 2025 12:32:36 -0400 (0:00:00.011) 0:06:15.164 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_nvidia_rdma", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Enable RDMA in waagent configuration] **** task path: /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:183 Monday 01 September 2025 12:32:36 -0400 (0:00:00.011) 0:06:15.175 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_nvidia_rdma", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.hpc : Install openmpi] ************************* task path: /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:193 Monday 01 September 2025 12:32:36 -0400 (0:00:00.009) 0:06:15.185 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_install_openmpi", "skip_reason": "Conditional result was False" } NOTIFIED HANDLER fedora.linux_system_roles.hpc : Reboot system for managed-node1 RUNNING HANDLER [fedora.linux_system_roles.hpc : Reboot system] **************** task path: /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/handlers/main.yml:3 Monday 01 September 2025 12:32:36 -0400 (0:00:00.018) 0:06:15.203 ****** included: /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/reboot.yml for managed-node1 RUNNING HANDLER [fedora.linux_system_roles.hpc : Reboot system when hpc_reboot_ok is true] *** task path: /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/reboot.yml:3 Monday 01 September 2025 12:32:36 -0400 (0:00:00.014) 0:06:15.218 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "hpc_reboot_ok | bool", "skip_reason": "Conditional result was False" } RUNNING HANDLER [fedora.linux_system_roles.hpc : Notify about reboot] ********** task path: /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/reboot.yml:7 Monday 01 September 2025 12:32:36 -0400 (0:00:00.027) 0:06:15.246 ****** ok: [managed-node1] => {} MSG: A reboot is required in order to apply the changes. RUNNING HANDLER [fedora.linux_system_roles.hpc : Set hpc_reboot_required] ****** task path: /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/reboot.yml:12 Monday 01 September 2025 12:32:36 -0400 (0:00:00.014) 0:06:15.260 ****** ok: [managed-node1] => { "ansible_facts": { "hpc_reboot_required": true }, "changed": false } PLAY RECAP ********************************************************************* managed-node1 : ok=18 changed=5 unreachable=0 failed=0 skipped=14 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Monday 01 September 2025 12:32:36 -0400 (0:00:00.013) 0:06:15.274 ****** =============================================================================== fedora.linux_system_roles.hpc : Enable proprietary nvidia-driver ------ 355.74s /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:130 fedora.linux_system_roles.hpc : Prevent installation of all kernel packages of a different version --- 8.30s /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:121 fedora.linux_system_roles.hpc : Explicitly install kernel-devel and kernel-headers packages matching the currently running kernel --- 2.95s /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:93 fedora.linux_system_roles.hpc : Ensure that dnf-command(versionlock) is installed --- 2.26s /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:103 fedora.linux_system_roles.hpc : Install EPEL release package ------------ 1.99s /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:12 fedora.linux_system_roles.hpc : Ensure ansible_facts used by role ------- 0.99s /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/set_vars.yml:2 fedora.linux_system_roles.hpc : Deploy the GPG key for RHEL EPEL repository --- 0.61s /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:6 fedora.linux_system_roles.hpc : Deploy the GPG key for NVIDIA repositories --- 0.48s /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:18 fedora.linux_system_roles.hpc : Configure the NVIDIA CUDA repository ---- 0.43s /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:23 fedora.linux_system_roles.hpc : Get content of versionlock file --------- 0.42s /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:113 fedora.linux_system_roles.hpc : Check if system is ostree --------------- 0.42s /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/set_vars.yml:10 fedora.linux_system_roles.hpc : Check if kernel versionlock entries exist in local file --- 0.35s /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:108 fedora.linux_system_roles.hpc : Set platform/version specific variables --- 0.04s /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/set_vars.yml:19 fedora.linux_system_roles.hpc : Reboot system when hpc_reboot_ok is true --- 0.03s /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/reboot.yml:3 fedora.linux_system_roles.hpc : Set platform/version specific variables --- 0.03s /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:3 fedora.linux_system_roles.hpc : Set flag to indicate system is ostree --- 0.02s /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/set_vars.yml:15 fedora.linux_system_roles.hpc : Install openmpi ------------------------- 0.02s /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:193 fedora.linux_system_roles.hpc : Notify about reboot --------------------- 0.01s /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/reboot.yml:7 fedora.linux_system_roles.hpc : Reboot system --------------------------- 0.01s /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/handlers/main.yml:3 fedora.linux_system_roles.hpc : Install lvm2 to get lvs command --------- 0.01s /tmp/collections-f9R/ansible_collections/fedora/linux_system_roles/roles/hpc/tasks/main.yml:33