# STDOUT: ---v---v---v---v---v--- Using /etc/ansible/ansible.cfg as config file PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* ok: [18.219.212.59] TASK [include_tasks] *********************************************************** included: /CONFIG/guest-setup/pre-artifact-installation/install-python.yaml for 18.219.212.59 TASK [Determine target architecture] ******************************************* ok: [18.219.212.59] => { "changed": false, "rc": 0 } STDOUT: x86_64 STDERR: Shared connection to 18.219.212.59 closed. TASK [Install dependencies to unpack the runtime] ****************************** fatal: [18.219.212.59]: FAILED! => { "changed": true, "rc": 1 } STDOUT: CentOS Stream 8 - Ap [=== ] --- B/s | 0 B --:-- ETA CentOS Stream 8 - AppStream 0.0 B/s | 0 B 00:00 Errors during downloading metadata for repository 'appstream': - Curl error (6): Couldn't resolve host name for http://mirrorlist.centos.org/?release=8-stream&arch=x86_64&repo=AppStream&infra=ec2 [Could not resolve host: mirrorlist.centos.org] Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for http://mirrorlist.centos.org/?release=8-stream&arch=x86_64&repo=AppStream&infra=ec2 [Could not resolve host: mirrorlist.centos.org] CentOS Stream 8 - Ap [=== ] --- B/s | 0 B --:-- ETA CentOS Stream 8 - AppStream 0.0 B/s | 0 B 00:00 Errors during downloading metadata for repository 'appstream': - Curl error (6): Couldn't resolve host name for http://mirrorlist.centos.org/?release=8-stream&arch=x86_64&repo=AppStream&infra=ec2 [Could not resolve host: mirrorlist.centos.org] Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for http://mirrorlist.centos.org/?release=8-stream&arch=x86_64&repo=AppStream&infra=ec2 [Could not resolve host: mirrorlist.centos.org] STDERR: Shared connection to 18.219.212.59 closed. MSG: non-zero return code ...ignoring TASK [Fetch the custom Python runtime] ***************************************** ok: [18.219.212.59] => { "attempts": 1, "changed": false, "rc": 0 } STDOUT: + mkdir -p /var/opt/standalone-python + curl 'https://gitlab.com/api/v4/projects/75476709/jobs/artifacts/main/raw/dist/build-x86_64.tar.gz?job=build_cpython%3A%20%5Bx86_64%5D' + tar -C /var/opt/standalone-python -xzf - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 23 127M 23 30.6M 0 0 32.4M 0 0:00:03 --:--:-- 0:00:03 32.4M 56 127M 56 72.4M 0 0 36.9M 0 0:00:03 0:00:01 0:00:02 36.9M 87 127M 87 111M 0 0 37.5M 0 0:00:03 0:00:02 0:00:01 37.5M 100 127M 100 127M 0 0 37.6M 0 0:00:03 0:00:03 --:--:-- 37.6M STDERR: Shared connection to 18.219.212.59 closed. TASK [Override Python runtime for the Ansible target] ************************** ok: [18.219.212.59] => { "ansible_facts": { "ansible_python_interpreter": "/var/opt/standalone-python/bin/python3" }, "changed": false } TASK [Detected package manager] ************************************************ ok: [18.219.212.59] => {} MSG: ansible_pkg_mgr=dnf TASK [Fix incorrect yum package manager detection on Fedora (Ansible 2.16 workaround)] *** skipping: [18.219.212.59] => { "changed": false, "false_condition": "ansible_distribution == \"Fedora\"", "skip_reason": "Conditional result was False" } TASK [Override package manager module] ***************************************** ok: [18.219.212.59] => { "ansible_facts": { "ansible_package_use": "testing_farm_profiles.library.dnf_yum_cli" }, "changed": false } TASK [Detected package manager (after override)] ******************************* ok: [18.219.212.59] => {} MSG: ansible_pkg_mgr=dnf, _pkg_module=undefined TASK [testing_farm_profiles.library.update_and_reboot] ************************* TASK [testing_farm_profiles.workarounds.centos_eol : Parse NAME from /etc/os-release] *** ok: [18.219.212.59] => { "changed": false, "rc": 0 } STDOUT: CentOS Stream STDERR: Shared connection to 18.219.212.59 closed. TASK [testing_farm_profiles.workarounds.centos_eol : Set _centos_eol_os_release_name fact] *** ok: [18.219.212.59] => { "ansible_facts": { "_centos_eol_os_release_name": "CentOS Stream" }, "changed": false } TASK [testing_farm_profiles.workarounds.centos_eol : Parse VERSION_ID from /etc/os-release] *** ok: [18.219.212.59] => { "changed": false, "rc": 0 } STDOUT: 8 STDERR: Shared connection to 18.219.212.59 closed. TASK [testing_farm_profiles.workarounds.centos_eol : Set _centos_eol_os_release_version_id fact] *** ok: [18.219.212.59] => { "ansible_facts": { "_centos_eol_os_release_version_id": "8" }, "changed": false } TASK [testing_farm_profiles.workarounds.centos_eol : Fix repositories (CentOS 6)] *** skipping: [18.219.212.59] => { "changed": false, "false_condition": "_centos_eol_os_release_name == \"CentOS Linux\"", "skip_reason": "Conditional result was False" } TASK [testing_farm_profiles.workarounds.centos_eol : Use vault.centos.org repos (CentOS 7)] *** skipping: [18.219.212.59] => { "changed": false, "false_condition": "_centos_eol_os_release_name == \"CentOS Linux\"", "skip_reason": "Conditional result was False" } TASK [testing_farm_profiles.workarounds.centos_eol : Use vault.centos.org repos (CentOS 8)] *** skipping: [18.219.212.59] => { "changed": false, "false_condition": "_centos_eol_os_release_name == \"CentOS Linux\"", "skip_reason": "Conditional result was False" } TASK [testing_farm_profiles.workarounds.centos_eol : Use vault.centos.org repos (CentOS Stream 8)] *** changed: [18.219.212.59] => { "changed": true, "rc": 0 } STDERR: Shared connection to 18.219.212.59 closed. TASK [testing_farm_profiles.workarounds.eng_bos : Replace download.eng.bos with download.devel] *** changed: [18.219.212.59] => { "changed": true, "failed_when_result": false, "rc": 0 } STDERR: Shared connection to 18.219.212.59 closed. TASK [testing_farm_profiles.library.bootstrap_ansible : Detect immutable OS] *** ok: [18.219.212.59] => { "changed": false, "failed_when_result": false, "rc": 1 } STDERR: Shared connection to 18.219.212.59 closed. MSG: non-zero return code TASK [testing_farm_profiles.library.bootstrap_ansible : Install the very basic packages to bootstrap Ansible] *** ok: [18.219.212.59] => { "attempts": 1, "changed": false, "rc": 0 } STDOUT: + command -v dnf5 + command -v dnf + dnf install -y --skip-broken python python3 python-dnf python3-dnf python-libselinux python3-libselinux curl tar CentOS Stream 8 - Ap [=== ] --- B/s | 0 B --:-- ETA CentOS Stream 8 - AppStream 153 MB/s | 29 MB 00:00 CentOS Stream 8 - Ba [=== ] --- B/s | 0 B --:-- ETA CentOS Stream 8 - BaseOS 110 MB/s | 10 MB 00:00 CentOS Stream 8 - Ex [ === ] --- B/s | 0 B --:-- ETA CentOS Stream 8 - Extras 468 kB/s | 18 kB 00:00 CentOS Stream 8 - Ex [ === ] --- B/s | 0 B --:-- ETA CentOS Stream 8 - Extras common packages 209 kB/s | 8.0 kB 00:00 No match for argument: python There are following alternatives for "python": python2, python3.11, python3.12, python36, python38, python39 No match for argument: python-dnf Package python3-dnf-4.7.0-20.el8.noarch is already installed. No match for argument: python-libselinux Package python3-libselinux-2.9-8.el8.x86_64 is already installed. Package curl-7.61.1-34.el8.x86_64 is already installed. Package tar-2:1.30-9.el8.x86_64 is already installed. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: python36 x86_64 3.6.8-39.module_el8+762+77bd8591 appstream 19 k Installing dependencies: python3-pip noarch 9.0.3-24.el8 appstream 20 k Enabling module streams: python36 3.6 Transaction Summary ================================================================================ Install 2 Packages Total download size: 40 k Installed size: 16 k Downloading Packages: (1/2): python3-pip-9 0% [ ] --- B/s | 0 B --:-- ETA (1/2): python3-pip-9.0.3-24.el8.noarch.rpm 1.0 MB/s | 20 kB 00:00 (2/2): python36-3.6. 51% [========== ] 1.0 MB/s | 20 kB 00:00 ETA (2/2): python36-3.6.8-39.module_el8+762+77bd859 798 kB/s | 19 kB 00:00 -------------------------------------------------------------------------------- Total 1.4 MB/s | 40 kB 00:00 CentOS Stream 8 - Ap [ === ] --- B/s | 0 B --:-- ETA CentOS Stream 8 - AppStream 1.6 MB/s | 1.6 kB 00:00 Importing GPG key 0x8483C65D: Userid : "CentOS (CentOS Official Signing Key) " Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D From : /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial Key imported successfully Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : [========================= ] 1/1 Preparing : 1/1 Installing : python36-3.6.8-39.module_ [ ] 1/2 Installing : python36-3.6.8-39.module_ [= ] 1/2 Installing : python36-3.6.8-39.module_ [========================= ] 1/2 Installing : python36-3.6.8-39.module_el8+762+77bd8591.x86_64 1/2 Running scriptlet: python36-3.6.8-39.module_el8+762+77bd8591.x86_64 1/2 Installing : python3-pip-9.0.3-24.el8. [ ] 2/2 Installing : python3-pip-9.0.3-24.el8. [== ] 2/2 Installing : python3-pip-9.0.3-24.el8. [=== ] 2/2 Installing : python3-pip-9.0.3-24.el8. [====== ] 2/2 Installing : python3-pip-9.0.3-24.el8. [======= ] 2/2 Installing : python3-pip-9.0.3-24.el8. [================ ] 2/2 Installing : python3-pip-9.0.3-24.el8. [================= ] 2/2 Installing : python3-pip-9.0.3-24.el8. [======================== ] 2/2 Installing : python3-pip-9.0.3-24.el8.noarch 2/2 Running scriptlet: python3-pip-9.0.3-24.el8.noarch 2/2 Verifying : python3-pip-9.0.3-24.el8.noarch 1/2 Verifying : python36-3.6.8-39.module_el8+762+77bd8591.x86_64 2/2 Installed: python3-pip-9.0.3-24.el8.noarch python36-3.6.8-39.module_el8+762+77bd8591.x86_64 Complete! STDERR: Shared connection to 18.219.212.59 closed. TASK [testing_farm_profiles.library.bootstrap_ansible : Determine target architecture] *** ok: [18.219.212.59] => { "changed": false, "rc": 0 } STDOUT: x86_64 STDERR: Shared connection to 18.219.212.59 closed. TASK [testing_farm_profiles.library.bootstrap_ansible : Fetch the custom Python runtime] *** ok: [18.219.212.59] => { "attempts": 1, "changed": false, "rc": 0 } STDOUT: + mkdir -p /var/opt/standalone-python + curl 'https://gitlab.com/api/v4/projects/75476709/jobs/artifacts/main/raw/dist/build-x86_64.tar.gz?job=build_cpython%3A%20%5Bx86_64%5D' + tar -C /var/opt/standalone-python -xzf - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 26 127M 26 33.6M 0 0 29.8M 0 0:00:04 0:00:01 0:00:03 29.7M 50 127M 50 64.3M 0 0 30.4M 0 0:00:04 0:00:02 0:00:02 30.4M 72 127M 72 92.2M 0 0 29.7M 0 0:00:04 0:00:03 0:00:01 29.7M 98 127M 98 125M 0 0 30.6M 0 0:00:04 0:00:04 --:--:-- 30.6M 100 127M 100 127M 0 0 30.4M 0 0:00:04 0:00:04 --:--:-- 31.9M STDERR: Shared connection to 18.219.212.59 closed. TASK [testing_farm_profiles.library.bootstrap_ansible : Override Python runtime for the Ansible target] *** ok: [18.219.212.59] => { "ansible_facts": { "ansible_python_interpreter": "/var/opt/standalone-python/bin/python3" }, "changed": false } TASK [testing_farm_profiles.library.bootstrap_ansible : Gather Python interpreter info] *** ok: [18.219.212.59] => { "arch": "x86_64", "changed": false, "executable": "/var/opt/standalone-python/bin/python3", "version": "3.12.11" } TASK [testing_farm_profiles.library.bootstrap_ansible : Export Python interpreter info as JSON for goss tests] *** changed: [18.219.212.59] => { "changed": true, "checksum": "a91567415c3c0e3c4b450039b5c581ea9364d59f", "dest": "/var/tmp/python.json", "gid": 0, "group": "root", "md5sum": "8d65a6b88db3a2b8086807b6f9beee29", "mode": "0644", "owner": "root", "size": 157, "src": "/root/.ansible/tmp/ansible-tmp-1787328765.0326471-3765-66841089544995/source", "state": "file", "uid": 0 } TASK [testing_farm_profiles.library.facts : Populate facts] ******************** ok: [18.219.212.59] TASK [testing_farm_profiles.library.facts : Override package manager module] *** ok: [18.219.212.59] => { "ansible_facts": { "ansible_package_use": "testing_farm_profiles.library.dnf_yum_cli" }, "changed": false } TASK [testing_farm_profiles.library.facts : Populate service facts] ************ ok: [18.219.212.59] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "auto-cpufreq.service": { "name": "auto-cpufreq.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "chrony-dnssrv@.service": { "name": "chrony-dnssrv@.service", "source": "systemd", "state": "unknown", "status": "static" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cockpit-motd.service": { "name": "cockpit-motd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cockpit-wsinstance-http.service": { "name": "cockpit-wsinstance-http.service", "source": "systemd", "state": "inactive", "status": "static" }, "cockpit-wsinstance-https-factory@.service": { "name": "cockpit-wsinstance-https-factory@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cockpit-wsinstance-https@.service": { "name": "cockpit-wsinstance-https@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cockpit.service": { "name": "cockpit.service", "source": "systemd", "state": "inactive", "status": "static" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "static" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "running", "status": "static" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "halt-local.service": { "name": "halt-local.service", "source": "systemd", "state": "inactive", "status": "static" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "import-state.service": { "name": "import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "loadmodules.service": { "name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "messagebus.service": { "name": "messagebus.service", "source": "systemd", "state": "active", "status": "static" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-convert.service": { "name": "nfs-convert.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "packagekit-offline-update.service": { "name": "packagekit-offline-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "packagekit.service": { "name": "packagekit.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "running", "status": "static" }, "power-profiles-daemon.service": { "name": "power-profiles-daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "indirect" }, "serial-getty@ttyS0.service": { "name": "serial-getty@ttyS0.service", "source": "systemd", "state": "running", "status": "active" }, "setroubleshootd.service": { "name": "setroubleshootd.service", "source": "systemd", "state": "inactive", "status": "static" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "active", "status": "enabled" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-coredump@0.service": { "name": "systemd-coredump@0.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "masked" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "tcsd.service": { "name": "tcsd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "timedatex.service": { "name": "timedatex.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "tlp.service": { "name": "tlp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "tuned.service": { "name": "tuned.service", "source": "systemd", "state": "running", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } TASK [testing_farm_profiles.library.facts : Dump known variables] ************** ok: [18.219.212.59] => { "vars": { "GUEST_DOMAINNAME": "host.example.com", "GUEST_HOSTNAME": "18.219.212.59", "GUEST_SETUP_STAGE": "pre-artifact-installation", "IMAGE_NAME": "CentOS-Stream-8", "TESTING_FARM_REQUEST_ID": "d109fc76-6656-4052-b4fb-23efa8e45e96", "UPDATE_FROM_ARTIFACTS": false, "_bootstrap_ansible_immutable_os": { "changed": false, "failed": false, "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "stderr": "Shared connection to 18.219.212.59 closed.\r\n", "stderr_lines": [ "Shared connection to 18.219.212.59 closed." ], "stdout": "", "stdout_lines": [] }, "_bootstrap_ansible_install_result": { "attempts": 1, "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 18.219.212.59 closed.\r\n", "stderr_lines": [ "Shared connection to 18.219.212.59 closed." ], "stdout": "+ command -v dnf5\r\n+ command -v dnf\r\n+ dnf install -y --skip-broken python python3 python-dnf python3-dnf python-libselinux python3-libselinux curl tar\r\nCentOS Stream 8 - Ap [=== ] --- B/s | 0 B --:-- ETA\rCentOS Stream 8 - AppStream 153 MB/s | 29 MB 00:00 \r\nCentOS Stream 8 - Ba [=== ] --- B/s | 0 B --:-- ETA\rCentOS Stream 8 - BaseOS 110 MB/s | 10 MB 00:00 \r\nCentOS Stream 8 - Ex [ === ] --- B/s | 0 B --:-- ETA\rCentOS Stream 8 - Extras 468 kB/s | 18 kB 00:00 \r\nCentOS Stream 8 - Ex [ === ] --- B/s | 0 B --:-- ETA\rCentOS Stream 8 - Extras common packages 209 kB/s | 8.0 kB 00:00 \r\nNo match for argument: python\r\nThere are following alternatives for \"python\": python2, python3.11, python3.12, python36, python38, python39\r\nNo match for argument: python-dnf\r\nPackage python3-dnf-4.7.0-20.el8.noarch is already installed.\r\nNo match for argument: python-libselinux\r\nPackage python3-libselinux-2.9-8.el8.x86_64 is already installed.\r\nPackage curl-7.61.1-34.el8.x86_64 is already installed.\r\nPackage tar-2:1.30-9.el8.x86_64 is already installed.\r\nDependencies resolved.\r\n================================================================================\r\n Package Arch Version Repository Size\r\n================================================================================\r\nInstalling:\r\n python36 x86_64 3.6.8-39.module_el8+762+77bd8591 appstream 19 k\r\nInstalling dependencies:\r\n python3-pip noarch 9.0.3-24.el8 appstream 20 k\r\nEnabling module streams:\r\n python36 3.6 \r\n\r\nTransaction Summary\r\n================================================================================\r\nInstall 2 Packages\r\n\r\nTotal download size: 40 k\r\nInstalled size: 16 k\r\nDownloading Packages:\r\n(1/2): python3-pip-9 0% [ ] --- B/s | 0 B --:-- ETA\r(1/2): python3-pip-9.0.3-24.el8.noarch.rpm 1.0 MB/s | 20 kB 00:00 \r\n(2/2): python36-3.6. 51% [========== ] 1.0 MB/s | 20 kB 00:00 ETA\r(2/2): python36-3.6.8-39.module_el8+762+77bd859 798 kB/s | 19 kB 00:00 \r\n--------------------------------------------------------------------------------\r\nTotal 1.4 MB/s | 40 kB 00:00 \r\nCentOS Stream 8 - Ap [ === ] --- B/s | 0 B --:-- ETA\rCentOS Stream 8 - AppStream 1.6 MB/s | 1.6 kB 00:00 \r\nImporting GPG key 0x8483C65D:\r\n Userid : \"CentOS (CentOS Official Signing Key) \"\r\n Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D\r\n From : /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial\r\nKey imported successfully\r\nRunning transaction check\r\nTransaction check succeeded.\r\nRunning transaction test\r\nTransaction test succeeded.\r\nRunning transaction\r\n\r Preparing : [========================= ] 1/1\r Preparing : 1/1 \r\n\r Installing : python36-3.6.8-39.module_ [ ] 1/2\r Installing : python36-3.6.8-39.module_ [= ] 1/2\r Installing : python36-3.6.8-39.module_ [========================= ] 1/2\r Installing : python36-3.6.8-39.module_el8+762+77bd8591.x86_64 1/2 \r\n\r Running scriptlet: python36-3.6.8-39.module_el8+762+77bd8591.x86_64 1/2 \r\n\r Installing : python3-pip-9.0.3-24.el8. [ ] 2/2\r Installing : python3-pip-9.0.3-24.el8. [== ] 2/2\r Installing : python3-pip-9.0.3-24.el8. [=== ] 2/2\r Installing : python3-pip-9.0.3-24.el8. [====== ] 2/2\r Installing : python3-pip-9.0.3-24.el8. [======= ] 2/2\r Installing : python3-pip-9.0.3-24.el8. [================ ] 2/2\r Installing : python3-pip-9.0.3-24.el8. [================= ] 2/2\r Installing : python3-pip-9.0.3-24.el8. [======================== ] 2/2\r Installing : python3-pip-9.0.3-24.el8.noarch 2/2 \r\n\r Running scriptlet: python3-pip-9.0.3-24.el8.noarch 2/2 \r\n\r Verifying : python3-pip-9.0.3-24.el8.noarch 1/2 \r\n\r Verifying : python36-3.6.8-39.module_el8+762+77bd8591.x86_64 2/2 \r\n\r\nInstalled:\r\n python3-pip-9.0.3-24.el8.noarch \r\n python36-3.6.8-39.module_el8+762+77bd8591.x86_64 \r\n\r\nComplete!\r\n", "stdout_lines": [ "+ command -v dnf5", "+ command -v dnf", "+ dnf install -y --skip-broken python python3 python-dnf python3-dnf python-libselinux python3-libselinux curl tar", "CentOS Stream 8 - Ap [=== ] --- B/s | 0 B --:-- ETA", "CentOS Stream 8 - AppStream 153 MB/s | 29 MB 00:00 ", "CentOS Stream 8 - Ba [=== ] --- B/s | 0 B --:-- ETA", "CentOS Stream 8 - BaseOS 110 MB/s | 10 MB 00:00 ", "CentOS Stream 8 - Ex [ === ] --- B/s | 0 B --:-- ETA", "CentOS Stream 8 - Extras 468 kB/s | 18 kB 00:00 ", "CentOS Stream 8 - Ex [ === ] --- B/s | 0 B --:-- ETA", "CentOS Stream 8 - Extras common packages 209 kB/s | 8.0 kB 00:00 ", "No match for argument: python", "There are following alternatives for \"python\": python2, python3.11, python3.12, python36, python38, python39", "No match for argument: python-dnf", "Package python3-dnf-4.7.0-20.el8.noarch is already installed.", "No match for argument: python-libselinux", "Package python3-libselinux-2.9-8.el8.x86_64 is already installed.", "Package curl-7.61.1-34.el8.x86_64 is already installed.", "Package tar-2:1.30-9.el8.x86_64 is already installed.", "Dependencies resolved.", "================================================================================", " Package Arch Version Repository Size", "================================================================================", "Installing:", " python36 x86_64 3.6.8-39.module_el8+762+77bd8591 appstream 19 k", "Installing dependencies:", " python3-pip noarch 9.0.3-24.el8 appstream 20 k", "Enabling module streams:", " python36 3.6 ", "", "Transaction Summary", "================================================================================", "Install 2 Packages", "", "Total download size: 40 k", "Installed size: 16 k", "Downloading Packages:", "(1/2): python3-pip-9 0% [ ] --- B/s | 0 B --:-- ETA", "(1/2): python3-pip-9.0.3-24.el8.noarch.rpm 1.0 MB/s | 20 kB 00:00 ", "(2/2): python36-3.6. 51% [========== ] 1.0 MB/s | 20 kB 00:00 ETA", "(2/2): python36-3.6.8-39.module_el8+762+77bd859 798 kB/s | 19 kB 00:00 ", "--------------------------------------------------------------------------------", "Total 1.4 MB/s | 40 kB 00:00 ", "CentOS Stream 8 - Ap [ === ] --- B/s | 0 B --:-- ETA", "CentOS Stream 8 - AppStream 1.6 MB/s | 1.6 kB 00:00 ", "Importing GPG key 0x8483C65D:", " Userid : \"CentOS (CentOS Official Signing Key) \"", " Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D", " From : /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial", "Key imported successfully", "Running transaction check", "Transaction check succeeded.", "Running transaction test", "Transaction test succeeded.", "Running transaction", "", " Preparing : [========================= ] 1/1", " Preparing : 1/1 ", "", " Installing : python36-3.6.8-39.module_ [ ] 1/2", " Installing : python36-3.6.8-39.module_ [= ] 1/2", " Installing : python36-3.6.8-39.module_ [========================= ] 1/2", " Installing : python36-3.6.8-39.module_el8+762+77bd8591.x86_64 1/2 ", "", " Running scriptlet: python36-3.6.8-39.module_el8+762+77bd8591.x86_64 1/2 ", "", " Installing : python3-pip-9.0.3-24.el8. [ ] 2/2", " Installing : python3-pip-9.0.3-24.el8. [== ] 2/2", " Installing : python3-pip-9.0.3-24.el8. [=== ] 2/2", " Installing : python3-pip-9.0.3-24.el8. [====== ] 2/2", " Installing : python3-pip-9.0.3-24.el8. [======= ] 2/2", " Installing : python3-pip-9.0.3-24.el8. [================ ] 2/2", " Installing : python3-pip-9.0.3-24.el8. [================= ] 2/2", " Installing : python3-pip-9.0.3-24.el8. [======================== ] 2/2", " Installing : python3-pip-9.0.3-24.el8.noarch 2/2 ", "", " Running scriptlet: python3-pip-9.0.3-24.el8.noarch 2/2 ", "", " Verifying : python3-pip-9.0.3-24.el8.noarch 1/2 ", "", " Verifying : python36-3.6.8-39.module_el8+762+77bd8591.x86_64 2/2 ", "", "Installed:", " python3-pip-9.0.3-24.el8.noarch ", " python36-3.6.8-39.module_el8+762+77bd8591.x86_64 ", "", "Complete!" ] }, "_bootstrap_ansible_python_download": { "attempts": 1, "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 18.219.212.59 closed.\r\n", "stderr_lines": [ "Shared connection to 18.219.212.59 closed." ], "stdout": "+ mkdir -p /var/opt/standalone-python\r\n+ curl 'https://gitlab.com/api/v4/projects/75476709/jobs/artifacts/main/raw/dist/build-x86_64.tar.gz?job=build_cpython%3A%20%5Bx86_64%5D'\r\n+ tar -C /var/opt/standalone-python -xzf -\r\n % Total % Received % Xferd Average Speed Time Time Time Current\r\n Dload Upload Total Spent Left Speed\r\n\r 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\r 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\r 26 127M 26 33.6M 0 0 29.8M 0 0:00:04 0:00:01 0:00:03 29.7M\r 50 127M 50 64.3M 0 0 30.4M 0 0:00:04 0:00:02 0:00:02 30.4M\r 72 127M 72 92.2M 0 0 29.7M 0 0:00:04 0:00:03 0:00:01 29.7M\r 98 127M 98 125M 0 0 30.6M 0 0:00:04 0:00:04 --:--:-- 30.6M\r100 127M 100 127M 0 0 30.4M 0 0:00:04 0:00:04 --:--:-- 31.9M\r\n", "stdout_lines": [ "+ mkdir -p /var/opt/standalone-python", "+ curl 'https://gitlab.com/api/v4/projects/75476709/jobs/artifacts/main/raw/dist/build-x86_64.tar.gz?job=build_cpython%3A%20%5Bx86_64%5D'", "+ tar -C /var/opt/standalone-python -xzf -", " % Total % Received % Xferd Average Speed Time Time Time Current", " Dload Upload Total Spent Left Speed", "", " 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0", " 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0", " 26 127M 26 33.6M 0 0 29.8M 0 0:00:04 0:00:01 0:00:03 29.7M", " 50 127M 50 64.3M 0 0 30.4M 0 0:00:04 0:00:02 0:00:02 30.4M", " 72 127M 72 92.2M 0 0 29.7M 0 0:00:04 0:00:03 0:00:01 29.7M", " 98 127M 98 125M 0 0 30.6M 0 0:00:04 0:00:04 --:--:-- 30.6M", "100 127M 100 127M 0 0 30.4M 0 0:00:04 0:00:04 --:--:-- 31.9M" ] }, "_bootstrap_ansible_python_interpreter_info": { "arch": "x86_64", "changed": false, "executable": "/var/opt/standalone-python/bin/python3", "failed": false, "version": "3.12.11" }, "_bootstrap_ansible_uname_arch": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 18.219.212.59 closed.\r\n", "stderr_lines": [ "Shared connection to 18.219.212.59 closed." ], "stdout": "x86_64\r\n", "stdout_lines": [ "x86_64" ] }, "_centos_eol__centos_eol_os_release_name_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 18.219.212.59 closed.\r\n", "stderr_lines": [ "Shared connection to 18.219.212.59 closed." ], "stdout": "CentOS Stream\r\n", "stdout_lines": [ "CentOS Stream" ] }, "_centos_eol__centos_eol_os_release_version_id_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 18.219.212.59 closed.\r\n", "stderr_lines": [ "Shared connection to 18.219.212.59 closed." ], "stdout": "8\r\n", "stdout_lines": [ "8" ] }, "_centos_eol_os_release_name": "CentOS Stream", "_centos_eol_os_release_version_id": "8", "_python_download": { "attempts": 1, "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 18.219.212.59 closed.\r\n", "stderr_lines": [ "Shared connection to 18.219.212.59 closed." ], "stdout": "+ mkdir -p /var/opt/standalone-python\r\n+ curl 'https://gitlab.com/api/v4/projects/75476709/jobs/artifacts/main/raw/dist/build-x86_64.tar.gz?job=build_cpython%3A%20%5Bx86_64%5D'\r\n+ tar -C /var/opt/standalone-python -xzf -\r\n % Total % Received % Xferd Average Speed Time Time Time Current\r\n Dload Upload Total Spent Left Speed\r\n\r 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\r 23 127M 23 30.6M 0 0 32.4M 0 0:00:03 --:--:-- 0:00:03 32.4M\r 56 127M 56 72.4M 0 0 36.9M 0 0:00:03 0:00:01 0:00:02 36.9M\r 87 127M 87 111M 0 0 37.5M 0 0:00:03 0:00:02 0:00:01 37.5M\r100 127M 100 127M 0 0 37.6M 0 0:00:03 0:00:03 --:--:-- 37.6M\r\n", "stdout_lines": [ "+ mkdir -p /var/opt/standalone-python", "+ curl 'https://gitlab.com/api/v4/projects/75476709/jobs/artifacts/main/raw/dist/build-x86_64.tar.gz?job=build_cpython%3A%20%5Bx86_64%5D'", "+ tar -C /var/opt/standalone-python -xzf -", " % Total % Received % Xferd Average Speed Time Time Time Current", " Dload Upload Total Spent Left Speed", "", " 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0", " 23 127M 23 30.6M 0 0 32.4M 0 0:00:03 --:--:-- 0:00:03 32.4M", " 56 127M 56 72.4M 0 0 36.9M 0 0:00:03 0:00:01 0:00:02 36.9M", " 87 127M 87 111M 0 0 37.5M 0 0:00:03 0:00:02 0:00:01 37.5M", "100 127M 100 127M 0 0 37.6M 0 0:00:03 0:00:03 --:--:-- 37.6M" ] }, "_uname_arch": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 18.219.212.59 closed.\r\n", "stderr_lines": [ "Shared connection to 18.219.212.59 closed." ], "stdout": "x86_64\r\n", "stdout_lines": [ "x86_64" ] }, "ansible_all_ipv4_addresses": [ "172.31.28.187" ], "ansible_all_ipv6_addresses": [ "fe80::407:7eff:fef9:83ab" ], "ansible_apparmor": { "status": "disabled" }, "ansible_architecture": "x86_64", "ansible_bios_date": "10/16/2017", "ansible_bios_vendor": "Amazon EC2", "ansible_bios_version": "1.0", "ansible_board_asset_tag": "i-0139be562fb061c06", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "Amazon EC2", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "Amazon EC2", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Amazon EC2", "ansible_chassis_version": "NA", "ansible_check_mode": false, "ansible_cmdline": { "BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.6.1.el8.x86_64", "console": "ttyS0,115200n8", "crashkernel": "auto", "net.ifnames": "0", "no_timer_check": true, "nvme_core.io_timeout": "4294967295", "nvme_core.max_retries": "10", "ro": true, "root": "UUID=6088d1e9-b24b-447b-9a77-7400d5e63b50" }, "ansible_collection_name": "testing_farm_profiles.library", "ansible_config_file": "/etc/ansible/ansible.cfg", "ansible_date_time": { "date": "2026-08-21", "day": "21", "epoch": "1787328769", "epoch_int": "1787328769", "hour": "16", "iso8601": "2026-08-21T16:12:49Z", "iso8601_basic": "20260821T161249349912", "iso8601_basic_short": "20260821T161249", "iso8601_micro": "2026-08-21T16:12:49.349912Z", "minute": "12", "month": "08", "second": "49", "time": "16:12:49", "tz": "UTC", "tz_dst": "UTC", "tz_offset": "+0000", "weekday": "Friday", "weekday_number": "5", "weeknumber": "33", "year": "2026" }, "ansible_default_ipv4": { "address": "172.31.28.187", "alias": "eth0", "broadcast": "172.31.31.255", "gateway": "172.31.16.1", "interface": "eth0", "macaddress": "06:07:7e:f9:83:ab", "mtu": 9001, "netmask": "255.255.240.0", "network": "172.31.16.0", "prefix": "20", "type": "ether" }, "ansible_default_ipv6": {}, "ansible_dependent_role_names": [ "testing_farm_profiles.workarounds.centos_eol", "testing_farm_profiles.library.facts", "testing_farm_profiles.library.bootstrap_ansible", "testing_farm_profiles.workarounds.eng_bos" ], "ansible_device_links": { "ids": { "nvme0n1": [ "nvme-Amazon_Elastic_Block_Store_vol087865f2c7f6f1c07", "nvme-uuid.788f6729-07a9-5753-aac6-e105e630192b" ], "nvme0n1p1": [ "nvme-Amazon_Elastic_Block_Store_vol087865f2c7f6f1c07-part1", "nvme-uuid.788f6729-07a9-5753-aac6-e105e630192b-part1", "wwn-uuid.788f6729-07a9-5753-aac6-e105e630192b-part1" ] }, "labels": {}, "masters": {}, "uuids": { "nvme0n1p1": [ "6088d1e9-b24b-447b-9a77-7400d5e63b50" ] } }, "ansible_devices": { "nvme0n1": { "holders": [], "host": "", "links": { "ids": [ "nvme-Amazon_Elastic_Block_Store_vol087865f2c7f6f1c07", "nvme-uuid.788f6729-07a9-5753-aac6-e105e630192b" ], "labels": [], "masters": [], "uuids": [] }, "model": "Amazon Elastic Block Store", "partitions": { "nvme0n1p1": { "holders": [], "links": { "ids": [ "nvme-Amazon_Elastic_Block_Store_vol087865f2c7f6f1c07-part1", "nvme-uuid.788f6729-07a9-5753-aac6-e105e630192b-part1", "wwn-uuid.788f6729-07a9-5753-aac6-e105e630192b-part1" ], "labels": [], "masters": [], "uuids": [ "6088d1e9-b24b-447b-9a77-7400d5e63b50" ] }, "sectors": "209713119", "sectorsize": 512, "size": "100.00 GB", "start": "2048", "uuid": "6088d1e9-b24b-447b-9a77-7400d5e63b50" } }, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "none", "sectors": "209715200", "sectorsize": "512", "serial": "vol087865f2c7f6f1c07", "size": "100.00 GB", "support_discard": "0", "vendor": null, "virtual": 1 } }, "ansible_diff_mode": false, "ansible_distribution": "CentOS", "ansible_distribution_file_parsed": true, "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_major_version": "8", "ansible_distribution_release": "Stream", "ansible_distribution_version": "8", "ansible_dns": { "nameservers": [ "172.31.0.2" ], "search": [ "us-east-2.compute.internal" ] }, "ansible_domain": "us-east-2.compute.internal", "ansible_effective_group_id": 0, "ansible_effective_user_id": 0, "ansible_env": { "BASH_FUNC_which%%": "() { ( alias;\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\n}", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "HOME": "/root", "LANG": "en_US.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "2", "SSH_CLIENT": "3.16.138.141 39968 22", "SSH_CONNECTION": "3.16.138.141 39968 172.31.28.187 22", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_ID": "5", "_": "/var/opt/standalone-python/bin/python3", "which_declare": "declare -f" }, "ansible_eth0": { "active": true, "device": "eth0", "features": { "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "generic_receive_offload": "on", "generic_segmentation_offload": "on", "highdma": "on", "hw_tc_offload": "off [fixed]", "l2_fwd_offload": "off [fixed]", "large_receive_offload": "off [fixed]", "loopback": "off [fixed]", "netns_local": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "on", "rx_all": "off [fixed]", "rx_checksumming": "on", "rx_fcs": "off [fixed]", "rx_gro_hw": "off [fixed]", "rx_gro_list": "off", "rx_udp_gro_forwarding": "off", "rx_udp_tunnel_port_offload": "off [fixed]", "rx_vlan_filter": "off [fixed]", "rx_vlan_offload": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "scatter_gather": "on", "tcp_segmentation_offload": "off", "tls_hw_record": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv4": "on", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "tx_checksumming": "on", "tx_esp_segmentation": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_gso_robust": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_lockless": "off [fixed]", "tx_nocache_copy": "off", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_tcp6_segmentation": "off [fixed]", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off [fixed]", "tx_tcp_segmentation": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_vlan_offload": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "vlan_challenged": "off [fixed]" }, "hw_timestamp_filters": [], "ipv4": { "address": "172.31.28.187", "broadcast": "172.31.31.255", "netmask": "255.255.240.0", "network": "172.31.16.0", "prefix": "20" }, "ipv6": [ { "address": "fe80::407:7eff:fef9:83ab", "prefix": "64", "scope": "link" } ], "macaddress": "06:07:7e:f9:83:ab", "module": "ena", "mtu": 9001, "pciid": "0000:00:05.0", "promisc": false, "timestamping": [], "type": "ether" }, "ansible_facts": { "all_ipv4_addresses": [ "172.31.28.187" ], "all_ipv6_addresses": [ "fe80::407:7eff:fef9:83ab" ], "ansible_local": {}, "apparmor": { "status": "disabled" }, "architecture": "x86_64", "bios_date": "10/16/2017", "bios_vendor": "Amazon EC2", "bios_version": "1.0", "board_asset_tag": "i-0139be562fb061c06", "board_name": "NA", "board_serial": "NA", "board_vendor": "Amazon EC2", "board_version": "NA", "chassis_asset_tag": "Amazon EC2", "chassis_serial": "NA", "chassis_vendor": "Amazon EC2", "chassis_version": "NA", "cmdline": { "BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.6.1.el8.x86_64", "console": "ttyS0,115200n8", "crashkernel": "auto", "net.ifnames": "0", "no_timer_check": true, "nvme_core.io_timeout": "4294967295", "nvme_core.max_retries": "10", "ro": true, "root": "UUID=6088d1e9-b24b-447b-9a77-7400d5e63b50" }, "date_time": { "date": "2026-08-21", "day": "21", "epoch": "1787328769", "epoch_int": "1787328769", "hour": "16", "iso8601": "2026-08-21T16:12:49Z", "iso8601_basic": "20260821T161249349912", "iso8601_basic_short": "20260821T161249", "iso8601_micro": "2026-08-21T16:12:49.349912Z", "minute": "12", "month": "08", "second": "49", "time": "16:12:49", "tz": "UTC", "tz_dst": "UTC", "tz_offset": "+0000", "weekday": "Friday", "weekday_number": "5", "weeknumber": "33", "year": "2026" }, "default_ipv4": { "address": "172.31.28.187", "alias": "eth0", "broadcast": "172.31.31.255", "gateway": "172.31.16.1", "interface": "eth0", "macaddress": "06:07:7e:f9:83:ab", "mtu": 9001, "netmask": "255.255.240.0", "network": "172.31.16.0", "prefix": "20", "type": "ether" }, "default_ipv6": {}, "device_links": { "ids": { "nvme0n1": [ "nvme-Amazon_Elastic_Block_Store_vol087865f2c7f6f1c07", "nvme-uuid.788f6729-07a9-5753-aac6-e105e630192b" ], "nvme0n1p1": [ "nvme-Amazon_Elastic_Block_Store_vol087865f2c7f6f1c07-part1", "nvme-uuid.788f6729-07a9-5753-aac6-e105e630192b-part1", "wwn-uuid.788f6729-07a9-5753-aac6-e105e630192b-part1" ] }, "labels": {}, "masters": {}, "uuids": { "nvme0n1p1": [ "6088d1e9-b24b-447b-9a77-7400d5e63b50" ] } }, "devices": { "nvme0n1": { "holders": [], "host": "", "links": { "ids": [ "nvme-Amazon_Elastic_Block_Store_vol087865f2c7f6f1c07", "nvme-uuid.788f6729-07a9-5753-aac6-e105e630192b" ], "labels": [], "masters": [], "uuids": [] }, "model": "Amazon Elastic Block Store", "partitions": { "nvme0n1p1": { "holders": [], "links": { "ids": [ "nvme-Amazon_Elastic_Block_Store_vol087865f2c7f6f1c07-part1", "nvme-uuid.788f6729-07a9-5753-aac6-e105e630192b-part1", "wwn-uuid.788f6729-07a9-5753-aac6-e105e630192b-part1" ], "labels": [], "masters": [], "uuids": [ "6088d1e9-b24b-447b-9a77-7400d5e63b50" ] }, "sectors": "209713119", "sectorsize": 512, "size": "100.00 GB", "start": "2048", "uuid": "6088d1e9-b24b-447b-9a77-7400d5e63b50" } }, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "none", "sectors": "209715200", "sectorsize": "512", "serial": "vol087865f2c7f6f1c07", "size": "100.00 GB", "support_discard": "0", "vendor": null, "virtual": 1 } }, "discovered_interpreter_python": "/usr/libexec/platform-python", "distribution": "CentOS", "distribution_file_parsed": true, "distribution_file_path": "/etc/centos-release", "distribution_file_variety": "CentOS", "distribution_major_version": "8", "distribution_release": "Stream", "distribution_version": "8", "dns": { "nameservers": [ "172.31.0.2" ], "search": [ "us-east-2.compute.internal" ] }, "domain": "us-east-2.compute.internal", "effective_group_id": 0, "effective_user_id": 0, "env": { "BASH_FUNC_which%%": "() { ( alias;\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\n}", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "HOME": "/root", "LANG": "en_US.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "2", "SSH_CLIENT": "3.16.138.141 39968 22", "SSH_CONNECTION": "3.16.138.141 39968 172.31.28.187 22", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_ID": "5", "_": "/var/opt/standalone-python/bin/python3", "which_declare": "declare -f" }, "eth0": { "active": true, "device": "eth0", "features": { "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "generic_receive_offload": "on", "generic_segmentation_offload": "on", "highdma": "on", "hw_tc_offload": "off [fixed]", "l2_fwd_offload": "off [fixed]", "large_receive_offload": "off [fixed]", "loopback": "off [fixed]", "netns_local": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "on", "rx_all": "off [fixed]", "rx_checksumming": "on", "rx_fcs": "off [fixed]", "rx_gro_hw": "off [fixed]", "rx_gro_list": "off", "rx_udp_gro_forwarding": "off", "rx_udp_tunnel_port_offload": "off [fixed]", "rx_vlan_filter": "off [fixed]", "rx_vlan_offload": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "scatter_gather": "on", "tcp_segmentation_offload": "off", "tls_hw_record": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv4": "on", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "tx_checksumming": "on", "tx_esp_segmentation": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_gso_robust": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_lockless": "off [fixed]", "tx_nocache_copy": "off", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_tcp6_segmentation": "off [fixed]", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off [fixed]", "tx_tcp_segmentation": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_vlan_offload": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "vlan_challenged": "off [fixed]" }, "hw_timestamp_filters": [], "ipv4": { "address": "172.31.28.187", "broadcast": "172.31.31.255", "netmask": "255.255.240.0", "network": "172.31.16.0", "prefix": "20" }, "ipv6": [ { "address": "fe80::407:7eff:fef9:83ab", "prefix": "64", "scope": "link" } ], "macaddress": "06:07:7e:f9:83:ab", "module": "ena", "mtu": 9001, "pciid": "0000:00:05.0", "promisc": false, "timestamping": [], "type": "ether" }, "fibre_channel_wwn": [], "fips": false, "form_factor": "Other", "fqdn": "ip-172-31-28-187.us-east-2.compute.internal", "gather_subset": [ "all" ], "hostname": "ip-172-31-28-187", "hostnqn": "", "interfaces": [ "eth0", "lo" ], "is_chroot": false, "iscsi_iqn": "", "kernel": "4.18.0-553.6.1.el8.x86_64", "kernel_version": "#1 SMP Thu May 30 04:13:58 UTC 2024", "lo": { "active": true, "device": "lo", "features": { "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "generic_receive_offload": "on", "generic_segmentation_offload": "on", "highdma": "on [fixed]", "hw_tc_offload": "off [fixed]", "l2_fwd_offload": "off [fixed]", "large_receive_offload": "off [fixed]", "loopback": "on [fixed]", "netns_local": "on [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "rx_all": "off [fixed]", "rx_checksumming": "on [fixed]", "rx_fcs": "off [fixed]", "rx_gro_hw": "off [fixed]", "rx_gro_list": "off", "rx_udp_gro_forwarding": "off", "rx_udp_tunnel_port_offload": "off [fixed]", "rx_vlan_filter": "off [fixed]", "rx_vlan_offload": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "scatter_gather": "on", "tcp_segmentation_offload": "on", "tls_hw_record": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "tx_checksumming": "on", "tx_esp_segmentation": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gso_list": "on", "tx_gso_partial": "off [fixed]", "tx_gso_robust": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_lockless": "on [fixed]", "tx_nocache_copy": "off [fixed]", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tx_sctp_segmentation": "on", "tx_tcp6_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp_segmentation": "on", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_vlan_offload": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "vlan_challenged": "on [fixed]" }, "hw_timestamp_filters": [], "ipv4": { "address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8" }, "ipv6": [ { "address": "::1", "prefix": "128", "scope": "host" } ], "mtu": 65536, "promisc": false, "timestamping": [], "type": "loopback" }, "loadavg": { "15m": 0.087890625, "1m": 0.6103515625, "5m": 0.24072265625 }, "locally_reachable_ips": { "ipv4": [ "127.0.0.0/8", "127.0.0.1", "172.31.28.187" ], "ipv6": [ "::1", "fe80::407:7eff:fef9:83ab" ] }, "lsb": {}, "lvm": "N/A", "machine": "x86_64", "machine_id": "ec25f59992b031440c971750b5b0bed8", "memfree_mb": 2512, "memory_mb": { "nocache": { "free": 3334, "used": 229 }, "real": { "free": 2512, "total": 3563, "used": 1051 }, "swap": { "cached": 0, "free": 0, "total": 0, "used": 0 } }, "memtotal_mb": 3563, "module_setup": true, "mounts": [ { "block_available": 25520725, "block_size": 4096, "block_total": 26211579, "block_used": 690854, "device": "/dev/nvme0n1p1", "fstype": "xfs", "inode_available": 52381457, "inode_total": 52428272, "inode_used": 46815, "mount": "/", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 104532889600, "size_total": 107362627584, "uuid": "6088d1e9-b24b-447b-9a77-7400d5e63b50" } ], "nodename": "ip-172-31-28-187.us-east-2.compute.internal", "os_family": "RedHat", "pkg_mgr": "dnf", "proc_cmdline": { "BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.6.1.el8.x86_64", "console": "ttyS0,115200n8", "crashkernel": "auto", "net.ifnames": "0", "no_timer_check": true, "nvme_core.io_timeout": "4294967295", "nvme_core.max_retries": "10", "ro": true, "root": "UUID=6088d1e9-b24b-447b-9a77-7400d5e63b50" }, "processor": [ "0", "AuthenticAMD", "AMD EPYC 7R13 Processor", "1", "AuthenticAMD", "AMD EPYC 7R13 Processor" ], "processor_cores": 1, "processor_count": 1, "processor_nproc": 2, "processor_threads_per_core": 2, "processor_vcpus": 2, "product_name": "c6a.large", "product_serial": "ec25f599-92b0-3144-0c97-1750b5b0bed8", "product_uuid": "ec25f599-92b0-3144-0c97-1750b5b0bed8", "product_version": "NA", "python": { "executable": "/var/opt/standalone-python/bin/python3", "has_sslcontext": true, "type": "cpython", "version": { "major": 3, "micro": 11, "minor": 12, "releaselevel": "final", "serial": 0 }, "version_info": [ 3, 12, 11, "final", 0 ] }, "python_version": "3.12.11", "real_group_id": 0, "real_user_id": 0, "selinux": { "status": "Missing selinux Python library" }, "selinux_python_present": false, "service_mgr": "systemd", "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "auto-cpufreq.service": { "name": "auto-cpufreq.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "chrony-dnssrv@.service": { "name": "chrony-dnssrv@.service", "source": "systemd", "state": "unknown", "status": "static" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cockpit-motd.service": { "name": "cockpit-motd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cockpit-wsinstance-http.service": { "name": "cockpit-wsinstance-http.service", "source": "systemd", "state": "inactive", "status": "static" }, "cockpit-wsinstance-https-factory@.service": { "name": "cockpit-wsinstance-https-factory@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cockpit-wsinstance-https@.service": { "name": "cockpit-wsinstance-https@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cockpit.service": { "name": "cockpit.service", "source": "systemd", "state": "inactive", "status": "static" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "static" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "running", "status": "static" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "halt-local.service": { "name": "halt-local.service", "source": "systemd", "state": "inactive", "status": "static" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "import-state.service": { "name": "import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "loadmodules.service": { "name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "messagebus.service": { "name": "messagebus.service", "source": "systemd", "state": "active", "status": "static" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-convert.service": { "name": "nfs-convert.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "packagekit-offline-update.service": { "name": "packagekit-offline-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "packagekit.service": { "name": "packagekit.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "running", "status": "static" }, "power-profiles-daemon.service": { "name": "power-profiles-daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "indirect" }, "serial-getty@ttyS0.service": { "name": "serial-getty@ttyS0.service", "source": "systemd", "state": "running", "status": "active" }, "setroubleshootd.service": { "name": "setroubleshootd.service", "source": "systemd", "state": "inactive", "status": "static" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "active", "status": "enabled" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-coredump@0.service": { "name": "systemd-coredump@0.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "masked" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "tcsd.service": { "name": "tcsd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "timedatex.service": { "name": "timedatex.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "tlp.service": { "name": "tlp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "tuned.service": { "name": "tuned.service", "source": "systemd", "state": "running", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } }, "ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBA8RyaPPMKEEy3GZ/ymTCLgVdeZzr7EnM+YsLd4REGjfE0+7P8LjZTVhxZOiKNmfzwU0kKgXAfP0mX/2bxiyNVc=", "ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIDG+Hx0+8tju3G6LwI2zJAVcWqO7aNwMkwlLn59gjYIl", "ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDpnw8wHvtEA0VdztZwjzQNYKFwCWP99HZFmhLp9mrMdUonm4V20k7IGFGYLjqefRxXRV/4mEkMiaEuQdi+7xF7++rkPMtWAebT0Px16Rp/fSpUAyFuZWzrdEB6WaCSPIoWmBNhTalbl35QPkFMLLPmVE1aOWZ18Cg2dRvs6EUsJKEb9KFG/rQkv6UF9GuCYIXqGkmy7vmJOi0RRR8UKdUNZYrZPMrFQj1MTQep9FI/U7z+I4mkelLvsUBJMZkUWQbftqw0TDsxABeTA+MdP/JzoXcbHPBD/GPQL5qaBU5DICCaVbioNgdaaCk+8UWeqoougpgGSzVuLBYfxzGH1OC3j9gyEwLfFiC0kSttxKpgLr7Ss2LP4cQO/x+v8jsUn+LyiT7TBSyGdWpQP3YXL+4zUvtzqWu1helLj0s/wvUzsGCKuEhszscZt7p8WoJzZenxO7UaPgnnc1084E7d/d3HXtZtsWWrfpY2PTrDvpMWPB6xRsz9/zNiWyZlZKJmR0c=", "ssh_host_key_rsa_public_keytype": "ssh-rsa", "swapfree_mb": 0, "swaptotal_mb": 0, "system": "Linux", "system_capabilities": [], "system_capabilities_enforced": "False", "system_vendor": "Amazon EC2", "uptime_seconds": 125, "user_dir": "/root", "user_gecos": "root", "user_gid": 0, "user_id": "root", "user_shell": "/bin/bash", "user_uid": 0, "userspace_architecture": "x86_64", "userspace_bits": "64", "virtualization_role": "guest", "virtualization_tech_guest": [ "kvm" ], "virtualization_tech_host": [], "virtualization_type": "kvm" }, "ansible_fibre_channel_wwn": [], "ansible_fips": false, "ansible_forks": 5, "ansible_form_factor": "Other", "ansible_fqdn": "ip-172-31-28-187.us-east-2.compute.internal", "ansible_hostname": "ip-172-31-28-187", "ansible_hostnqn": "", "ansible_interfaces": [ "eth0", "lo" ], "ansible_inventory_sources": [ "18.219.212.59," ], "ansible_is_chroot": false, "ansible_iscsi_iqn": "", "ansible_kernel": "4.18.0-553.6.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Thu May 30 04:13:58 UTC 2024", "ansible_lo": { "active": true, "device": "lo", "features": { "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "generic_receive_offload": "on", "generic_segmentation_offload": "on", "highdma": "on [fixed]", "hw_tc_offload": "off [fixed]", "l2_fwd_offload": "off [fixed]", "large_receive_offload": "off [fixed]", "loopback": "on [fixed]", "netns_local": "on [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "rx_all": "off [fixed]", "rx_checksumming": "on [fixed]", "rx_fcs": "off [fixed]", "rx_gro_hw": "off [fixed]", "rx_gro_list": "off", "rx_udp_gro_forwarding": "off", "rx_udp_tunnel_port_offload": "off [fixed]", "rx_vlan_filter": "off [fixed]", "rx_vlan_offload": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "scatter_gather": "on", "tcp_segmentation_offload": "on", "tls_hw_record": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "tx_checksumming": "on", "tx_esp_segmentation": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gso_list": "on", "tx_gso_partial": "off [fixed]", "tx_gso_robust": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_lockless": "on [fixed]", "tx_nocache_copy": "off [fixed]", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tx_sctp_segmentation": "on", "tx_tcp6_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp_segmentation": "on", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_vlan_offload": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "vlan_challenged": "on [fixed]" }, "hw_timestamp_filters": [], "ipv4": { "address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8" }, "ipv6": [ { "address": "::1", "prefix": "128", "scope": "host" } ], "mtu": 65536, "promisc": false, "timestamping": [], "type": "loopback" }, "ansible_loadavg": { "15m": 0.087890625, "1m": 0.6103515625, "5m": 0.24072265625 }, "ansible_local": {}, "ansible_locally_reachable_ips": { "ipv4": [ "127.0.0.0/8", "127.0.0.1", "172.31.28.187" ], "ipv6": [ "::1", "fe80::407:7eff:fef9:83ab" ] }, "ansible_lsb": {}, "ansible_lvm": "N/A", "ansible_machine": "x86_64", "ansible_machine_id": "ec25f59992b031440c971750b5b0bed8", "ansible_memfree_mb": 2512, "ansible_memory_mb": { "nocache": { "free": 3334, "used": 229 }, "real": { "free": 2512, "total": 3563, "used": 1051 }, "swap": { "cached": 0, "free": 0, "total": 0, "used": 0 } }, "ansible_memtotal_mb": 3563, "ansible_mounts": [ { "block_available": 25520725, "block_size": 4096, "block_total": 26211579, "block_used": 690854, "device": "/dev/nvme0n1p1", "fstype": "xfs", "inode_available": 52381457, "inode_total": 52428272, "inode_used": 46815, "mount": "/", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 104532889600, "size_total": 107362627584, "uuid": "6088d1e9-b24b-447b-9a77-7400d5e63b50" } ], "ansible_nodename": "ip-172-31-28-187.us-east-2.compute.internal", "ansible_os_family": "RedHat", "ansible_package_use": "testing_farm_profiles.library.dnf_yum_cli", "ansible_pkg_mgr": "dnf", "ansible_play_batch": [ "18.219.212.59" ], "ansible_play_hosts": [ "18.219.212.59" ], "ansible_play_hosts_all": [ "18.219.212.59" ], "ansible_play_name": "all", "ansible_play_role_names": [ "testing_farm_profiles.library.update_and_reboot" ], "ansible_playbook_python": "/opt/gluetool/bin/python", "ansible_proc_cmdline": { "BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.6.1.el8.x86_64", "console": "ttyS0,115200n8", "crashkernel": "auto", "net.ifnames": "0", "no_timer_check": true, "nvme_core.io_timeout": "4294967295", "nvme_core.max_retries": "10", "ro": true, "root": "UUID=6088d1e9-b24b-447b-9a77-7400d5e63b50" }, "ansible_processor": [ "0", "AuthenticAMD", "AMD EPYC 7R13 Processor", "1", "AuthenticAMD", "AMD EPYC 7R13 Processor" ], "ansible_processor_cores": 1, "ansible_processor_count": 1, "ansible_processor_nproc": 2, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_product_name": "c6a.large", "ansible_product_serial": "ec25f599-92b0-3144-0c97-1750b5b0bed8", "ansible_product_uuid": "ec25f599-92b0-3144-0c97-1750b5b0bed8", "ansible_product_version": "NA", "ansible_python": { "executable": "/var/opt/standalone-python/bin/python3", "has_sslcontext": true, "type": "cpython", "version": { "major": 3, "micro": 11, "minor": 12, "releaselevel": "final", "serial": 0 }, "version_info": [ 3, 12, 11, "final", 0 ] }, "ansible_python_interpreter": "/var/opt/standalone-python/bin/python3", "ansible_python_version": "3.12.11", "ansible_real_group_id": 0, "ansible_real_user_id": 0, "ansible_role_name": "testing_farm_profiles.library.facts", "ansible_role_names": [ "testing_farm_profiles.library.update_and_reboot", "testing_farm_profiles.library.bootstrap_ansible", "testing_farm_profiles.workarounds.centos_eol", "testing_farm_profiles.library.facts", "testing_farm_profiles.workarounds.eng_bos" ], "ansible_run_tags": [ "all" ], "ansible_selinux": { "status": "Missing selinux Python library" }, "ansible_selinux_python_present": false, "ansible_service_mgr": "systemd", "ansible_skip_tags": [], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBA8RyaPPMKEEy3GZ/ymTCLgVdeZzr7EnM+YsLd4REGjfE0+7P8LjZTVhxZOiKNmfzwU0kKgXAfP0mX/2bxiyNVc=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIDG+Hx0+8tju3G6LwI2zJAVcWqO7aNwMkwlLn59gjYIl", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDpnw8wHvtEA0VdztZwjzQNYKFwCWP99HZFmhLp9mrMdUonm4V20k7IGFGYLjqefRxXRV/4mEkMiaEuQdi+7xF7++rkPMtWAebT0Px16Rp/fSpUAyFuZWzrdEB6WaCSPIoWmBNhTalbl35QPkFMLLPmVE1aOWZ18Cg2dRvs6EUsJKEb9KFG/rQkv6UF9GuCYIXqGkmy7vmJOi0RRR8UKdUNZYrZPMrFQj1MTQep9FI/U7z+I4mkelLvsUBJMZkUWQbftqw0TDsxABeTA+MdP/JzoXcbHPBD/GPQL5qaBU5DICCaVbioNgdaaCk+8UWeqoougpgGSzVuLBYfxzGH1OC3j9gyEwLfFiC0kSttxKpgLr7Ss2LP4cQO/x+v8jsUn+LyiT7TBSyGdWpQP3YXL+4zUvtzqWu1helLj0s/wvUzsGCKuEhszscZt7p8WoJzZenxO7UaPgnnc1084E7d/d3HXtZtsWWrfpY2PTrDvpMWPB6xRsz9/zNiWyZlZKJmR0c=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_swapfree_mb": 0, "ansible_swaptotal_mb": 0, "ansible_system": "Linux", "ansible_system_capabilities": [], "ansible_system_capabilities_enforced": "False", "ansible_system_vendor": "Amazon EC2", "ansible_uptime_seconds": 125, "ansible_user_dir": "/root", "ansible_user_gecos": "root", "ansible_user_gid": 0, "ansible_user_id": "root", "ansible_user_shell": "/bin/bash", "ansible_user_uid": 0, "ansible_userspace_architecture": "x86_64", "ansible_userspace_bits": "64", "ansible_verbosity": 1, "ansible_version": { "full": "2.16.15", "major": 2, "minor": 16, "revision": 15, "string": "2.16.15" }, "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": [ "kvm" ], "ansible_virtualization_tech_host": [], "ansible_virtualization_type": "kvm", "bootstrap_ansible_packages_dnf": [ "python", "python3", "python-dnf", "python3-dnf", "python-libselinux", "python3-libselinux", "curl", "tar" ], "bootstrap_ansible_packages_dnf5": [ "python", "python3", "python-libdnf5", "python-libselinux", "python3-libselinux", "dnf5-plugins", "python3-dnf", "curl", "tar" ], "bootstrap_ansible_packages_yum": [ "python", "python3", "python-dnf", "libselinux-python", "python-selinux", "libselinux-python3", "curl", "tar" ], "bootstrap_ansible_python_bin_url": { "aarch64": "https://gitlab.com/api/v4/projects/75476709/jobs/artifacts/main/raw/dist/build-aarch64.tar.gz?job=build_cpython%3A%20%5Baarch64%5D", "ppc64le": "https://gitlab.com/api/v4/projects/75476709/jobs/artifacts/main/raw/dist/build-ppc64le.tar.gz?job=build_cpython%3A%20%5Bppc64le%5D", "s390x": "https://gitlab.com/api/v4/projects/75476709/jobs/artifacts/main/raw/dist/build-s390x.tar.gz?job=build_cpython%3A%20%5Bs390x%5D", "x86_64": "https://gitlab.com/api/v4/projects/75476709/jobs/artifacts/main/raw/dist/build-x86_64.tar.gz?job=build_cpython%3A%20%5Bx86_64%5D" }, "bootstrap_ansible_python_install_path": "/var/opt/standalone-python", "bootstrap_ansible_python_json_file": "/var/tmp/python.json", "bootstrap_ansible_python_use_custom": true, "bootstrap_ansible_task_retries": 5, "bootstrap_ansible_task_retry_delay": 30, "centos_eol_task_retries": 5, "centos_eol_task_retry_delay": 30, "discovered_interpreter_python": "/usr/libexec/platform-python", "environment": [], "facts_task_json_file": "/var/tmp/facts.json", "facts_task_retries": 5, "facts_task_retry_delay": 30, "gather_subset": [ "all" ], "group_names": [ "ungrouped" ], "groups": { "all": [ "18.219.212.59" ], "ungrouped": [ "18.219.212.59" ] }, "hostvars": { "18.219.212.59": { "GUEST_DOMAINNAME": "host.example.com", "GUEST_HOSTNAME": "18.219.212.59", "GUEST_SETUP_STAGE": "pre-artifact-installation", "IMAGE_NAME": "CentOS-Stream-8", "TESTING_FARM_REQUEST_ID": "d109fc76-6656-4052-b4fb-23efa8e45e96", "UPDATE_FROM_ARTIFACTS": false, "_bootstrap_ansible_immutable_os": { "changed": false, "failed": false, "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "stderr": "Shared connection to 18.219.212.59 closed.\r\n", "stderr_lines": [ "Shared connection to 18.219.212.59 closed." ], "stdout": "", "stdout_lines": [] }, "_bootstrap_ansible_install_result": { "attempts": 1, "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 18.219.212.59 closed.\r\n", "stderr_lines": [ "Shared connection to 18.219.212.59 closed." ], "stdout": "+ command -v dnf5\r\n+ command -v dnf\r\n+ dnf install -y --skip-broken python python3 python-dnf python3-dnf python-libselinux python3-libselinux curl tar\r\nCentOS Stream 8 - Ap [=== ] --- B/s | 0 B --:-- ETA\rCentOS Stream 8 - AppStream 153 MB/s | 29 MB 00:00 \r\nCentOS Stream 8 - Ba [=== ] --- B/s | 0 B --:-- ETA\rCentOS Stream 8 - BaseOS 110 MB/s | 10 MB 00:00 \r\nCentOS Stream 8 - Ex [ === ] --- B/s | 0 B --:-- ETA\rCentOS Stream 8 - Extras 468 kB/s | 18 kB 00:00 \r\nCentOS Stream 8 - Ex [ === ] --- B/s | 0 B --:-- ETA\rCentOS Stream 8 - Extras common packages 209 kB/s | 8.0 kB 00:00 \r\nNo match for argument: python\r\nThere are following alternatives for \"python\": python2, python3.11, python3.12, python36, python38, python39\r\nNo match for argument: python-dnf\r\nPackage python3-dnf-4.7.0-20.el8.noarch is already installed.\r\nNo match for argument: python-libselinux\r\nPackage python3-libselinux-2.9-8.el8.x86_64 is already installed.\r\nPackage curl-7.61.1-34.el8.x86_64 is already installed.\r\nPackage tar-2:1.30-9.el8.x86_64 is already installed.\r\nDependencies resolved.\r\n================================================================================\r\n Package Arch Version Repository Size\r\n================================================================================\r\nInstalling:\r\n python36 x86_64 3.6.8-39.module_el8+762+77bd8591 appstream 19 k\r\nInstalling dependencies:\r\n python3-pip noarch 9.0.3-24.el8 appstream 20 k\r\nEnabling module streams:\r\n python36 3.6 \r\n\r\nTransaction Summary\r\n================================================================================\r\nInstall 2 Packages\r\n\r\nTotal download size: 40 k\r\nInstalled size: 16 k\r\nDownloading Packages:\r\n(1/2): python3-pip-9 0% [ ] --- B/s | 0 B --:-- ETA\r(1/2): python3-pip-9.0.3-24.el8.noarch.rpm 1.0 MB/s | 20 kB 00:00 \r\n(2/2): python36-3.6. 51% [========== ] 1.0 MB/s | 20 kB 00:00 ETA\r(2/2): python36-3.6.8-39.module_el8+762+77bd859 798 kB/s | 19 kB 00:00 \r\n--------------------------------------------------------------------------------\r\nTotal 1.4 MB/s | 40 kB 00:00 \r\nCentOS Stream 8 - Ap [ === ] --- B/s | 0 B --:-- ETA\rCentOS Stream 8 - AppStream 1.6 MB/s | 1.6 kB 00:00 \r\nImporting GPG key 0x8483C65D:\r\n Userid : \"CentOS (CentOS Official Signing Key) \"\r\n Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D\r\n From : /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial\r\nKey imported successfully\r\nRunning transaction check\r\nTransaction check succeeded.\r\nRunning transaction test\r\nTransaction test succeeded.\r\nRunning transaction\r\n\r Preparing : [========================= ] 1/1\r Preparing : 1/1 \r\n\r Installing : python36-3.6.8-39.module_ [ ] 1/2\r Installing : python36-3.6.8-39.module_ [= ] 1/2\r Installing : python36-3.6.8-39.module_ [========================= ] 1/2\r Installing : python36-3.6.8-39.module_el8+762+77bd8591.x86_64 1/2 \r\n\r Running scriptlet: python36-3.6.8-39.module_el8+762+77bd8591.x86_64 1/2 \r\n\r Installing : python3-pip-9.0.3-24.el8. [ ] 2/2\r Installing : python3-pip-9.0.3-24.el8. [== ] 2/2\r Installing : python3-pip-9.0.3-24.el8. [=== ] 2/2\r Installing : python3-pip-9.0.3-24.el8. [====== ] 2/2\r Installing : python3-pip-9.0.3-24.el8. [======= ] 2/2\r Installing : python3-pip-9.0.3-24.el8. [================ ] 2/2\r Installing : python3-pip-9.0.3-24.el8. [================= ] 2/2\r Installing : python3-pip-9.0.3-24.el8. [======================== ] 2/2\r Installing : python3-pip-9.0.3-24.el8.noarch 2/2 \r\n\r Running scriptlet: python3-pip-9.0.3-24.el8.noarch 2/2 \r\n\r Verifying : python3-pip-9.0.3-24.el8.noarch 1/2 \r\n\r Verifying : python36-3.6.8-39.module_el8+762+77bd8591.x86_64 2/2 \r\n\r\nInstalled:\r\n python3-pip-9.0.3-24.el8.noarch \r\n python36-3.6.8-39.module_el8+762+77bd8591.x86_64 \r\n\r\nComplete!\r\n", "stdout_lines": [ "+ command -v dnf5", "+ command -v dnf", "+ dnf install -y --skip-broken python python3 python-dnf python3-dnf python-libselinux python3-libselinux curl tar", "CentOS Stream 8 - Ap [=== ] --- B/s | 0 B --:-- ETA", "CentOS Stream 8 - AppStream 153 MB/s | 29 MB 00:00 ", "CentOS Stream 8 - Ba [=== ] --- B/s | 0 B --:-- ETA", "CentOS Stream 8 - BaseOS 110 MB/s | 10 MB 00:00 ", "CentOS Stream 8 - Ex [ === ] --- B/s | 0 B --:-- ETA", "CentOS Stream 8 - Extras 468 kB/s | 18 kB 00:00 ", "CentOS Stream 8 - Ex [ === ] --- B/s | 0 B --:-- ETA", "CentOS Stream 8 - Extras common packages 209 kB/s | 8.0 kB 00:00 ", "No match for argument: python", "There are following alternatives for \"python\": python2, python3.11, python3.12, python36, python38, python39", "No match for argument: python-dnf", "Package python3-dnf-4.7.0-20.el8.noarch is already installed.", "No match for argument: python-libselinux", "Package python3-libselinux-2.9-8.el8.x86_64 is already installed.", "Package curl-7.61.1-34.el8.x86_64 is already installed.", "Package tar-2:1.30-9.el8.x86_64 is already installed.", "Dependencies resolved.", "================================================================================", " Package Arch Version Repository Size", "================================================================================", "Installing:", " python36 x86_64 3.6.8-39.module_el8+762+77bd8591 appstream 19 k", "Installing dependencies:", " python3-pip noarch 9.0.3-24.el8 appstream 20 k", "Enabling module streams:", " python36 3.6 ", "", "Transaction Summary", "================================================================================", "Install 2 Packages", "", "Total download size: 40 k", "Installed size: 16 k", "Downloading Packages:", "(1/2): python3-pip-9 0% [ ] --- B/s | 0 B --:-- ETA", "(1/2): python3-pip-9.0.3-24.el8.noarch.rpm 1.0 MB/s | 20 kB 00:00 ", "(2/2): python36-3.6. 51% [========== ] 1.0 MB/s | 20 kB 00:00 ETA", "(2/2): python36-3.6.8-39.module_el8+762+77bd859 798 kB/s | 19 kB 00:00 ", "--------------------------------------------------------------------------------", "Total 1.4 MB/s | 40 kB 00:00 ", "CentOS Stream 8 - Ap [ === ] --- B/s | 0 B --:-- ETA", "CentOS Stream 8 - AppStream 1.6 MB/s | 1.6 kB 00:00 ", "Importing GPG key 0x8483C65D:", " Userid : \"CentOS (CentOS Official Signing Key) \"", " Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D", " From : /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial", "Key imported successfully", "Running transaction check", "Transaction check succeeded.", "Running transaction test", "Transaction test succeeded.", "Running transaction", "", " Preparing : [========================= ] 1/1", " Preparing : 1/1 ", "", " Installing : python36-3.6.8-39.module_ [ ] 1/2", " Installing : python36-3.6.8-39.module_ [= ] 1/2", " Installing : python36-3.6.8-39.module_ [========================= ] 1/2", " Installing : python36-3.6.8-39.module_el8+762+77bd8591.x86_64 1/2 ", "", " Running scriptlet: python36-3.6.8-39.module_el8+762+77bd8591.x86_64 1/2 ", "", " Installing : python3-pip-9.0.3-24.el8. [ ] 2/2", " Installing : python3-pip-9.0.3-24.el8. [== ] 2/2", " Installing : python3-pip-9.0.3-24.el8. [=== ] 2/2", " Installing : python3-pip-9.0.3-24.el8. [====== ] 2/2", " Installing : python3-pip-9.0.3-24.el8. [======= ] 2/2", " Installing : python3-pip-9.0.3-24.el8. [================ ] 2/2", " Installing : python3-pip-9.0.3-24.el8. [================= ] 2/2", " Installing : python3-pip-9.0.3-24.el8. [======================== ] 2/2", " Installing : python3-pip-9.0.3-24.el8.noarch 2/2 ", "", " Running scriptlet: python3-pip-9.0.3-24.el8.noarch 2/2 ", "", " Verifying : python3-pip-9.0.3-24.el8.noarch 1/2 ", "", " Verifying : python36-3.6.8-39.module_el8+762+77bd8591.x86_64 2/2 ", "", "Installed:", " python3-pip-9.0.3-24.el8.noarch ", " python36-3.6.8-39.module_el8+762+77bd8591.x86_64 ", "", "Complete!" ] }, "_bootstrap_ansible_python_download": { "attempts": 1, "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 18.219.212.59 closed.\r\n", "stderr_lines": [ "Shared connection to 18.219.212.59 closed." ], "stdout": "+ mkdir -p /var/opt/standalone-python\r\n+ curl 'https://gitlab.com/api/v4/projects/75476709/jobs/artifacts/main/raw/dist/build-x86_64.tar.gz?job=build_cpython%3A%20%5Bx86_64%5D'\r\n+ tar -C /var/opt/standalone-python -xzf -\r\n % Total % Received % Xferd Average Speed Time Time Time Current\r\n Dload Upload Total Spent Left Speed\r\n\r 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\r 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\r 26 127M 26 33.6M 0 0 29.8M 0 0:00:04 0:00:01 0:00:03 29.7M\r 50 127M 50 64.3M 0 0 30.4M 0 0:00:04 0:00:02 0:00:02 30.4M\r 72 127M 72 92.2M 0 0 29.7M 0 0:00:04 0:00:03 0:00:01 29.7M\r 98 127M 98 125M 0 0 30.6M 0 0:00:04 0:00:04 --:--:-- 30.6M\r100 127M 100 127M 0 0 30.4M 0 0:00:04 0:00:04 --:--:-- 31.9M\r\n", "stdout_lines": [ "+ mkdir -p /var/opt/standalone-python", "+ curl 'https://gitlab.com/api/v4/projects/75476709/jobs/artifacts/main/raw/dist/build-x86_64.tar.gz?job=build_cpython%3A%20%5Bx86_64%5D'", "+ tar -C /var/opt/standalone-python -xzf -", " % Total % Received % Xferd Average Speed Time Time Time Current", " Dload Upload Total Spent Left Speed", "", " 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0", " 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0", " 26 127M 26 33.6M 0 0 29.8M 0 0:00:04 0:00:01 0:00:03 29.7M", " 50 127M 50 64.3M 0 0 30.4M 0 0:00:04 0:00:02 0:00:02 30.4M", " 72 127M 72 92.2M 0 0 29.7M 0 0:00:04 0:00:03 0:00:01 29.7M", " 98 127M 98 125M 0 0 30.6M 0 0:00:04 0:00:04 --:--:-- 30.6M", "100 127M 100 127M 0 0 30.4M 0 0:00:04 0:00:04 --:--:-- 31.9M" ] }, "_bootstrap_ansible_python_interpreter_info": { "arch": "x86_64", "changed": false, "executable": "/var/opt/standalone-python/bin/python3", "failed": false, "version": "3.12.11" }, "_bootstrap_ansible_uname_arch": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 18.219.212.59 closed.\r\n", "stderr_lines": [ "Shared connection to 18.219.212.59 closed." ], "stdout": "x86_64\r\n", "stdout_lines": [ "x86_64" ] }, "_centos_eol__centos_eol_os_release_name_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 18.219.212.59 closed.\r\n", "stderr_lines": [ "Shared connection to 18.219.212.59 closed." ], "stdout": "CentOS Stream\r\n", "stdout_lines": [ "CentOS Stream" ] }, "_centos_eol__centos_eol_os_release_version_id_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 18.219.212.59 closed.\r\n", "stderr_lines": [ "Shared connection to 18.219.212.59 closed." ], "stdout": "8\r\n", "stdout_lines": [ "8" ] }, "_centos_eol_os_release_name": "CentOS Stream", "_centos_eol_os_release_version_id": "8", "_python_download": { "attempts": 1, "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 18.219.212.59 closed.\r\n", "stderr_lines": [ "Shared connection to 18.219.212.59 closed." ], "stdout": "+ mkdir -p /var/opt/standalone-python\r\n+ curl 'https://gitlab.com/api/v4/projects/75476709/jobs/artifacts/main/raw/dist/build-x86_64.tar.gz?job=build_cpython%3A%20%5Bx86_64%5D'\r\n+ tar -C /var/opt/standalone-python -xzf -\r\n % Total % Received % Xferd Average Speed Time Time Time Current\r\n Dload Upload Total Spent Left Speed\r\n\r 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\r 23 127M 23 30.6M 0 0 32.4M 0 0:00:03 --:--:-- 0:00:03 32.4M\r 56 127M 56 72.4M 0 0 36.9M 0 0:00:03 0:00:01 0:00:02 36.9M\r 87 127M 87 111M 0 0 37.5M 0 0:00:03 0:00:02 0:00:01 37.5M\r100 127M 100 127M 0 0 37.6M 0 0:00:03 0:00:03 --:--:-- 37.6M\r\n", "stdout_lines": [ "+ mkdir -p /var/opt/standalone-python", "+ curl 'https://gitlab.com/api/v4/projects/75476709/jobs/artifacts/main/raw/dist/build-x86_64.tar.gz?job=build_cpython%3A%20%5Bx86_64%5D'", "+ tar -C /var/opt/standalone-python -xzf -", " % Total % Received % Xferd Average Speed Time Time Time Current", " Dload Upload Total Spent Left Speed", "", " 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0", " 23 127M 23 30.6M 0 0 32.4M 0 0:00:03 --:--:-- 0:00:03 32.4M", " 56 127M 56 72.4M 0 0 36.9M 0 0:00:03 0:00:01 0:00:02 36.9M", " 87 127M 87 111M 0 0 37.5M 0 0:00:03 0:00:02 0:00:01 37.5M", "100 127M 100 127M 0 0 37.6M 0 0:00:03 0:00:03 --:--:-- 37.6M" ] }, "_uname_arch": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 18.219.212.59 closed.\r\n", "stderr_lines": [ "Shared connection to 18.219.212.59 closed." ], "stdout": "x86_64\r\n", "stdout_lines": [ "x86_64" ] }, "ansible_all_ipv4_addresses": [ "172.31.28.187" ], "ansible_all_ipv6_addresses": [ "fe80::407:7eff:fef9:83ab" ], "ansible_apparmor": { "status": "disabled" }, "ansible_architecture": "x86_64", "ansible_bios_date": "10/16/2017", "ansible_bios_vendor": "Amazon EC2", "ansible_bios_version": "1.0", "ansible_board_asset_tag": "i-0139be562fb061c06", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "Amazon EC2", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "Amazon EC2", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Amazon EC2", "ansible_chassis_version": "NA", "ansible_check_mode": false, "ansible_cmdline": { "BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.6.1.el8.x86_64", "console": "ttyS0,115200n8", "crashkernel": "auto", "net.ifnames": "0", "no_timer_check": true, "nvme_core.io_timeout": "4294967295", "nvme_core.max_retries": "10", "ro": true, "root": "UUID=6088d1e9-b24b-447b-9a77-7400d5e63b50" }, "ansible_config_file": "/etc/ansible/ansible.cfg", "ansible_date_time": { "date": "2026-08-21", "day": "21", "epoch": "1787328769", "epoch_int": "1787328769", "hour": "16", "iso8601": "2026-08-21T16:12:49Z", "iso8601_basic": "20260821T161249349912", "iso8601_basic_short": "20260821T161249", "iso8601_micro": "2026-08-21T16:12:49.349912Z", "minute": "12", "month": "08", "second": "49", "time": "16:12:49", "tz": "UTC", "tz_dst": "UTC", "tz_offset": "+0000", "weekday": "Friday", "weekday_number": "5", "weeknumber": "33", "year": "2026" }, "ansible_default_ipv4": { "address": "172.31.28.187", "alias": "eth0", "broadcast": "172.31.31.255", "gateway": "172.31.16.1", "interface": "eth0", "macaddress": "06:07:7e:f9:83:ab", "mtu": 9001, "netmask": "255.255.240.0", "network": "172.31.16.0", "prefix": "20", "type": "ether" }, "ansible_default_ipv6": {}, "ansible_device_links": { "ids": { "nvme0n1": [ "nvme-Amazon_Elastic_Block_Store_vol087865f2c7f6f1c07", "nvme-uuid.788f6729-07a9-5753-aac6-e105e630192b" ], "nvme0n1p1": [ "nvme-Amazon_Elastic_Block_Store_vol087865f2c7f6f1c07-part1", "nvme-uuid.788f6729-07a9-5753-aac6-e105e630192b-part1", "wwn-uuid.788f6729-07a9-5753-aac6-e105e630192b-part1" ] }, "labels": {}, "masters": {}, "uuids": { "nvme0n1p1": [ "6088d1e9-b24b-447b-9a77-7400d5e63b50" ] } }, "ansible_devices": { "nvme0n1": { "holders": [], "host": "", "links": { "ids": [ "nvme-Amazon_Elastic_Block_Store_vol087865f2c7f6f1c07", "nvme-uuid.788f6729-07a9-5753-aac6-e105e630192b" ], "labels": [], "masters": [], "uuids": [] }, "model": "Amazon Elastic Block Store", "partitions": { "nvme0n1p1": { "holders": [], "links": { "ids": [ "nvme-Amazon_Elastic_Block_Store_vol087865f2c7f6f1c07-part1", "nvme-uuid.788f6729-07a9-5753-aac6-e105e630192b-part1", "wwn-uuid.788f6729-07a9-5753-aac6-e105e630192b-part1" ], "labels": [], "masters": [], "uuids": [ "6088d1e9-b24b-447b-9a77-7400d5e63b50" ] }, "sectors": "209713119", "sectorsize": 512, "size": "100.00 GB", "start": "2048", "uuid": "6088d1e9-b24b-447b-9a77-7400d5e63b50" } }, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "none", "sectors": "209715200", "sectorsize": "512", "serial": "vol087865f2c7f6f1c07", "size": "100.00 GB", "support_discard": "0", "vendor": null, "virtual": 1 } }, "ansible_diff_mode": false, "ansible_distribution": "CentOS", "ansible_distribution_file_parsed": true, "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_major_version": "8", "ansible_distribution_release": "Stream", "ansible_distribution_version": "8", "ansible_dns": { "nameservers": [ "172.31.0.2" ], "search": [ "us-east-2.compute.internal" ] }, "ansible_domain": "us-east-2.compute.internal", "ansible_effective_group_id": 0, "ansible_effective_user_id": 0, "ansible_env": { "BASH_FUNC_which%%": "() { ( alias;\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\n}", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "HOME": "/root", "LANG": "en_US.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "2", "SSH_CLIENT": "3.16.138.141 39968 22", "SSH_CONNECTION": "3.16.138.141 39968 172.31.28.187 22", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_ID": "5", "_": "/var/opt/standalone-python/bin/python3", "which_declare": "declare -f" }, "ansible_eth0": { "active": true, "device": "eth0", "features": { "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "generic_receive_offload": "on", "generic_segmentation_offload": "on", "highdma": "on", "hw_tc_offload": "off [fixed]", "l2_fwd_offload": "off [fixed]", "large_receive_offload": "off [fixed]", "loopback": "off [fixed]", "netns_local": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "on", "rx_all": "off [fixed]", "rx_checksumming": "on", "rx_fcs": "off [fixed]", "rx_gro_hw": "off [fixed]", "rx_gro_list": "off", "rx_udp_gro_forwarding": "off", "rx_udp_tunnel_port_offload": "off [fixed]", "rx_vlan_filter": "off [fixed]", "rx_vlan_offload": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "scatter_gather": "on", "tcp_segmentation_offload": "off", "tls_hw_record": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv4": "on", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "tx_checksumming": "on", "tx_esp_segmentation": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_gso_robust": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_lockless": "off [fixed]", "tx_nocache_copy": "off", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_tcp6_segmentation": "off [fixed]", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off [fixed]", "tx_tcp_segmentation": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_vlan_offload": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "vlan_challenged": "off [fixed]" }, "hw_timestamp_filters": [], "ipv4": { "address": "172.31.28.187", "broadcast": "172.31.31.255", "netmask": "255.255.240.0", "network": "172.31.16.0", "prefix": "20" }, "ipv6": [ { "address": "fe80::407:7eff:fef9:83ab", "prefix": "64", "scope": "link" } ], "macaddress": "06:07:7e:f9:83:ab", "module": "ena", "mtu": 9001, "pciid": "0000:00:05.0", "promisc": false, "timestamping": [], "type": "ether" }, "ansible_facts": { "all_ipv4_addresses": [ "172.31.28.187" ], "all_ipv6_addresses": [ "fe80::407:7eff:fef9:83ab" ], "ansible_local": {}, "apparmor": { "status": "disabled" }, "architecture": "x86_64", "bios_date": "10/16/2017", "bios_vendor": "Amazon EC2", "bios_version": "1.0", "board_asset_tag": "i-0139be562fb061c06", "board_name": "NA", "board_serial": "NA", "board_vendor": "Amazon EC2", "board_version": "NA", "chassis_asset_tag": "Amazon EC2", "chassis_serial": "NA", "chassis_vendor": "Amazon EC2", "chassis_version": "NA", "cmdline": { "BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.6.1.el8.x86_64", "console": "ttyS0,115200n8", "crashkernel": "auto", "net.ifnames": "0", "no_timer_check": true, "nvme_core.io_timeout": "4294967295", "nvme_core.max_retries": "10", "ro": true, "root": "UUID=6088d1e9-b24b-447b-9a77-7400d5e63b50" }, "date_time": { "date": "2026-08-21", "day": "21", "epoch": "1787328769", "epoch_int": "1787328769", "hour": "16", "iso8601": "2026-08-21T16:12:49Z", "iso8601_basic": "20260821T161249349912", "iso8601_basic_short": "20260821T161249", "iso8601_micro": "2026-08-21T16:12:49.349912Z", "minute": "12", "month": "08", "second": "49", "time": "16:12:49", "tz": "UTC", "tz_dst": "UTC", "tz_offset": "+0000", "weekday": "Friday", "weekday_number": "5", "weeknumber": "33", "year": "2026" }, "default_ipv4": { "address": "172.31.28.187", "alias": "eth0", "broadcast": "172.31.31.255", "gateway": "172.31.16.1", "interface": "eth0", "macaddress": "06:07:7e:f9:83:ab", "mtu": 9001, "netmask": "255.255.240.0", "network": "172.31.16.0", "prefix": "20", "type": "ether" }, "default_ipv6": {}, "device_links": { "ids": { "nvme0n1": [ "nvme-Amazon_Elastic_Block_Store_vol087865f2c7f6f1c07", "nvme-uuid.788f6729-07a9-5753-aac6-e105e630192b" ], "nvme0n1p1": [ "nvme-Amazon_Elastic_Block_Store_vol087865f2c7f6f1c07-part1", "nvme-uuid.788f6729-07a9-5753-aac6-e105e630192b-part1", "wwn-uuid.788f6729-07a9-5753-aac6-e105e630192b-part1" ] }, "labels": {}, "masters": {}, "uuids": { "nvme0n1p1": [ "6088d1e9-b24b-447b-9a77-7400d5e63b50" ] } }, "devices": { "nvme0n1": { "holders": [], "host": "", "links": { "ids": [ "nvme-Amazon_Elastic_Block_Store_vol087865f2c7f6f1c07", "nvme-uuid.788f6729-07a9-5753-aac6-e105e630192b" ], "labels": [], "masters": [], "uuids": [] }, "model": "Amazon Elastic Block Store", "partitions": { "nvme0n1p1": { "holders": [], "links": { "ids": [ "nvme-Amazon_Elastic_Block_Store_vol087865f2c7f6f1c07-part1", "nvme-uuid.788f6729-07a9-5753-aac6-e105e630192b-part1", "wwn-uuid.788f6729-07a9-5753-aac6-e105e630192b-part1" ], "labels": [], "masters": [], "uuids": [ "6088d1e9-b24b-447b-9a77-7400d5e63b50" ] }, "sectors": "209713119", "sectorsize": 512, "size": "100.00 GB", "start": "2048", "uuid": "6088d1e9-b24b-447b-9a77-7400d5e63b50" } }, "removable": "0", "rotational": "0", "sas_address": null, "sas_device_handle": null, "scheduler_mode": "none", "sectors": "209715200", "sectorsize": "512", "serial": "vol087865f2c7f6f1c07", "size": "100.00 GB", "support_discard": "0", "vendor": null, "virtual": 1 } }, "discovered_interpreter_python": "/usr/libexec/platform-python", "distribution": "CentOS", "distribution_file_parsed": true, "distribution_file_path": "/etc/centos-release", "distribution_file_variety": "CentOS", "distribution_major_version": "8", "distribution_release": "Stream", "distribution_version": "8", "dns": { "nameservers": [ "172.31.0.2" ], "search": [ "us-east-2.compute.internal" ] }, "domain": "us-east-2.compute.internal", "effective_group_id": 0, "effective_user_id": 0, "env": { "BASH_FUNC_which%%": "() { ( alias;\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\n}", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "HOME": "/root", "LANG": "en_US.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "LOGNAME": "root", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "PWD": "/root", "SELINUX_LEVEL_REQUESTED": "", "SELINUX_ROLE_REQUESTED": "", "SELINUX_USE_CURRENT_RANGE": "", "SHELL": "/bin/bash", "SHLVL": "2", "SSH_CLIENT": "3.16.138.141 39968 22", "SSH_CONNECTION": "3.16.138.141 39968 172.31.28.187 22", "USER": "root", "XDG_RUNTIME_DIR": "/run/user/0", "XDG_SESSION_ID": "5", "_": "/var/opt/standalone-python/bin/python3", "which_declare": "declare -f" }, "eth0": { "active": true, "device": "eth0", "features": { "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "generic_receive_offload": "on", "generic_segmentation_offload": "on", "highdma": "on", "hw_tc_offload": "off [fixed]", "l2_fwd_offload": "off [fixed]", "large_receive_offload": "off [fixed]", "loopback": "off [fixed]", "netns_local": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "on", "rx_all": "off [fixed]", "rx_checksumming": "on", "rx_fcs": "off [fixed]", "rx_gro_hw": "off [fixed]", "rx_gro_list": "off", "rx_udp_gro_forwarding": "off", "rx_udp_tunnel_port_offload": "off [fixed]", "rx_vlan_filter": "off [fixed]", "rx_vlan_offload": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "scatter_gather": "on", "tcp_segmentation_offload": "off", "tls_hw_record": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv4": "on", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "tx_checksumming": "on", "tx_esp_segmentation": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_gso_robust": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_lockless": "off [fixed]", "tx_nocache_copy": "off", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_tcp6_segmentation": "off [fixed]", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off [fixed]", "tx_tcp_segmentation": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_vlan_offload": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "vlan_challenged": "off [fixed]" }, "hw_timestamp_filters": [], "ipv4": { "address": "172.31.28.187", "broadcast": "172.31.31.255", "netmask": "255.255.240.0", "network": "172.31.16.0", "prefix": "20" }, "ipv6": [ { "address": "fe80::407:7eff:fef9:83ab", "prefix": "64", "scope": "link" } ], "macaddress": "06:07:7e:f9:83:ab", "module": "ena", "mtu": 9001, "pciid": "0000:00:05.0", "promisc": false, "timestamping": [], "type": "ether" }, "fibre_channel_wwn": [], "fips": false, "form_factor": "Other", "fqdn": "ip-172-31-28-187.us-east-2.compute.internal", "gather_subset": [ "all" ], "hostname": "ip-172-31-28-187", "hostnqn": "", "interfaces": [ "eth0", "lo" ], "is_chroot": false, "iscsi_iqn": "", "kernel": "4.18.0-553.6.1.el8.x86_64", "kernel_version": "#1 SMP Thu May 30 04:13:58 UTC 2024", "lo": { "active": true, "device": "lo", "features": { "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "generic_receive_offload": "on", "generic_segmentation_offload": "on", "highdma": "on [fixed]", "hw_tc_offload": "off [fixed]", "l2_fwd_offload": "off [fixed]", "large_receive_offload": "off [fixed]", "loopback": "on [fixed]", "netns_local": "on [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "rx_all": "off [fixed]", "rx_checksumming": "on [fixed]", "rx_fcs": "off [fixed]", "rx_gro_hw": "off [fixed]", "rx_gro_list": "off", "rx_udp_gro_forwarding": "off", "rx_udp_tunnel_port_offload": "off [fixed]", "rx_vlan_filter": "off [fixed]", "rx_vlan_offload": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "scatter_gather": "on", "tcp_segmentation_offload": "on", "tls_hw_record": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "tx_checksumming": "on", "tx_esp_segmentation": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gso_list": "on", "tx_gso_partial": "off [fixed]", "tx_gso_robust": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_lockless": "on [fixed]", "tx_nocache_copy": "off [fixed]", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tx_sctp_segmentation": "on", "tx_tcp6_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp_segmentation": "on", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_vlan_offload": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "vlan_challenged": "on [fixed]" }, "hw_timestamp_filters": [], "ipv4": { "address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8" }, "ipv6": [ { "address": "::1", "prefix": "128", "scope": "host" } ], "mtu": 65536, "promisc": false, "timestamping": [], "type": "loopback" }, "loadavg": { "15m": 0.087890625, "1m": 0.6103515625, "5m": 0.24072265625 }, "locally_reachable_ips": { "ipv4": [ "127.0.0.0/8", "127.0.0.1", "172.31.28.187" ], "ipv6": [ "::1", "fe80::407:7eff:fef9:83ab" ] }, "lsb": {}, "lvm": "N/A", "machine": "x86_64", "machine_id": "ec25f59992b031440c971750b5b0bed8", "memfree_mb": 2512, "memory_mb": { "nocache": { "free": 3334, "used": 229 }, "real": { "free": 2512, "total": 3563, "used": 1051 }, "swap": { "cached": 0, "free": 0, "total": 0, "used": 0 } }, "memtotal_mb": 3563, "module_setup": true, "mounts": [ { "block_available": 25520725, "block_size": 4096, "block_total": 26211579, "block_used": 690854, "device": "/dev/nvme0n1p1", "fstype": "xfs", "inode_available": 52381457, "inode_total": 52428272, "inode_used": 46815, "mount": "/", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 104532889600, "size_total": 107362627584, "uuid": "6088d1e9-b24b-447b-9a77-7400d5e63b50" } ], "nodename": "ip-172-31-28-187.us-east-2.compute.internal", "os_family": "RedHat", "pkg_mgr": "dnf", "proc_cmdline": { "BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.6.1.el8.x86_64", "console": "ttyS0,115200n8", "crashkernel": "auto", "net.ifnames": "0", "no_timer_check": true, "nvme_core.io_timeout": "4294967295", "nvme_core.max_retries": "10", "ro": true, "root": "UUID=6088d1e9-b24b-447b-9a77-7400d5e63b50" }, "processor": [ "0", "AuthenticAMD", "AMD EPYC 7R13 Processor", "1", "AuthenticAMD", "AMD EPYC 7R13 Processor" ], "processor_cores": 1, "processor_count": 1, "processor_nproc": 2, "processor_threads_per_core": 2, "processor_vcpus": 2, "product_name": "c6a.large", "product_serial": "ec25f599-92b0-3144-0c97-1750b5b0bed8", "product_uuid": "ec25f599-92b0-3144-0c97-1750b5b0bed8", "product_version": "NA", "python": { "executable": "/var/opt/standalone-python/bin/python3", "has_sslcontext": true, "type": "cpython", "version": { "major": 3, "micro": 11, "minor": 12, "releaselevel": "final", "serial": 0 }, "version_info": [ 3, 12, 11, "final", 0 ] }, "python_version": "3.12.11", "real_group_id": 0, "real_user_id": 0, "selinux": { "status": "Missing selinux Python library" }, "selinux_python_present": false, "service_mgr": "systemd", "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "auto-cpufreq.service": { "name": "auto-cpufreq.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "chrony-dnssrv@.service": { "name": "chrony-dnssrv@.service", "source": "systemd", "state": "unknown", "status": "static" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cockpit-motd.service": { "name": "cockpit-motd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cockpit-wsinstance-http.service": { "name": "cockpit-wsinstance-http.service", "source": "systemd", "state": "inactive", "status": "static" }, "cockpit-wsinstance-https-factory@.service": { "name": "cockpit-wsinstance-https-factory@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cockpit-wsinstance-https@.service": { "name": "cockpit-wsinstance-https@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cockpit.service": { "name": "cockpit.service", "source": "systemd", "state": "inactive", "status": "static" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "static" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "running", "status": "static" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "halt-local.service": { "name": "halt-local.service", "source": "systemd", "state": "inactive", "status": "static" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "import-state.service": { "name": "import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "loadmodules.service": { "name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "messagebus.service": { "name": "messagebus.service", "source": "systemd", "state": "active", "status": "static" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-convert.service": { "name": "nfs-convert.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "packagekit-offline-update.service": { "name": "packagekit-offline-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "packagekit.service": { "name": "packagekit.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "running", "status": "static" }, "power-profiles-daemon.service": { "name": "power-profiles-daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "indirect" }, "serial-getty@ttyS0.service": { "name": "serial-getty@ttyS0.service", "source": "systemd", "state": "running", "status": "active" }, "setroubleshootd.service": { "name": "setroubleshootd.service", "source": "systemd", "state": "inactive", "status": "static" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "active", "status": "enabled" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-coredump@0.service": { "name": "systemd-coredump@0.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "masked" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "tcsd.service": { "name": "tcsd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "timedatex.service": { "name": "timedatex.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "tlp.service": { "name": "tlp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "tuned.service": { "name": "tuned.service", "source": "systemd", "state": "running", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } }, "ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBA8RyaPPMKEEy3GZ/ymTCLgVdeZzr7EnM+YsLd4REGjfE0+7P8LjZTVhxZOiKNmfzwU0kKgXAfP0mX/2bxiyNVc=", "ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIDG+Hx0+8tju3G6LwI2zJAVcWqO7aNwMkwlLn59gjYIl", "ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDpnw8wHvtEA0VdztZwjzQNYKFwCWP99HZFmhLp9mrMdUonm4V20k7IGFGYLjqefRxXRV/4mEkMiaEuQdi+7xF7++rkPMtWAebT0Px16Rp/fSpUAyFuZWzrdEB6WaCSPIoWmBNhTalbl35QPkFMLLPmVE1aOWZ18Cg2dRvs6EUsJKEb9KFG/rQkv6UF9GuCYIXqGkmy7vmJOi0RRR8UKdUNZYrZPMrFQj1MTQep9FI/U7z+I4mkelLvsUBJMZkUWQbftqw0TDsxABeTA+MdP/JzoXcbHPBD/GPQL5qaBU5DICCaVbioNgdaaCk+8UWeqoougpgGSzVuLBYfxzGH1OC3j9gyEwLfFiC0kSttxKpgLr7Ss2LP4cQO/x+v8jsUn+LyiT7TBSyGdWpQP3YXL+4zUvtzqWu1helLj0s/wvUzsGCKuEhszscZt7p8WoJzZenxO7UaPgnnc1084E7d/d3HXtZtsWWrfpY2PTrDvpMWPB6xRsz9/zNiWyZlZKJmR0c=", "ssh_host_key_rsa_public_keytype": "ssh-rsa", "swapfree_mb": 0, "swaptotal_mb": 0, "system": "Linux", "system_capabilities": [], "system_capabilities_enforced": "False", "system_vendor": "Amazon EC2", "uptime_seconds": 125, "user_dir": "/root", "user_gecos": "root", "user_gid": 0, "user_id": "root", "user_shell": "/bin/bash", "user_uid": 0, "userspace_architecture": "x86_64", "userspace_bits": "64", "virtualization_role": "guest", "virtualization_tech_guest": [ "kvm" ], "virtualization_tech_host": [], "virtualization_type": "kvm" }, "ansible_fibre_channel_wwn": [], "ansible_fips": false, "ansible_forks": 5, "ansible_form_factor": "Other", "ansible_fqdn": "ip-172-31-28-187.us-east-2.compute.internal", "ansible_hostname": "ip-172-31-28-187", "ansible_hostnqn": "", "ansible_interfaces": [ "eth0", "lo" ], "ansible_inventory_sources": [ "18.219.212.59," ], "ansible_is_chroot": false, "ansible_iscsi_iqn": "", "ansible_kernel": "4.18.0-553.6.1.el8.x86_64", "ansible_kernel_version": "#1 SMP Thu May 30 04:13:58 UTC 2024", "ansible_lo": { "active": true, "device": "lo", "features": { "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "fcoe_mtu": "off [fixed]", "generic_receive_offload": "on", "generic_segmentation_offload": "on", "highdma": "on [fixed]", "hw_tc_offload": "off [fixed]", "l2_fwd_offload": "off [fixed]", "large_receive_offload": "off [fixed]", "loopback": "on [fixed]", "netns_local": "on [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "rx_all": "off [fixed]", "rx_checksumming": "on [fixed]", "rx_fcs": "off [fixed]", "rx_gro_hw": "off [fixed]", "rx_gro_list": "off", "rx_udp_gro_forwarding": "off", "rx_udp_tunnel_port_offload": "off [fixed]", "rx_vlan_filter": "off [fixed]", "rx_vlan_offload": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "scatter_gather": "on", "tcp_segmentation_offload": "on", "tls_hw_record": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "tx_checksumming": "on", "tx_esp_segmentation": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gso_list": "on", "tx_gso_partial": "off [fixed]", "tx_gso_robust": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_lockless": "on [fixed]", "tx_nocache_copy": "off [fixed]", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tx_sctp_segmentation": "on", "tx_tcp6_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp_segmentation": "on", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_vlan_offload": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "vlan_challenged": "on [fixed]" }, "hw_timestamp_filters": [], "ipv4": { "address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8" }, "ipv6": [ { "address": "::1", "prefix": "128", "scope": "host" } ], "mtu": 65536, "promisc": false, "timestamping": [], "type": "loopback" }, "ansible_loadavg": { "15m": 0.087890625, "1m": 0.6103515625, "5m": 0.24072265625 }, "ansible_local": {}, "ansible_locally_reachable_ips": { "ipv4": [ "127.0.0.0/8", "127.0.0.1", "172.31.28.187" ], "ipv6": [ "::1", "fe80::407:7eff:fef9:83ab" ] }, "ansible_lsb": {}, "ansible_lvm": "N/A", "ansible_machine": "x86_64", "ansible_machine_id": "ec25f59992b031440c971750b5b0bed8", "ansible_memfree_mb": 2512, "ansible_memory_mb": { "nocache": { "free": 3334, "used": 229 }, "real": { "free": 2512, "total": 3563, "used": 1051 }, "swap": { "cached": 0, "free": 0, "total": 0, "used": 0 } }, "ansible_memtotal_mb": 3563, "ansible_mounts": [ { "block_available": 25520725, "block_size": 4096, "block_total": 26211579, "block_used": 690854, "device": "/dev/nvme0n1p1", "fstype": "xfs", "inode_available": 52381457, "inode_total": 52428272, "inode_used": 46815, "mount": "/", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "size_available": 104532889600, "size_total": 107362627584, "uuid": "6088d1e9-b24b-447b-9a77-7400d5e63b50" } ], "ansible_nodename": "ip-172-31-28-187.us-east-2.compute.internal", "ansible_os_family": "RedHat", "ansible_package_use": "testing_farm_profiles.library.dnf_yum_cli", "ansible_pkg_mgr": "dnf", "ansible_playbook_python": "/opt/gluetool/bin/python", "ansible_proc_cmdline": { "BOOT_IMAGE": "(hd0,msdos1)/boot/vmlinuz-4.18.0-553.6.1.el8.x86_64", "console": "ttyS0,115200n8", "crashkernel": "auto", "net.ifnames": "0", "no_timer_check": true, "nvme_core.io_timeout": "4294967295", "nvme_core.max_retries": "10", "ro": true, "root": "UUID=6088d1e9-b24b-447b-9a77-7400d5e63b50" }, "ansible_processor": [ "0", "AuthenticAMD", "AMD EPYC 7R13 Processor", "1", "AuthenticAMD", "AMD EPYC 7R13 Processor" ], "ansible_processor_cores": 1, "ansible_processor_count": 1, "ansible_processor_nproc": 2, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_product_name": "c6a.large", "ansible_product_serial": "ec25f599-92b0-3144-0c97-1750b5b0bed8", "ansible_product_uuid": "ec25f599-92b0-3144-0c97-1750b5b0bed8", "ansible_product_version": "NA", "ansible_python": { "executable": "/var/opt/standalone-python/bin/python3", "has_sslcontext": true, "type": "cpython", "version": { "major": 3, "micro": 11, "minor": 12, "releaselevel": "final", "serial": 0 }, "version_info": [ 3, 12, 11, "final", 0 ] }, "ansible_python_interpreter": "/var/opt/standalone-python/bin/python3", "ansible_python_version": "3.12.11", "ansible_real_group_id": 0, "ansible_real_user_id": 0, "ansible_run_tags": [ "all" ], "ansible_selinux": { "status": "Missing selinux Python library" }, "ansible_selinux_python_present": false, "ansible_service_mgr": "systemd", "ansible_skip_tags": [], "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBA8RyaPPMKEEy3GZ/ymTCLgVdeZzr7EnM+YsLd4REGjfE0+7P8LjZTVhxZOiKNmfzwU0kKgXAfP0mX/2bxiyNVc=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIDG+Hx0+8tju3G6LwI2zJAVcWqO7aNwMkwlLn59gjYIl", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDpnw8wHvtEA0VdztZwjzQNYKFwCWP99HZFmhLp9mrMdUonm4V20k7IGFGYLjqefRxXRV/4mEkMiaEuQdi+7xF7++rkPMtWAebT0Px16Rp/fSpUAyFuZWzrdEB6WaCSPIoWmBNhTalbl35QPkFMLLPmVE1aOWZ18Cg2dRvs6EUsJKEb9KFG/rQkv6UF9GuCYIXqGkmy7vmJOi0RRR8UKdUNZYrZPMrFQj1MTQep9FI/U7z+I4mkelLvsUBJMZkUWQbftqw0TDsxABeTA+MdP/JzoXcbHPBD/GPQL5qaBU5DICCaVbioNgdaaCk+8UWeqoougpgGSzVuLBYfxzGH1OC3j9gyEwLfFiC0kSttxKpgLr7Ss2LP4cQO/x+v8jsUn+LyiT7TBSyGdWpQP3YXL+4zUvtzqWu1helLj0s/wvUzsGCKuEhszscZt7p8WoJzZenxO7UaPgnnc1084E7d/d3HXtZtsWWrfpY2PTrDvpMWPB6xRsz9/zNiWyZlZKJmR0c=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_swapfree_mb": 0, "ansible_swaptotal_mb": 0, "ansible_system": "Linux", "ansible_system_capabilities": [], "ansible_system_capabilities_enforced": "False", "ansible_system_vendor": "Amazon EC2", "ansible_uptime_seconds": 125, "ansible_user_dir": "/root", "ansible_user_gecos": "root", "ansible_user_gid": 0, "ansible_user_id": "root", "ansible_user_shell": "/bin/bash", "ansible_user_uid": 0, "ansible_userspace_architecture": "x86_64", "ansible_userspace_bits": "64", "ansible_verbosity": 1, "ansible_version": { "full": "2.16.15", "major": 2, "minor": 16, "revision": 15, "string": "2.16.15" }, "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": [ "kvm" ], "ansible_virtualization_tech_host": [], "ansible_virtualization_type": "kvm", "discovered_interpreter_python": "/usr/libexec/platform-python", "gather_subset": [ "all" ], "group_names": [ "ungrouped" ], "groups": { "all": [ "18.219.212.59" ], "ungrouped": [ "18.219.212.59" ] }, "inventory_dir": "None", "inventory_file": "18.219.212.59,", "inventory_hostname": "18.219.212.59", "inventory_hostname_short": "18.219.212.59", "module_setup": true, "omit": "__omit_place_holder__b1c20cbf368a5e6425bb767405dbacfa999d61f7", "playbook_dir": "/CONFIG/guest-setup/pre-artifact-installation", "python_bin_url": { "aarch64": "https://gitlab.com/api/v4/projects/75476709/jobs/artifacts/main/raw/dist/build-aarch64.tar.gz?job=build_cpython%3A%20%5Baarch64%5D", "ppc64le": "https://gitlab.com/api/v4/projects/75476709/jobs/artifacts/main/raw/dist/build-ppc64le.tar.gz?job=build_cpython%3A%20%5Bppc64le%5D", "s390x": "https://gitlab.com/api/v4/projects/75476709/jobs/artifacts/main/raw/dist/build-s390x.tar.gz?job=build_cpython%3A%20%5Bs390x%5D", "x86_64": "https://gitlab.com/api/v4/projects/75476709/jobs/artifacts/main/raw/dist/build-x86_64.tar.gz?job=build_cpython%3A%20%5Bx86_64%5D" }, "python_install_path": "/var/opt/standalone-python", "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "auto-cpufreq.service": { "name": "auto-cpufreq.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "chrony-dnssrv@.service": { "name": "chrony-dnssrv@.service", "source": "systemd", "state": "unknown", "status": "static" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cockpit-motd.service": { "name": "cockpit-motd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cockpit-wsinstance-http.service": { "name": "cockpit-wsinstance-http.service", "source": "systemd", "state": "inactive", "status": "static" }, "cockpit-wsinstance-https-factory@.service": { "name": "cockpit-wsinstance-https-factory@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cockpit-wsinstance-https@.service": { "name": "cockpit-wsinstance-https@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cockpit.service": { "name": "cockpit.service", "source": "systemd", "state": "inactive", "status": "static" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "static" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "running", "status": "static" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "halt-local.service": { "name": "halt-local.service", "source": "systemd", "state": "inactive", "status": "static" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "import-state.service": { "name": "import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "loadmodules.service": { "name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "messagebus.service": { "name": "messagebus.service", "source": "systemd", "state": "active", "status": "static" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-convert.service": { "name": "nfs-convert.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "packagekit-offline-update.service": { "name": "packagekit-offline-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "packagekit.service": { "name": "packagekit.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "running", "status": "static" }, "power-profiles-daemon.service": { "name": "power-profiles-daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "indirect" }, "serial-getty@ttyS0.service": { "name": "serial-getty@ttyS0.service", "source": "systemd", "state": "running", "status": "active" }, "setroubleshootd.service": { "name": "setroubleshootd.service", "source": "systemd", "state": "inactive", "status": "static" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "active", "status": "enabled" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-coredump@0.service": { "name": "systemd-coredump@0.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "masked" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "tcsd.service": { "name": "tcsd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "timedatex.service": { "name": "timedatex.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "tlp.service": { "name": "tlp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "tuned.service": { "name": "tuned.service", "source": "systemd", "state": "running", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } } } }, "inventory_dir": "None", "inventory_file": "18.219.212.59,", "inventory_hostname": "18.219.212.59", "inventory_hostname_short": "18.219.212.59", "module_setup": true, "omit": "__omit_place_holder__b1c20cbf368a5e6425bb767405dbacfa999d61f7", "pkg_retry_count": 5, "pkg_retry_delay": 30, "play_hosts": [ "18.219.212.59" ], "playbook_dir": "/CONFIG/guest-setup/pre-artifact-installation", "python_bin_url": { "aarch64": "https://gitlab.com/api/v4/projects/75476709/jobs/artifacts/main/raw/dist/build-aarch64.tar.gz?job=build_cpython%3A%20%5Baarch64%5D", "ppc64le": "https://gitlab.com/api/v4/projects/75476709/jobs/artifacts/main/raw/dist/build-ppc64le.tar.gz?job=build_cpython%3A%20%5Bppc64le%5D", "s390x": "https://gitlab.com/api/v4/projects/75476709/jobs/artifacts/main/raw/dist/build-s390x.tar.gz?job=build_cpython%3A%20%5Bs390x%5D", "x86_64": "https://gitlab.com/api/v4/projects/75476709/jobs/artifacts/main/raw/dist/build-x86_64.tar.gz?job=build_cpython%3A%20%5Bx86_64%5D" }, "python_install_path": "/var/opt/standalone-python", "role_name": "facts", "role_names": [ "testing_farm_profiles.library.update_and_reboot" ], "role_path": "/root/.ansible/collections/ansible_collections/testing_farm_profiles/library/roles/facts", "role_uuid": "0698e77b-6bc1-83b9-a293-0000000000a3", "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "auto-cpufreq.service": { "name": "auto-cpufreq.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "chrony-dnssrv@.service": { "name": "chrony-dnssrv@.service", "source": "systemd", "state": "unknown", "status": "static" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cockpit-motd.service": { "name": "cockpit-motd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cockpit-wsinstance-http.service": { "name": "cockpit-wsinstance-http.service", "source": "systemd", "state": "inactive", "status": "static" }, "cockpit-wsinstance-https-factory@.service": { "name": "cockpit-wsinstance-https-factory@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cockpit-wsinstance-https@.service": { "name": "cockpit-wsinstance-https@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cockpit.service": { "name": "cockpit.service", "source": "systemd", "state": "inactive", "status": "static" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "cpupower.service": { "name": "cpupower.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "static" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "static" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "running", "status": "static" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "inactive", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "halt-local.service": { "name": "halt-local.service", "source": "systemd", "state": "inactive", "status": "static" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "import-state.service": { "name": "import-state.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "loadmodules.service": { "name": "loadmodules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "messagebus.service": { "name": "messagebus.service", "source": "systemd", "state": "active", "status": "static" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-convert.service": { "name": "nfs-convert.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "oddjobd.service": { "name": "oddjobd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "packagekit-offline-update.service": { "name": "packagekit-offline-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "packagekit.service": { "name": "packagekit.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "running", "status": "static" }, "power-profiles-daemon.service": { "name": "power-profiles-daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rdisc.service": { "name": "rdisc.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "indirect" }, "serial-getty@ttyS0.service": { "name": "serial-getty@ttyS0.service", "source": "systemd", "state": "running", "status": "active" }, "setroubleshootd.service": { "name": "setroubleshootd.service", "source": "systemd", "state": "inactive", "status": "static" }, "snapd.seeded.service": { "name": "snapd.seeded.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "active", "status": "enabled" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-coredump@0.service": { "name": "systemd-coredump@0.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-resume@.service": { "name": "systemd-hibernate-resume@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-portabled.service": { "name": "systemd-portabled.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck.service": { "name": "systemd-quotacheck.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "masked" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "tcsd.service": { "name": "tcsd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "teamd@.service": { "name": "teamd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "timedatex.service": { "name": "timedatex.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "tlp.service": { "name": "tlp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "tuned.service": { "name": "tuned.service", "source": "systemd", "state": "running", "status": "enabled" }, "unbound-anchor.service": { "name": "unbound-anchor.service", "source": "systemd", "state": "stopped", "status": "static" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "yppasswdd.service": { "name": "yppasswdd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypserv.service": { "name": "ypserv.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ypxfrd.service": { "name": "ypxfrd.service", "source": "systemd", "state": "stopped", "status": "not-found" } }, "update_and_reboot_task_retries": 5, "update_and_reboot_task_retry_delay": 30, "update_and_reboot_task_wait_for_connection_delay": 5, "update_and_reboot_task_wait_for_connection_timeout": 300 } } TASK [testing_farm_profiles.library.facts : Collect installed RPMs] ************ ok: [18.219.212.59] => { "changed": false, "cmd": "set -o pipefail\nrpm -qa | sort\n", "delta": "0:00:00.270695", "end": "2026-08-21 16:12:54.620743", "rc": 0, "start": "2026-08-21 16:12:54.350048" } STDOUT: abattis-cantarell-fonts-0.0.25-6.el8.noarch acl-2.2.53-3.el8.x86_64 audit-3.1.2-1.el8.x86_64 audit-libs-3.1.2-1.el8.x86_64 authselect-1.2.6-2.el8.x86_64 authselect-compat-1.2.6-2.el8.x86_64 authselect-libs-1.2.6-2.el8.x86_64 basesystem-11-5.el8.noarch bash-4.4.20-5.el8.x86_64 bind-export-libs-9.11.36-13.el8.x86_64 brotli-1.0.6-3.el8.x86_64 bzip2-libs-1.0.6-26.el8.x86_64 ca-certificates-2023.2.60_v7.0.306-80.0.el8.noarch cairo-1.15.12-6.el8.x86_64 cairo-gobject-1.15.12-6.el8.x86_64 c-ares-1.13.0-11.el8.x86_64 centos-gpg-keys-8-6.el8.noarch centos-logos-85.8-2.el8.x86_64 centos-stream-release-8.6-1.el8.noarch centos-stream-repos-8-6.el8.noarch checkpolicy-2.9-1.el8.x86_64 chkconfig-1.19.2-1.el8.x86_64 chrony-4.5-1.el8.x86_64 cloud-init-23.4-7.el8.3.noarch cloud-utils-growpart-0.33-0.el8.noarch cockpit-bridge-310.4-1.el8.x86_64 cockpit-system-310.4-1.el8.noarch cockpit-ws-310.4-1.el8.x86_64 coreutils-8.30-15.el8.x86_64 coreutils-common-8.30-15.el8.x86_64 cpio-2.12-11.el8.x86_64 cracklib-2.9.6-15.el8.x86_64 cracklib-dicts-2.9.6-15.el8.x86_64 cronie-1.5.2-10.el8.x86_64 cronie-anacron-1.5.2-10.el8.x86_64 crontabs-1.11-17.20190603git.el8.noarch crypto-policies-20230731-1.git3177e06.el8.noarch crypto-policies-scripts-20230731-1.git3177e06.el8.noarch cryptsetup-libs-2.3.7-7.el8.x86_64 curl-7.61.1-34.el8.x86_64 cyrus-sasl-lib-2.1.27-6.el8_5.x86_64 dbus-1.12.8-26.el8.x86_64 dbus-common-1.12.8-26.el8.noarch dbus-daemon-1.12.8-26.el8.x86_64 dbus-glib-0.110-2.el8.x86_64 dbus-libs-1.12.8-26.el8.x86_64 dbus-tools-1.12.8-26.el8.x86_64 dejavu-fonts-common-2.35-7.el8.noarch dejavu-sans-mono-fonts-2.35-7.el8.noarch device-mapper-1.02.181-14.el8.x86_64 device-mapper-libs-1.02.181-14.el8.x86_64 dhcp-client-4.3.6-50.el8.x86_64 dhcp-common-4.3.6-50.el8.noarch dhcp-libs-4.3.6-50.el8.x86_64 diffutils-3.6-6.el8.x86_64 dmidecode-3.3-4.el8.x86_64 dnf-4.7.0-20.el8.noarch dnf-data-4.7.0-20.el8.noarch dnf-plugins-core-4.0.21-25.el8.noarch dracut-049-233.git20240115.el8.x86_64 dracut-config-generic-049-233.git20240115.el8.x86_64 dracut-config-rescue-049-233.git20240115.el8.x86_64 dracut-network-049-233.git20240115.el8.x86_64 dracut-squash-049-233.git20240115.el8.x86_64 e2fsprogs-1.45.6-5.el8.x86_64 e2fsprogs-libs-1.45.6-5.el8.x86_64 elfutils-debuginfod-client-0.190-2.el8.x86_64 elfutils-default-yama-scope-0.190-2.el8.noarch elfutils-libelf-0.190-2.el8.x86_64 elfutils-libs-0.190-2.el8.x86_64 ethtool-5.13-2.el8.x86_64 expat-2.2.5-13.el8.x86_64 file-5.33-26.el8.x86_64 file-libs-5.33-26.el8.x86_64 filesystem-3.8-6.el8.x86_64 findutils-4.6.0-22.el8.x86_64 fontconfig-2.13.1-4.el8.x86_64 fontpackages-filesystem-1.44-22.el8.noarch freetype-2.9.1-9.el8.x86_64 fuse-libs-2.9.7-19.el8.x86_64 gawk-4.2.1-4.el8.x86_64 gdbm-1.18-2.el8.x86_64 gdbm-libs-1.18-2.el8.x86_64 gdisk-1.0.3-11.el8.x86_64 gdk-pixbuf2-2.36.12-5.el8.x86_64 geolite2-city-20180605-1.el8.noarch geolite2-country-20180605-1.el8.noarch gettext-0.19.8.1-17.el8.x86_64 gettext-libs-0.19.8.1-17.el8.x86_64 glib2-2.56.4-163.el8.x86_64 glibc-2.28-251.el8.2.x86_64 glibc-all-langpacks-2.28-251.el8.2.x86_64 glibc-common-2.28-251.el8.2.x86_64 glibc-gconv-extra-2.28-251.el8.2.x86_64 glib-networking-2.56.1-1.1.el8.x86_64 gmp-6.1.2-12.el8.x86_64 gnupg2-2.2.20-3.el8.x86_64 gnupg2-smime-2.2.20-3.el8.x86_64 gnutls-3.6.16-8.el8.1.x86_64 gobject-introspection-1.56.1-1.el8.x86_64 gpgme-1.13.1-12.el8.x86_64 gpg-pubkey-8483c65d-5ccc5b19 grep-3.1-6.el8.x86_64 groff-base-1.22.3-18.el8.x86_64 grub2-common-2.02-129.el8.noarch grub2-pc-2.02-129.el8.x86_64 grub2-pc-modules-2.02-129.el8.noarch grub2-tools-2.02-129.el8.x86_64 grub2-tools-extra-2.02-129.el8.x86_64 grub2-tools-minimal-2.02-129.el8.x86_64 grubby-8.40-48.el8.x86_64 gsettings-desktop-schemas-3.32.0-6.el8.x86_64 gssproxy-0.8.0-21.el8.x86_64 gzip-1.9-13.el8.x86_64 hardlink-1.3-6.el8.x86_64 hdparm-9.54-4.el8.x86_64 hostname-3.20-6.el8.x86_64 hwdata-0.314-8.22.el8.noarch ima-evm-utils-1.3.2-12.el8.x86_64 info-6.5-7.el8_5.x86_64 initscripts-10.00.18-1.el8.x86_64 ipcalc-0.2.4-4.el8.x86_64 iproute-6.2.0-5.el8.x86_64 iputils-20180629-11.el8.x86_64 irqbalance-1.9.2-1.el8.x86_64 jansson-2.14-1.el8.x86_64 json-c-0.13.1-3.el8.x86_64 json-glib-1.4.4-1.el8.x86_64 kbd-2.0.4-11.el8.x86_64 kbd-legacy-2.0.4-11.el8.noarch kbd-misc-2.0.4-11.el8.noarch kernel-4.18.0-553.6.1.el8.x86_64 kernel-core-4.18.0-553.6.1.el8.x86_64 kernel-modules-4.18.0-553.6.1.el8.x86_64 kernel-tools-4.18.0-553.6.1.el8.x86_64 kernel-tools-libs-4.18.0-553.6.1.el8.x86_64 kexec-tools-2.0.26-14.el8.x86_64 keyutils-1.5.10-9.el8.x86_64 keyutils-libs-1.5.10-9.el8.x86_64 kmod-25-20.el8.x86_64 kmod-libs-25-20.el8.x86_64 kpartx-0.8.4-41.el8.x86_64 krb5-libs-1.18.2-27.el8.x86_64 less-530-3.el8.x86_64 libacl-2.2.53-3.el8.x86_64 libappstream-glib-0.7.14-3.el8.x86_64 libarchive-3.3.3-5.el8.x86_64 libassuan-2.5.1-3.el8.x86_64 libattr-2.4.48-3.el8.x86_64 libbasicobjects-0.1.1-40.el8.x86_64 libblkid-2.32.1-46.el8.x86_64 libbpf-0.5.0-1.el8.x86_64 libcap-2.48-5.el8.x86_64 libcap-ng-0.7.11-1.el8.x86_64 libcollection-0.7.0-40.el8.x86_64 libcom_err-1.45.6-5.el8.x86_64 libcomps-0.1.18-1.el8.x86_64 libcroco-0.6.12-4.el8_2.1.x86_64 libcurl-7.61.1-34.el8.x86_64 libdaemon-0.14-15.el8.x86_64 libdb-5.3.28-42.el8_4.x86_64 libdb-utils-5.3.28-42.el8_4.x86_64 libdhash-0.5.0-40.el8.x86_64 libdnf-0.63.0-19.el8.x86_64 libedit-3.1-23.20170329cvs.el8.x86_64 libestr-0.1.10-3.el8.x86_64 libev-4.24-6.el8.x86_64 libevent-2.1.8-5.el8.x86_64 libfastjson-0.99.9-2.el8.x86_64 libfdisk-2.32.1-46.el8.x86_64 libffi-3.1-24.el8.x86_64 libgcc-8.5.0-22.el8.x86_64 libgcrypt-1.8.5-7.el8.x86_64 libgomp-8.5.0-22.el8.x86_64 libgpg-error-1.31-1.el8.x86_64 libidn2-2.2.0-1.el8.x86_64 libini_config-1.3.1-40.el8.x86_64 libkcapi-1.4.0-2.el8.x86_64 libkcapi-hmaccalc-1.4.0-2.el8.x86_64 libksba-1.3.5-9.el8.x86_64 libldb-2.8.0-0.el8.x86_64 libmaxminddb-1.2.0-10.el8.1.x86_64 libmnl-1.0.4-6.el8.x86_64 libmodman-2.0.1-17.el8.x86_64 libmodulemd-2.13.0-1.el8.x86_64 libmount-2.32.1-46.el8.x86_64 libndp-1.7-6.el8.x86_64 libnfsidmap-2.3.3-59.el8.x86_64 libnghttp2-1.33.0-6.el8.1.x86_64 libnl3-3.7.0-1.el8.x86_64 libnl3-cli-3.7.0-1.el8.x86_64 libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 libpath_utils-0.2.1-40.el8.x86_64 libpipeline-1.5.0-2.el8.x86_64 libpng-1.6.34-5.el8.x86_64 libproxy-0.4.15-5.2.el8.x86_64 libpsl-0.20.2-6.el8.x86_64 libpwquality-1.4.4-6.el8.x86_64 libref_array-0.1.5-40.el8.x86_64 librepo-1.14.2-5.el8.x86_64 libreport-filesystem-2.9.5-15.el8.x86_64 libseccomp-2.5.2-1.el8.x86_64 libsecret-0.18.6-1.el8.x86_64 libselinux-2.9-8.el8.x86_64 libselinux-utils-2.9-8.el8.x86_64 libsemanage-2.9-9.el8.x86_64 libsepol-2.9-3.el8.x86_64 libsigsegv-2.11-5.el8.x86_64 libsmartcols-2.32.1-46.el8.x86_64 libsolv-0.7.20-6.el8.x86_64 libsoup-2.62.3-5.el8.x86_64 libss-1.45.6-5.el8.x86_64 libssh-0.9.6-14.el8.x86_64 libssh-config-0.9.6-14.el8.noarch libsss_autofs-2.9.4-3.el8.x86_64 libsss_certmap-2.9.4-3.el8.x86_64 libsss_idmap-2.9.4-3.el8.x86_64 libsss_nss_idmap-2.9.4-3.el8.x86_64 libsss_sudo-2.9.4-3.el8.x86_64 libstdc++-8.5.0-22.el8.x86_64 libstemmer-0-10.585svn.el8.x86_64 libsysfs-2.1.0-25.el8.x86_64 libtalloc-2.4.1-0.el8.x86_64 libtasn1-4.13-4.el8.x86_64 libtdb-1.4.9-0.el8.x86_64 libteam-1.31-4.el8.x86_64 libtevent-0.16.0-0.el8.x86_64 libtirpc-1.1.4-12.el8.x86_64 libunistring-0.9.9-3.el8.x86_64 libusbx-1.0.23-4.el8.x86_64 libuser-0.62-25.el8.x86_64 libutempter-1.1.6-14.el8.x86_64 libuuid-2.32.1-46.el8.x86_64 libverto-0.3.2-2.el8.x86_64 libverto-libev-0.3.2-2.el8.x86_64 libX11-1.6.8-8.el8.x86_64 libX11-common-1.6.8-8.el8.noarch libXau-1.0.9-3.el8.x86_64 libxcb-1.13.1-1.el8.x86_64 libxcrypt-4.1.1-6.el8.x86_64 libXext-1.3.4-1.el8.x86_64 libxkbcommon-0.9.1-1.el8.x86_64 libxml2-2.9.7-18.el8.x86_64 libXrender-0.9.10-7.el8.x86_64 libyaml-0.1.7-5.el8.x86_64 libzstd-1.4.4-1.el8.x86_64 lmdb-libs-0.9.24-2.el8.x86_64 logrotate-3.14.0-6.el8.x86_64 lshw-B.02.19.2-6.el8.x86_64 lsscsi-0.32-3.el8.x86_64 lua-libs-5.3.4-12.el8.x86_64 lz4-libs-1.8.3-3.el8_4.x86_64 lzo-2.08-14.el8.x86_64 man-db-2.7.6.1-18.el8.x86_64 memstrack-0.2.5-2.el8.x86_64 microcode_ctl-20230808-2.el8.x86_64 mozjs60-60.9.0-4.el8.x86_64 mpfr-3.1.6-1.el8.x86_64 ncurses-6.1-10.20180224.el8.x86_64 ncurses-base-6.1-10.20180224.el8.noarch ncurses-libs-6.1-10.20180224.el8.x86_64 nettle-3.4.1-7.el8.x86_64 NetworkManager-1.40.16-15.el8.x86_64 NetworkManager-libnm-1.40.16-15.el8.x86_64 NetworkManager-team-1.40.16-15.el8.x86_64 NetworkManager-tui-1.40.16-15.el8.x86_64 newt-0.52.20-11.el8.x86_64 nfs-utils-2.3.3-59.el8.x86_64 npth-1.5-4.el8.x86_64 numactl-libs-2.0.16-4.el8.x86_64 oddjob-0.34.7-3.el8.x86_64 oddjob-mkhomedir-0.34.7-3.el8.x86_64 openldap-2.4.46-18.el8.x86_64 openssh-8.0p1-24.el8.x86_64 openssh-clients-8.0p1-24.el8.x86_64 openssh-server-8.0p1-24.el8.x86_64 openssl-1.1.1k-12.el8.x86_64 openssl-libs-1.1.1k-12.el8.x86_64 openssl-pkcs11-0.4.10-3.el8.x86_64 os-prober-1.74-9.el8.x86_64 p11-kit-0.23.22-2.el8.x86_64 p11-kit-trust-0.23.22-2.el8.x86_64 PackageKit-1.1.12-7.el8.x86_64 PackageKit-glib-1.1.12-7.el8.x86_64 pam-1.3.1-33.el8.x86_64 parted-3.2-39.el8.x86_64 passwd-0.80-4.el8.x86_64 pciutils-libs-3.7.0-3.el8.x86_64 pcre2-10.32-3.el8.x86_64 pcre-8.42-6.el8.x86_64 pigz-2.4-4.el8.x86_64 pinentry-1.1.0-2.el8.x86_64 pixman-0.38.4-4.el8.x86_64 platform-python-3.6.8-62.el8.x86_64 platform-python-pip-9.0.3-24.el8.noarch platform-python-setuptools-39.2.0-7.el8.noarch policycoreutils-2.9-26.el8.x86_64 policycoreutils-python-utils-2.9-26.el8.noarch polkit-0.115-15.el8.x86_64 polkit-libs-0.115-15.el8.x86_64 polkit-pkla-compat-0.1-12.el8.x86_64 popt-1.18-1.el8.x86_64 prefixdevname-0.1.0-6.el8.x86_64 procps-ng-3.3.15-14.el8.x86_64 psmisc-23.1-5.el8.x86_64 publicsuffix-list-dafsa-20180723-1.el8.noarch python36-3.6.8-39.module_el8+762+77bd8591.x86_64 python3-audit-3.1.2-1.el8.x86_64 python3-babel-2.5.1-7.el8.noarch python3-cairo-1.16.3-6.el8.x86_64 python3-cffi-1.11.5-6.el8.x86_64 python3-chardet-3.0.4-7.el8.noarch python3-configobj-5.0.6-11.el8.noarch python3-cryptography-3.2.1-7.el8.x86_64 python3-dateutil-2.6.1-6.el8.noarch python3-dbus-1.2.4-15.el8.x86_64 python3-dnf-4.7.0-20.el8.noarch python3-dnf-plugins-core-4.0.21-25.el8.noarch python3-gobject-3.28.3-2.el8.x86_64 python3-gobject-base-3.28.3-2.el8.x86_64 python3-gpg-1.13.1-12.el8.x86_64 python3-hawkey-0.63.0-19.el8.x86_64 python3-idna-2.5-7.el8.noarch python3-jinja2-2.10.1-5.el8.noarch python3-jsonpatch-1.21-2.el8.noarch python3-jsonpointer-1.10-11.el8.noarch python3-jsonschema-2.6.0-4.el8.noarch python3-jwt-1.6.1-2.el8.noarch python3-libcomps-0.1.18-1.el8.x86_64 python3-libdnf-0.63.0-19.el8.x86_64 python3-libs-3.6.8-62.el8.x86_64 python3-libselinux-2.9-8.el8.x86_64 python3-libsemanage-2.9-9.el8.x86_64 python3-libxml2-2.9.7-18.el8.x86_64 python3-linux-procfs-0.7.3-1.el8.noarch python3-magic-5.33-26.el8.noarch python3-markupsafe-0.23-19.el8.x86_64 python3-netifaces-0.10.6-4.el8.x86_64 python3-oauthlib-2.1.0-1.el8.noarch python3-perf-4.18.0-553.6.1.el8.x86_64 python3-pexpect-4.3.1-3.el8.noarch python3-pip-9.0.3-24.el8.noarch python3-pip-wheel-9.0.3-24.el8.noarch python3-ply-3.9-9.el8.noarch python3-policycoreutils-2.9-26.el8.noarch python3-prettytable-0.7.2-14.el8.noarch python3-ptyprocess-0.5.2-4.el8.noarch python3-pycparser-2.14-14.el8.noarch python3-pydbus-0.6.0-5.el8.noarch python3-pyserial-3.1.1-9.el8.noarch python3-pysocks-1.6.8-3.el8.noarch python3-pytz-2017.2-11.el8.noarch python3-pyudev-0.21.0-7.el8.noarch python3-pyyaml-3.12-12.el8.x86_64 python3-requests-2.20.0-4.el8.noarch python3-rpm-4.14.3-31.el8.x86_64 python3-setools-4.3.0-5.el8.x86_64 python3-setuptools-39.2.0-7.el8.noarch python3-setuptools-wheel-39.2.0-7.el8.noarch python3-six-1.11.0-8.el8.noarch python3-syspurpose-1.28.42-1.el8.x86_64 python3-systemd-234-8.el8.x86_64 python3-unbound-1.16.2-5.el8.x86_64 python3-urllib3-1.24.2-7.el8.noarch qemu-guest-agent-6.2.0-49.module_el8+991+097e156d.x86_64 quota-4.04-14.el8.x86_64 quota-nls-4.04-14.el8.noarch readline-7.0-10.el8.x86_64 rng-tools-6.16-1.el8.x86_64 rootfiles-8.1-22.el8.noarch rpcbind-1.2.5-10.el8.x86_64 rpm-4.14.3-31.el8.x86_64 rpm-build-libs-4.14.3-31.el8.x86_64 rpm-libs-4.14.3-31.el8.x86_64 rpm-plugin-selinux-4.14.3-31.el8.x86_64 rpm-plugin-systemd-inhibit-4.14.3-31.el8.x86_64 rsync-3.1.3-19.el8.1.x86_64 rsyslog-8.2102.0-15.el8.x86_64 sed-4.5-5.el8.x86_64 selinux-policy-3.14.3-139.el8.noarch selinux-policy-targeted-3.14.3-139.el8.noarch setroubleshoot-plugins-3.3.14-1.el8.noarch setroubleshoot-server-3.3.26-6.el8.x86_64 setup-2.12.2-11.el8.noarch sg3_utils-1.44-6.el8.x86_64 sg3_utils-libs-1.44-6.el8.x86_64 shadow-utils-4.6-22.el8.x86_64 shared-mime-info-1.9-4.el8.x86_64 slang-2.3.2-3.el8.x86_64 snappy-1.1.8-3.el8.x86_64 sos-4.7.1-2.el8.noarch sqlite-libs-3.26.0-19.el8.x86_64 squashfs-tools-4.3-21.el8.x86_64 sscg-3.0.0-7.el8.x86_64 sssd-client-2.9.4-3.el8.x86_64 sssd-common-2.9.4-3.el8.x86_64 sssd-kcm-2.9.4-3.el8.x86_64 sssd-nfs-idmap-2.9.4-3.el8.x86_64 sudo-1.9.5p2-1.el8.x86_64 systemd-239-82.el8.1.x86_64 systemd-libs-239-82.el8.1.x86_64 systemd-pam-239-82.el8.1.x86_64 systemd-udev-239-82.el8.1.x86_64 tar-1.30-9.el8.x86_64 teamd-1.31-4.el8.x86_64 timedatex-0.5-3.el8.x86_64 tpm2-tss-2.3.2-6.el8.x86_64 trousers-0.3.15-2.el8.x86_64 trousers-lib-0.3.15-2.el8.x86_64 tuned-2.22.1-4.el8.1.noarch tzdata-2024a-1.el8.noarch unbound-libs-1.16.2-5.el8.x86_64 util-linux-2.32.1-46.el8.x86_64 vim-minimal-8.0.1763-19.el8.4.x86_64 virt-what-1.25-4.el8.x86_64 which-2.21-20.el8.x86_64 xfsprogs-5.0.0-12.el8.x86_64 xkeyboard-config-2.28-1.el8.noarch xz-5.2.4-4.el8.x86_64 xz-libs-5.2.4-4.el8.x86_64 yum-4.7.0-20.el8.noarch yum-utils-4.0.21-25.el8.noarch zlib-1.2.11-25.el8.x86_64 TASK [testing_farm_profiles.library.facts : Dump installed RPMs] *************** ok: [18.219.212.59] => { "_facts_rpm_qa_dump": { "changed": false, "cmd": "set -o pipefail\nrpm -qa | sort\n", "delta": "0:00:00.270695", "end": "2026-08-21 16:12:54.620743", "failed": false, "msg": "", "rc": 0, "start": "2026-08-21 16:12:54.350048", "stderr": "", "stderr_lines": [], "stdout": "abattis-cantarell-fonts-0.0.25-6.el8.noarch\nacl-2.2.53-3.el8.x86_64\naudit-3.1.2-1.el8.x86_64\naudit-libs-3.1.2-1.el8.x86_64\nauthselect-1.2.6-2.el8.x86_64\nauthselect-compat-1.2.6-2.el8.x86_64\nauthselect-libs-1.2.6-2.el8.x86_64\nbasesystem-11-5.el8.noarch\nbash-4.4.20-5.el8.x86_64\nbind-export-libs-9.11.36-13.el8.x86_64\nbrotli-1.0.6-3.el8.x86_64\nbzip2-libs-1.0.6-26.el8.x86_64\nca-certificates-2023.2.60_v7.0.306-80.0.el8.noarch\ncairo-1.15.12-6.el8.x86_64\ncairo-gobject-1.15.12-6.el8.x86_64\nc-ares-1.13.0-11.el8.x86_64\ncentos-gpg-keys-8-6.el8.noarch\ncentos-logos-85.8-2.el8.x86_64\ncentos-stream-release-8.6-1.el8.noarch\ncentos-stream-repos-8-6.el8.noarch\ncheckpolicy-2.9-1.el8.x86_64\nchkconfig-1.19.2-1.el8.x86_64\nchrony-4.5-1.el8.x86_64\ncloud-init-23.4-7.el8.3.noarch\ncloud-utils-growpart-0.33-0.el8.noarch\ncockpit-bridge-310.4-1.el8.x86_64\ncockpit-system-310.4-1.el8.noarch\ncockpit-ws-310.4-1.el8.x86_64\ncoreutils-8.30-15.el8.x86_64\ncoreutils-common-8.30-15.el8.x86_64\ncpio-2.12-11.el8.x86_64\ncracklib-2.9.6-15.el8.x86_64\ncracklib-dicts-2.9.6-15.el8.x86_64\ncronie-1.5.2-10.el8.x86_64\ncronie-anacron-1.5.2-10.el8.x86_64\ncrontabs-1.11-17.20190603git.el8.noarch\ncrypto-policies-20230731-1.git3177e06.el8.noarch\ncrypto-policies-scripts-20230731-1.git3177e06.el8.noarch\ncryptsetup-libs-2.3.7-7.el8.x86_64\ncurl-7.61.1-34.el8.x86_64\ncyrus-sasl-lib-2.1.27-6.el8_5.x86_64\ndbus-1.12.8-26.el8.x86_64\ndbus-common-1.12.8-26.el8.noarch\ndbus-daemon-1.12.8-26.el8.x86_64\ndbus-glib-0.110-2.el8.x86_64\ndbus-libs-1.12.8-26.el8.x86_64\ndbus-tools-1.12.8-26.el8.x86_64\ndejavu-fonts-common-2.35-7.el8.noarch\ndejavu-sans-mono-fonts-2.35-7.el8.noarch\ndevice-mapper-1.02.181-14.el8.x86_64\ndevice-mapper-libs-1.02.181-14.el8.x86_64\ndhcp-client-4.3.6-50.el8.x86_64\ndhcp-common-4.3.6-50.el8.noarch\ndhcp-libs-4.3.6-50.el8.x86_64\ndiffutils-3.6-6.el8.x86_64\ndmidecode-3.3-4.el8.x86_64\ndnf-4.7.0-20.el8.noarch\ndnf-data-4.7.0-20.el8.noarch\ndnf-plugins-core-4.0.21-25.el8.noarch\ndracut-049-233.git20240115.el8.x86_64\ndracut-config-generic-049-233.git20240115.el8.x86_64\ndracut-config-rescue-049-233.git20240115.el8.x86_64\ndracut-network-049-233.git20240115.el8.x86_64\ndracut-squash-049-233.git20240115.el8.x86_64\ne2fsprogs-1.45.6-5.el8.x86_64\ne2fsprogs-libs-1.45.6-5.el8.x86_64\nelfutils-debuginfod-client-0.190-2.el8.x86_64\nelfutils-default-yama-scope-0.190-2.el8.noarch\nelfutils-libelf-0.190-2.el8.x86_64\nelfutils-libs-0.190-2.el8.x86_64\nethtool-5.13-2.el8.x86_64\nexpat-2.2.5-13.el8.x86_64\nfile-5.33-26.el8.x86_64\nfile-libs-5.33-26.el8.x86_64\nfilesystem-3.8-6.el8.x86_64\nfindutils-4.6.0-22.el8.x86_64\nfontconfig-2.13.1-4.el8.x86_64\nfontpackages-filesystem-1.44-22.el8.noarch\nfreetype-2.9.1-9.el8.x86_64\nfuse-libs-2.9.7-19.el8.x86_64\ngawk-4.2.1-4.el8.x86_64\ngdbm-1.18-2.el8.x86_64\ngdbm-libs-1.18-2.el8.x86_64\ngdisk-1.0.3-11.el8.x86_64\ngdk-pixbuf2-2.36.12-5.el8.x86_64\ngeolite2-city-20180605-1.el8.noarch\ngeolite2-country-20180605-1.el8.noarch\ngettext-0.19.8.1-17.el8.x86_64\ngettext-libs-0.19.8.1-17.el8.x86_64\nglib2-2.56.4-163.el8.x86_64\nglibc-2.28-251.el8.2.x86_64\nglibc-all-langpacks-2.28-251.el8.2.x86_64\nglibc-common-2.28-251.el8.2.x86_64\nglibc-gconv-extra-2.28-251.el8.2.x86_64\nglib-networking-2.56.1-1.1.el8.x86_64\ngmp-6.1.2-12.el8.x86_64\ngnupg2-2.2.20-3.el8.x86_64\ngnupg2-smime-2.2.20-3.el8.x86_64\ngnutls-3.6.16-8.el8.1.x86_64\ngobject-introspection-1.56.1-1.el8.x86_64\ngpgme-1.13.1-12.el8.x86_64\ngpg-pubkey-8483c65d-5ccc5b19\ngrep-3.1-6.el8.x86_64\ngroff-base-1.22.3-18.el8.x86_64\ngrub2-common-2.02-129.el8.noarch\ngrub2-pc-2.02-129.el8.x86_64\ngrub2-pc-modules-2.02-129.el8.noarch\ngrub2-tools-2.02-129.el8.x86_64\ngrub2-tools-extra-2.02-129.el8.x86_64\ngrub2-tools-minimal-2.02-129.el8.x86_64\ngrubby-8.40-48.el8.x86_64\ngsettings-desktop-schemas-3.32.0-6.el8.x86_64\ngssproxy-0.8.0-21.el8.x86_64\ngzip-1.9-13.el8.x86_64\nhardlink-1.3-6.el8.x86_64\nhdparm-9.54-4.el8.x86_64\nhostname-3.20-6.el8.x86_64\nhwdata-0.314-8.22.el8.noarch\nima-evm-utils-1.3.2-12.el8.x86_64\ninfo-6.5-7.el8_5.x86_64\ninitscripts-10.00.18-1.el8.x86_64\nipcalc-0.2.4-4.el8.x86_64\niproute-6.2.0-5.el8.x86_64\niputils-20180629-11.el8.x86_64\nirqbalance-1.9.2-1.el8.x86_64\njansson-2.14-1.el8.x86_64\njson-c-0.13.1-3.el8.x86_64\njson-glib-1.4.4-1.el8.x86_64\nkbd-2.0.4-11.el8.x86_64\nkbd-legacy-2.0.4-11.el8.noarch\nkbd-misc-2.0.4-11.el8.noarch\nkernel-4.18.0-553.6.1.el8.x86_64\nkernel-core-4.18.0-553.6.1.el8.x86_64\nkernel-modules-4.18.0-553.6.1.el8.x86_64\nkernel-tools-4.18.0-553.6.1.el8.x86_64\nkernel-tools-libs-4.18.0-553.6.1.el8.x86_64\nkexec-tools-2.0.26-14.el8.x86_64\nkeyutils-1.5.10-9.el8.x86_64\nkeyutils-libs-1.5.10-9.el8.x86_64\nkmod-25-20.el8.x86_64\nkmod-libs-25-20.el8.x86_64\nkpartx-0.8.4-41.el8.x86_64\nkrb5-libs-1.18.2-27.el8.x86_64\nless-530-3.el8.x86_64\nlibacl-2.2.53-3.el8.x86_64\nlibappstream-glib-0.7.14-3.el8.x86_64\nlibarchive-3.3.3-5.el8.x86_64\nlibassuan-2.5.1-3.el8.x86_64\nlibattr-2.4.48-3.el8.x86_64\nlibbasicobjects-0.1.1-40.el8.x86_64\nlibblkid-2.32.1-46.el8.x86_64\nlibbpf-0.5.0-1.el8.x86_64\nlibcap-2.48-5.el8.x86_64\nlibcap-ng-0.7.11-1.el8.x86_64\nlibcollection-0.7.0-40.el8.x86_64\nlibcom_err-1.45.6-5.el8.x86_64\nlibcomps-0.1.18-1.el8.x86_64\nlibcroco-0.6.12-4.el8_2.1.x86_64\nlibcurl-7.61.1-34.el8.x86_64\nlibdaemon-0.14-15.el8.x86_64\nlibdb-5.3.28-42.el8_4.x86_64\nlibdb-utils-5.3.28-42.el8_4.x86_64\nlibdhash-0.5.0-40.el8.x86_64\nlibdnf-0.63.0-19.el8.x86_64\nlibedit-3.1-23.20170329cvs.el8.x86_64\nlibestr-0.1.10-3.el8.x86_64\nlibev-4.24-6.el8.x86_64\nlibevent-2.1.8-5.el8.x86_64\nlibfastjson-0.99.9-2.el8.x86_64\nlibfdisk-2.32.1-46.el8.x86_64\nlibffi-3.1-24.el8.x86_64\nlibgcc-8.5.0-22.el8.x86_64\nlibgcrypt-1.8.5-7.el8.x86_64\nlibgomp-8.5.0-22.el8.x86_64\nlibgpg-error-1.31-1.el8.x86_64\nlibidn2-2.2.0-1.el8.x86_64\nlibini_config-1.3.1-40.el8.x86_64\nlibkcapi-1.4.0-2.el8.x86_64\nlibkcapi-hmaccalc-1.4.0-2.el8.x86_64\nlibksba-1.3.5-9.el8.x86_64\nlibldb-2.8.0-0.el8.x86_64\nlibmaxminddb-1.2.0-10.el8.1.x86_64\nlibmnl-1.0.4-6.el8.x86_64\nlibmodman-2.0.1-17.el8.x86_64\nlibmodulemd-2.13.0-1.el8.x86_64\nlibmount-2.32.1-46.el8.x86_64\nlibndp-1.7-6.el8.x86_64\nlibnfsidmap-2.3.3-59.el8.x86_64\nlibnghttp2-1.33.0-6.el8.1.x86_64\nlibnl3-3.7.0-1.el8.x86_64\nlibnl3-cli-3.7.0-1.el8.x86_64\nlibnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64\nlibpath_utils-0.2.1-40.el8.x86_64\nlibpipeline-1.5.0-2.el8.x86_64\nlibpng-1.6.34-5.el8.x86_64\nlibproxy-0.4.15-5.2.el8.x86_64\nlibpsl-0.20.2-6.el8.x86_64\nlibpwquality-1.4.4-6.el8.x86_64\nlibref_array-0.1.5-40.el8.x86_64\nlibrepo-1.14.2-5.el8.x86_64\nlibreport-filesystem-2.9.5-15.el8.x86_64\nlibseccomp-2.5.2-1.el8.x86_64\nlibsecret-0.18.6-1.el8.x86_64\nlibselinux-2.9-8.el8.x86_64\nlibselinux-utils-2.9-8.el8.x86_64\nlibsemanage-2.9-9.el8.x86_64\nlibsepol-2.9-3.el8.x86_64\nlibsigsegv-2.11-5.el8.x86_64\nlibsmartcols-2.32.1-46.el8.x86_64\nlibsolv-0.7.20-6.el8.x86_64\nlibsoup-2.62.3-5.el8.x86_64\nlibss-1.45.6-5.el8.x86_64\nlibssh-0.9.6-14.el8.x86_64\nlibssh-config-0.9.6-14.el8.noarch\nlibsss_autofs-2.9.4-3.el8.x86_64\nlibsss_certmap-2.9.4-3.el8.x86_64\nlibsss_idmap-2.9.4-3.el8.x86_64\nlibsss_nss_idmap-2.9.4-3.el8.x86_64\nlibsss_sudo-2.9.4-3.el8.x86_64\nlibstdc++-8.5.0-22.el8.x86_64\nlibstemmer-0-10.585svn.el8.x86_64\nlibsysfs-2.1.0-25.el8.x86_64\nlibtalloc-2.4.1-0.el8.x86_64\nlibtasn1-4.13-4.el8.x86_64\nlibtdb-1.4.9-0.el8.x86_64\nlibteam-1.31-4.el8.x86_64\nlibtevent-0.16.0-0.el8.x86_64\nlibtirpc-1.1.4-12.el8.x86_64\nlibunistring-0.9.9-3.el8.x86_64\nlibusbx-1.0.23-4.el8.x86_64\nlibuser-0.62-25.el8.x86_64\nlibutempter-1.1.6-14.el8.x86_64\nlibuuid-2.32.1-46.el8.x86_64\nlibverto-0.3.2-2.el8.x86_64\nlibverto-libev-0.3.2-2.el8.x86_64\nlibX11-1.6.8-8.el8.x86_64\nlibX11-common-1.6.8-8.el8.noarch\nlibXau-1.0.9-3.el8.x86_64\nlibxcb-1.13.1-1.el8.x86_64\nlibxcrypt-4.1.1-6.el8.x86_64\nlibXext-1.3.4-1.el8.x86_64\nlibxkbcommon-0.9.1-1.el8.x86_64\nlibxml2-2.9.7-18.el8.x86_64\nlibXrender-0.9.10-7.el8.x86_64\nlibyaml-0.1.7-5.el8.x86_64\nlibzstd-1.4.4-1.el8.x86_64\nlmdb-libs-0.9.24-2.el8.x86_64\nlogrotate-3.14.0-6.el8.x86_64\nlshw-B.02.19.2-6.el8.x86_64\nlsscsi-0.32-3.el8.x86_64\nlua-libs-5.3.4-12.el8.x86_64\nlz4-libs-1.8.3-3.el8_4.x86_64\nlzo-2.08-14.el8.x86_64\nman-db-2.7.6.1-18.el8.x86_64\nmemstrack-0.2.5-2.el8.x86_64\nmicrocode_ctl-20230808-2.el8.x86_64\nmozjs60-60.9.0-4.el8.x86_64\nmpfr-3.1.6-1.el8.x86_64\nncurses-6.1-10.20180224.el8.x86_64\nncurses-base-6.1-10.20180224.el8.noarch\nncurses-libs-6.1-10.20180224.el8.x86_64\nnettle-3.4.1-7.el8.x86_64\nNetworkManager-1.40.16-15.el8.x86_64\nNetworkManager-libnm-1.40.16-15.el8.x86_64\nNetworkManager-team-1.40.16-15.el8.x86_64\nNetworkManager-tui-1.40.16-15.el8.x86_64\nnewt-0.52.20-11.el8.x86_64\nnfs-utils-2.3.3-59.el8.x86_64\nnpth-1.5-4.el8.x86_64\nnumactl-libs-2.0.16-4.el8.x86_64\noddjob-0.34.7-3.el8.x86_64\noddjob-mkhomedir-0.34.7-3.el8.x86_64\nopenldap-2.4.46-18.el8.x86_64\nopenssh-8.0p1-24.el8.x86_64\nopenssh-clients-8.0p1-24.el8.x86_64\nopenssh-server-8.0p1-24.el8.x86_64\nopenssl-1.1.1k-12.el8.x86_64\nopenssl-libs-1.1.1k-12.el8.x86_64\nopenssl-pkcs11-0.4.10-3.el8.x86_64\nos-prober-1.74-9.el8.x86_64\np11-kit-0.23.22-2.el8.x86_64\np11-kit-trust-0.23.22-2.el8.x86_64\nPackageKit-1.1.12-7.el8.x86_64\nPackageKit-glib-1.1.12-7.el8.x86_64\npam-1.3.1-33.el8.x86_64\nparted-3.2-39.el8.x86_64\npasswd-0.80-4.el8.x86_64\npciutils-libs-3.7.0-3.el8.x86_64\npcre2-10.32-3.el8.x86_64\npcre-8.42-6.el8.x86_64\npigz-2.4-4.el8.x86_64\npinentry-1.1.0-2.el8.x86_64\npixman-0.38.4-4.el8.x86_64\nplatform-python-3.6.8-62.el8.x86_64\nplatform-python-pip-9.0.3-24.el8.noarch\nplatform-python-setuptools-39.2.0-7.el8.noarch\npolicycoreutils-2.9-26.el8.x86_64\npolicycoreutils-python-utils-2.9-26.el8.noarch\npolkit-0.115-15.el8.x86_64\npolkit-libs-0.115-15.el8.x86_64\npolkit-pkla-compat-0.1-12.el8.x86_64\npopt-1.18-1.el8.x86_64\nprefixdevname-0.1.0-6.el8.x86_64\nprocps-ng-3.3.15-14.el8.x86_64\npsmisc-23.1-5.el8.x86_64\npublicsuffix-list-dafsa-20180723-1.el8.noarch\npython36-3.6.8-39.module_el8+762+77bd8591.x86_64\npython3-audit-3.1.2-1.el8.x86_64\npython3-babel-2.5.1-7.el8.noarch\npython3-cairo-1.16.3-6.el8.x86_64\npython3-cffi-1.11.5-6.el8.x86_64\npython3-chardet-3.0.4-7.el8.noarch\npython3-configobj-5.0.6-11.el8.noarch\npython3-cryptography-3.2.1-7.el8.x86_64\npython3-dateutil-2.6.1-6.el8.noarch\npython3-dbus-1.2.4-15.el8.x86_64\npython3-dnf-4.7.0-20.el8.noarch\npython3-dnf-plugins-core-4.0.21-25.el8.noarch\npython3-gobject-3.28.3-2.el8.x86_64\npython3-gobject-base-3.28.3-2.el8.x86_64\npython3-gpg-1.13.1-12.el8.x86_64\npython3-hawkey-0.63.0-19.el8.x86_64\npython3-idna-2.5-7.el8.noarch\npython3-jinja2-2.10.1-5.el8.noarch\npython3-jsonpatch-1.21-2.el8.noarch\npython3-jsonpointer-1.10-11.el8.noarch\npython3-jsonschema-2.6.0-4.el8.noarch\npython3-jwt-1.6.1-2.el8.noarch\npython3-libcomps-0.1.18-1.el8.x86_64\npython3-libdnf-0.63.0-19.el8.x86_64\npython3-libs-3.6.8-62.el8.x86_64\npython3-libselinux-2.9-8.el8.x86_64\npython3-libsemanage-2.9-9.el8.x86_64\npython3-libxml2-2.9.7-18.el8.x86_64\npython3-linux-procfs-0.7.3-1.el8.noarch\npython3-magic-5.33-26.el8.noarch\npython3-markupsafe-0.23-19.el8.x86_64\npython3-netifaces-0.10.6-4.el8.x86_64\npython3-oauthlib-2.1.0-1.el8.noarch\npython3-perf-4.18.0-553.6.1.el8.x86_64\npython3-pexpect-4.3.1-3.el8.noarch\npython3-pip-9.0.3-24.el8.noarch\npython3-pip-wheel-9.0.3-24.el8.noarch\npython3-ply-3.9-9.el8.noarch\npython3-policycoreutils-2.9-26.el8.noarch\npython3-prettytable-0.7.2-14.el8.noarch\npython3-ptyprocess-0.5.2-4.el8.noarch\npython3-pycparser-2.14-14.el8.noarch\npython3-pydbus-0.6.0-5.el8.noarch\npython3-pyserial-3.1.1-9.el8.noarch\npython3-pysocks-1.6.8-3.el8.noarch\npython3-pytz-2017.2-11.el8.noarch\npython3-pyudev-0.21.0-7.el8.noarch\npython3-pyyaml-3.12-12.el8.x86_64\npython3-requests-2.20.0-4.el8.noarch\npython3-rpm-4.14.3-31.el8.x86_64\npython3-setools-4.3.0-5.el8.x86_64\npython3-setuptools-39.2.0-7.el8.noarch\npython3-setuptools-wheel-39.2.0-7.el8.noarch\npython3-six-1.11.0-8.el8.noarch\npython3-syspurpose-1.28.42-1.el8.x86_64\npython3-systemd-234-8.el8.x86_64\npython3-unbound-1.16.2-5.el8.x86_64\npython3-urllib3-1.24.2-7.el8.noarch\nqemu-guest-agent-6.2.0-49.module_el8+991+097e156d.x86_64\nquota-4.04-14.el8.x86_64\nquota-nls-4.04-14.el8.noarch\nreadline-7.0-10.el8.x86_64\nrng-tools-6.16-1.el8.x86_64\nrootfiles-8.1-22.el8.noarch\nrpcbind-1.2.5-10.el8.x86_64\nrpm-4.14.3-31.el8.x86_64\nrpm-build-libs-4.14.3-31.el8.x86_64\nrpm-libs-4.14.3-31.el8.x86_64\nrpm-plugin-selinux-4.14.3-31.el8.x86_64\nrpm-plugin-systemd-inhibit-4.14.3-31.el8.x86_64\nrsync-3.1.3-19.el8.1.x86_64\nrsyslog-8.2102.0-15.el8.x86_64\nsed-4.5-5.el8.x86_64\nselinux-policy-3.14.3-139.el8.noarch\nselinux-policy-targeted-3.14.3-139.el8.noarch\nsetroubleshoot-plugins-3.3.14-1.el8.noarch\nsetroubleshoot-server-3.3.26-6.el8.x86_64\nsetup-2.12.2-11.el8.noarch\nsg3_utils-1.44-6.el8.x86_64\nsg3_utils-libs-1.44-6.el8.x86_64\nshadow-utils-4.6-22.el8.x86_64\nshared-mime-info-1.9-4.el8.x86_64\nslang-2.3.2-3.el8.x86_64\nsnappy-1.1.8-3.el8.x86_64\nsos-4.7.1-2.el8.noarch\nsqlite-libs-3.26.0-19.el8.x86_64\nsquashfs-tools-4.3-21.el8.x86_64\nsscg-3.0.0-7.el8.x86_64\nsssd-client-2.9.4-3.el8.x86_64\nsssd-common-2.9.4-3.el8.x86_64\nsssd-kcm-2.9.4-3.el8.x86_64\nsssd-nfs-idmap-2.9.4-3.el8.x86_64\nsudo-1.9.5p2-1.el8.x86_64\nsystemd-239-82.el8.1.x86_64\nsystemd-libs-239-82.el8.1.x86_64\nsystemd-pam-239-82.el8.1.x86_64\nsystemd-udev-239-82.el8.1.x86_64\ntar-1.30-9.el8.x86_64\nteamd-1.31-4.el8.x86_64\ntimedatex-0.5-3.el8.x86_64\ntpm2-tss-2.3.2-6.el8.x86_64\ntrousers-0.3.15-2.el8.x86_64\ntrousers-lib-0.3.15-2.el8.x86_64\ntuned-2.22.1-4.el8.1.noarch\ntzdata-2024a-1.el8.noarch\nunbound-libs-1.16.2-5.el8.x86_64\nutil-linux-2.32.1-46.el8.x86_64\nvim-minimal-8.0.1763-19.el8.4.x86_64\nvirt-what-1.25-4.el8.x86_64\nwhich-2.21-20.el8.x86_64\nxfsprogs-5.0.0-12.el8.x86_64\nxkeyboard-config-2.28-1.el8.noarch\nxz-5.2.4-4.el8.x86_64\nxz-libs-5.2.4-4.el8.x86_64\nyum-4.7.0-20.el8.noarch\nyum-utils-4.0.21-25.el8.noarch\nzlib-1.2.11-25.el8.x86_64", "stdout_lines": [ "abattis-cantarell-fonts-0.0.25-6.el8.noarch", "acl-2.2.53-3.el8.x86_64", "audit-3.1.2-1.el8.x86_64", "audit-libs-3.1.2-1.el8.x86_64", "authselect-1.2.6-2.el8.x86_64", "authselect-compat-1.2.6-2.el8.x86_64", "authselect-libs-1.2.6-2.el8.x86_64", "basesystem-11-5.el8.noarch", "bash-4.4.20-5.el8.x86_64", "bind-export-libs-9.11.36-13.el8.x86_64", "brotli-1.0.6-3.el8.x86_64", "bzip2-libs-1.0.6-26.el8.x86_64", "ca-certificates-2023.2.60_v7.0.306-80.0.el8.noarch", "cairo-1.15.12-6.el8.x86_64", "cairo-gobject-1.15.12-6.el8.x86_64", "c-ares-1.13.0-11.el8.x86_64", "centos-gpg-keys-8-6.el8.noarch", "centos-logos-85.8-2.el8.x86_64", "centos-stream-release-8.6-1.el8.noarch", "centos-stream-repos-8-6.el8.noarch", "checkpolicy-2.9-1.el8.x86_64", "chkconfig-1.19.2-1.el8.x86_64", "chrony-4.5-1.el8.x86_64", "cloud-init-23.4-7.el8.3.noarch", "cloud-utils-growpart-0.33-0.el8.noarch", "cockpit-bridge-310.4-1.el8.x86_64", "cockpit-system-310.4-1.el8.noarch", "cockpit-ws-310.4-1.el8.x86_64", "coreutils-8.30-15.el8.x86_64", "coreutils-common-8.30-15.el8.x86_64", "cpio-2.12-11.el8.x86_64", "cracklib-2.9.6-15.el8.x86_64", "cracklib-dicts-2.9.6-15.el8.x86_64", "cronie-1.5.2-10.el8.x86_64", "cronie-anacron-1.5.2-10.el8.x86_64", "crontabs-1.11-17.20190603git.el8.noarch", "crypto-policies-20230731-1.git3177e06.el8.noarch", "crypto-policies-scripts-20230731-1.git3177e06.el8.noarch", "cryptsetup-libs-2.3.7-7.el8.x86_64", "curl-7.61.1-34.el8.x86_64", "cyrus-sasl-lib-2.1.27-6.el8_5.x86_64", "dbus-1.12.8-26.el8.x86_64", "dbus-common-1.12.8-26.el8.noarch", "dbus-daemon-1.12.8-26.el8.x86_64", "dbus-glib-0.110-2.el8.x86_64", "dbus-libs-1.12.8-26.el8.x86_64", "dbus-tools-1.12.8-26.el8.x86_64", "dejavu-fonts-common-2.35-7.el8.noarch", "dejavu-sans-mono-fonts-2.35-7.el8.noarch", "device-mapper-1.02.181-14.el8.x86_64", "device-mapper-libs-1.02.181-14.el8.x86_64", "dhcp-client-4.3.6-50.el8.x86_64", "dhcp-common-4.3.6-50.el8.noarch", "dhcp-libs-4.3.6-50.el8.x86_64", "diffutils-3.6-6.el8.x86_64", "dmidecode-3.3-4.el8.x86_64", "dnf-4.7.0-20.el8.noarch", "dnf-data-4.7.0-20.el8.noarch", "dnf-plugins-core-4.0.21-25.el8.noarch", "dracut-049-233.git20240115.el8.x86_64", "dracut-config-generic-049-233.git20240115.el8.x86_64", "dracut-config-rescue-049-233.git20240115.el8.x86_64", "dracut-network-049-233.git20240115.el8.x86_64", "dracut-squash-049-233.git20240115.el8.x86_64", "e2fsprogs-1.45.6-5.el8.x86_64", "e2fsprogs-libs-1.45.6-5.el8.x86_64", "elfutils-debuginfod-client-0.190-2.el8.x86_64", "elfutils-default-yama-scope-0.190-2.el8.noarch", "elfutils-libelf-0.190-2.el8.x86_64", "elfutils-libs-0.190-2.el8.x86_64", "ethtool-5.13-2.el8.x86_64", "expat-2.2.5-13.el8.x86_64", "file-5.33-26.el8.x86_64", "file-libs-5.33-26.el8.x86_64", "filesystem-3.8-6.el8.x86_64", "findutils-4.6.0-22.el8.x86_64", "fontconfig-2.13.1-4.el8.x86_64", "fontpackages-filesystem-1.44-22.el8.noarch", "freetype-2.9.1-9.el8.x86_64", "fuse-libs-2.9.7-19.el8.x86_64", "gawk-4.2.1-4.el8.x86_64", "gdbm-1.18-2.el8.x86_64", "gdbm-libs-1.18-2.el8.x86_64", "gdisk-1.0.3-11.el8.x86_64", "gdk-pixbuf2-2.36.12-5.el8.x86_64", "geolite2-city-20180605-1.el8.noarch", "geolite2-country-20180605-1.el8.noarch", "gettext-0.19.8.1-17.el8.x86_64", "gettext-libs-0.19.8.1-17.el8.x86_64", "glib2-2.56.4-163.el8.x86_64", "glibc-2.28-251.el8.2.x86_64", "glibc-all-langpacks-2.28-251.el8.2.x86_64", "glibc-common-2.28-251.el8.2.x86_64", "glibc-gconv-extra-2.28-251.el8.2.x86_64", "glib-networking-2.56.1-1.1.el8.x86_64", "gmp-6.1.2-12.el8.x86_64", "gnupg2-2.2.20-3.el8.x86_64", "gnupg2-smime-2.2.20-3.el8.x86_64", "gnutls-3.6.16-8.el8.1.x86_64", "gobject-introspection-1.56.1-1.el8.x86_64", "gpgme-1.13.1-12.el8.x86_64", "gpg-pubkey-8483c65d-5ccc5b19", "grep-3.1-6.el8.x86_64", "groff-base-1.22.3-18.el8.x86_64", "grub2-common-2.02-129.el8.noarch", "grub2-pc-2.02-129.el8.x86_64", "grub2-pc-modules-2.02-129.el8.noarch", "grub2-tools-2.02-129.el8.x86_64", "grub2-tools-extra-2.02-129.el8.x86_64", "grub2-tools-minimal-2.02-129.el8.x86_64", "grubby-8.40-48.el8.x86_64", "gsettings-desktop-schemas-3.32.0-6.el8.x86_64", "gssproxy-0.8.0-21.el8.x86_64", "gzip-1.9-13.el8.x86_64", "hardlink-1.3-6.el8.x86_64", "hdparm-9.54-4.el8.x86_64", "hostname-3.20-6.el8.x86_64", "hwdata-0.314-8.22.el8.noarch", "ima-evm-utils-1.3.2-12.el8.x86_64", "info-6.5-7.el8_5.x86_64", "initscripts-10.00.18-1.el8.x86_64", "ipcalc-0.2.4-4.el8.x86_64", "iproute-6.2.0-5.el8.x86_64", "iputils-20180629-11.el8.x86_64", "irqbalance-1.9.2-1.el8.x86_64", "jansson-2.14-1.el8.x86_64", "json-c-0.13.1-3.el8.x86_64", "json-glib-1.4.4-1.el8.x86_64", "kbd-2.0.4-11.el8.x86_64", "kbd-legacy-2.0.4-11.el8.noarch", "kbd-misc-2.0.4-11.el8.noarch", "kernel-4.18.0-553.6.1.el8.x86_64", "kernel-core-4.18.0-553.6.1.el8.x86_64", "kernel-modules-4.18.0-553.6.1.el8.x86_64", "kernel-tools-4.18.0-553.6.1.el8.x86_64", "kernel-tools-libs-4.18.0-553.6.1.el8.x86_64", "kexec-tools-2.0.26-14.el8.x86_64", "keyutils-1.5.10-9.el8.x86_64", "keyutils-libs-1.5.10-9.el8.x86_64", "kmod-25-20.el8.x86_64", "kmod-libs-25-20.el8.x86_64", "kpartx-0.8.4-41.el8.x86_64", "krb5-libs-1.18.2-27.el8.x86_64", "less-530-3.el8.x86_64", "libacl-2.2.53-3.el8.x86_64", "libappstream-glib-0.7.14-3.el8.x86_64", "libarchive-3.3.3-5.el8.x86_64", "libassuan-2.5.1-3.el8.x86_64", "libattr-2.4.48-3.el8.x86_64", "libbasicobjects-0.1.1-40.el8.x86_64", "libblkid-2.32.1-46.el8.x86_64", "libbpf-0.5.0-1.el8.x86_64", "libcap-2.48-5.el8.x86_64", "libcap-ng-0.7.11-1.el8.x86_64", "libcollection-0.7.0-40.el8.x86_64", "libcom_err-1.45.6-5.el8.x86_64", "libcomps-0.1.18-1.el8.x86_64", "libcroco-0.6.12-4.el8_2.1.x86_64", "libcurl-7.61.1-34.el8.x86_64", "libdaemon-0.14-15.el8.x86_64", "libdb-5.3.28-42.el8_4.x86_64", "libdb-utils-5.3.28-42.el8_4.x86_64", "libdhash-0.5.0-40.el8.x86_64", "libdnf-0.63.0-19.el8.x86_64", "libedit-3.1-23.20170329cvs.el8.x86_64", "libestr-0.1.10-3.el8.x86_64", "libev-4.24-6.el8.x86_64", "libevent-2.1.8-5.el8.x86_64", "libfastjson-0.99.9-2.el8.x86_64", "libfdisk-2.32.1-46.el8.x86_64", "libffi-3.1-24.el8.x86_64", "libgcc-8.5.0-22.el8.x86_64", "libgcrypt-1.8.5-7.el8.x86_64", "libgomp-8.5.0-22.el8.x86_64", "libgpg-error-1.31-1.el8.x86_64", "libidn2-2.2.0-1.el8.x86_64", "libini_config-1.3.1-40.el8.x86_64", "libkcapi-1.4.0-2.el8.x86_64", "libkcapi-hmaccalc-1.4.0-2.el8.x86_64", "libksba-1.3.5-9.el8.x86_64", "libldb-2.8.0-0.el8.x86_64", "libmaxminddb-1.2.0-10.el8.1.x86_64", "libmnl-1.0.4-6.el8.x86_64", "libmodman-2.0.1-17.el8.x86_64", "libmodulemd-2.13.0-1.el8.x86_64", "libmount-2.32.1-46.el8.x86_64", "libndp-1.7-6.el8.x86_64", "libnfsidmap-2.3.3-59.el8.x86_64", "libnghttp2-1.33.0-6.el8.1.x86_64", "libnl3-3.7.0-1.el8.x86_64", "libnl3-cli-3.7.0-1.el8.x86_64", "libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64", "libpath_utils-0.2.1-40.el8.x86_64", "libpipeline-1.5.0-2.el8.x86_64", "libpng-1.6.34-5.el8.x86_64", "libproxy-0.4.15-5.2.el8.x86_64", "libpsl-0.20.2-6.el8.x86_64", "libpwquality-1.4.4-6.el8.x86_64", "libref_array-0.1.5-40.el8.x86_64", "librepo-1.14.2-5.el8.x86_64", "libreport-filesystem-2.9.5-15.el8.x86_64", "libseccomp-2.5.2-1.el8.x86_64", "libsecret-0.18.6-1.el8.x86_64", "libselinux-2.9-8.el8.x86_64", "libselinux-utils-2.9-8.el8.x86_64", "libsemanage-2.9-9.el8.x86_64", "libsepol-2.9-3.el8.x86_64", "libsigsegv-2.11-5.el8.x86_64", "libsmartcols-2.32.1-46.el8.x86_64", "libsolv-0.7.20-6.el8.x86_64", "libsoup-2.62.3-5.el8.x86_64", "libss-1.45.6-5.el8.x86_64", "libssh-0.9.6-14.el8.x86_64", "libssh-config-0.9.6-14.el8.noarch", "libsss_autofs-2.9.4-3.el8.x86_64", "libsss_certmap-2.9.4-3.el8.x86_64", "libsss_idmap-2.9.4-3.el8.x86_64", "libsss_nss_idmap-2.9.4-3.el8.x86_64", "libsss_sudo-2.9.4-3.el8.x86_64", "libstdc++-8.5.0-22.el8.x86_64", "libstemmer-0-10.585svn.el8.x86_64", "libsysfs-2.1.0-25.el8.x86_64", "libtalloc-2.4.1-0.el8.x86_64", "libtasn1-4.13-4.el8.x86_64", "libtdb-1.4.9-0.el8.x86_64", "libteam-1.31-4.el8.x86_64", "libtevent-0.16.0-0.el8.x86_64", "libtirpc-1.1.4-12.el8.x86_64", "libunistring-0.9.9-3.el8.x86_64", "libusbx-1.0.23-4.el8.x86_64", "libuser-0.62-25.el8.x86_64", "libutempter-1.1.6-14.el8.x86_64", "libuuid-2.32.1-46.el8.x86_64", "libverto-0.3.2-2.el8.x86_64", "libverto-libev-0.3.2-2.el8.x86_64", "libX11-1.6.8-8.el8.x86_64", "libX11-common-1.6.8-8.el8.noarch", "libXau-1.0.9-3.el8.x86_64", "libxcb-1.13.1-1.el8.x86_64", "libxcrypt-4.1.1-6.el8.x86_64", "libXext-1.3.4-1.el8.x86_64", "libxkbcommon-0.9.1-1.el8.x86_64", "libxml2-2.9.7-18.el8.x86_64", "libXrender-0.9.10-7.el8.x86_64", "libyaml-0.1.7-5.el8.x86_64", "libzstd-1.4.4-1.el8.x86_64", "lmdb-libs-0.9.24-2.el8.x86_64", "logrotate-3.14.0-6.el8.x86_64", "lshw-B.02.19.2-6.el8.x86_64", "lsscsi-0.32-3.el8.x86_64", "lua-libs-5.3.4-12.el8.x86_64", "lz4-libs-1.8.3-3.el8_4.x86_64", "lzo-2.08-14.el8.x86_64", "man-db-2.7.6.1-18.el8.x86_64", "memstrack-0.2.5-2.el8.x86_64", "microcode_ctl-20230808-2.el8.x86_64", "mozjs60-60.9.0-4.el8.x86_64", "mpfr-3.1.6-1.el8.x86_64", "ncurses-6.1-10.20180224.el8.x86_64", "ncurses-base-6.1-10.20180224.el8.noarch", "ncurses-libs-6.1-10.20180224.el8.x86_64", "nettle-3.4.1-7.el8.x86_64", "NetworkManager-1.40.16-15.el8.x86_64", "NetworkManager-libnm-1.40.16-15.el8.x86_64", "NetworkManager-team-1.40.16-15.el8.x86_64", "NetworkManager-tui-1.40.16-15.el8.x86_64", "newt-0.52.20-11.el8.x86_64", "nfs-utils-2.3.3-59.el8.x86_64", "npth-1.5-4.el8.x86_64", "numactl-libs-2.0.16-4.el8.x86_64", "oddjob-0.34.7-3.el8.x86_64", "oddjob-mkhomedir-0.34.7-3.el8.x86_64", "openldap-2.4.46-18.el8.x86_64", "openssh-8.0p1-24.el8.x86_64", "openssh-clients-8.0p1-24.el8.x86_64", "openssh-server-8.0p1-24.el8.x86_64", "openssl-1.1.1k-12.el8.x86_64", "openssl-libs-1.1.1k-12.el8.x86_64", "openssl-pkcs11-0.4.10-3.el8.x86_64", "os-prober-1.74-9.el8.x86_64", "p11-kit-0.23.22-2.el8.x86_64", "p11-kit-trust-0.23.22-2.el8.x86_64", "PackageKit-1.1.12-7.el8.x86_64", "PackageKit-glib-1.1.12-7.el8.x86_64", "pam-1.3.1-33.el8.x86_64", "parted-3.2-39.el8.x86_64", "passwd-0.80-4.el8.x86_64", "pciutils-libs-3.7.0-3.el8.x86_64", "pcre2-10.32-3.el8.x86_64", "pcre-8.42-6.el8.x86_64", "pigz-2.4-4.el8.x86_64", "pinentry-1.1.0-2.el8.x86_64", "pixman-0.38.4-4.el8.x86_64", "platform-python-3.6.8-62.el8.x86_64", "platform-python-pip-9.0.3-24.el8.noarch", "platform-python-setuptools-39.2.0-7.el8.noarch", "policycoreutils-2.9-26.el8.x86_64", "policycoreutils-python-utils-2.9-26.el8.noarch", "polkit-0.115-15.el8.x86_64", "polkit-libs-0.115-15.el8.x86_64", "polkit-pkla-compat-0.1-12.el8.x86_64", "popt-1.18-1.el8.x86_64", "prefixdevname-0.1.0-6.el8.x86_64", "procps-ng-3.3.15-14.el8.x86_64", "psmisc-23.1-5.el8.x86_64", "publicsuffix-list-dafsa-20180723-1.el8.noarch", "python36-3.6.8-39.module_el8+762+77bd8591.x86_64", "python3-audit-3.1.2-1.el8.x86_64", "python3-babel-2.5.1-7.el8.noarch", "python3-cairo-1.16.3-6.el8.x86_64", "python3-cffi-1.11.5-6.el8.x86_64", "python3-chardet-3.0.4-7.el8.noarch", "python3-configobj-5.0.6-11.el8.noarch", "python3-cryptography-3.2.1-7.el8.x86_64", "python3-dateutil-2.6.1-6.el8.noarch", "python3-dbus-1.2.4-15.el8.x86_64", "python3-dnf-4.7.0-20.el8.noarch", "python3-dnf-plugins-core-4.0.21-25.el8.noarch", "python3-gobject-3.28.3-2.el8.x86_64", "python3-gobject-base-3.28.3-2.el8.x86_64", "python3-gpg-1.13.1-12.el8.x86_64", "python3-hawkey-0.63.0-19.el8.x86_64", "python3-idna-2.5-7.el8.noarch", "python3-jinja2-2.10.1-5.el8.noarch", "python3-jsonpatch-1.21-2.el8.noarch", "python3-jsonpointer-1.10-11.el8.noarch", "python3-jsonschema-2.6.0-4.el8.noarch", "python3-jwt-1.6.1-2.el8.noarch", "python3-libcomps-0.1.18-1.el8.x86_64", "python3-libdnf-0.63.0-19.el8.x86_64", "python3-libs-3.6.8-62.el8.x86_64", "python3-libselinux-2.9-8.el8.x86_64", "python3-libsemanage-2.9-9.el8.x86_64", "python3-libxml2-2.9.7-18.el8.x86_64", "python3-linux-procfs-0.7.3-1.el8.noarch", "python3-magic-5.33-26.el8.noarch", "python3-markupsafe-0.23-19.el8.x86_64", "python3-netifaces-0.10.6-4.el8.x86_64", "python3-oauthlib-2.1.0-1.el8.noarch", "python3-perf-4.18.0-553.6.1.el8.x86_64", "python3-pexpect-4.3.1-3.el8.noarch", "python3-pip-9.0.3-24.el8.noarch", "python3-pip-wheel-9.0.3-24.el8.noarch", "python3-ply-3.9-9.el8.noarch", "python3-policycoreutils-2.9-26.el8.noarch", "python3-prettytable-0.7.2-14.el8.noarch", "python3-ptyprocess-0.5.2-4.el8.noarch", "python3-pycparser-2.14-14.el8.noarch", "python3-pydbus-0.6.0-5.el8.noarch", "python3-pyserial-3.1.1-9.el8.noarch", "python3-pysocks-1.6.8-3.el8.noarch", "python3-pytz-2017.2-11.el8.noarch", "python3-pyudev-0.21.0-7.el8.noarch", "python3-pyyaml-3.12-12.el8.x86_64", "python3-requests-2.20.0-4.el8.noarch", "python3-rpm-4.14.3-31.el8.x86_64", "python3-setools-4.3.0-5.el8.x86_64", "python3-setuptools-39.2.0-7.el8.noarch", "python3-setuptools-wheel-39.2.0-7.el8.noarch", "python3-six-1.11.0-8.el8.noarch", "python3-syspurpose-1.28.42-1.el8.x86_64", "python3-systemd-234-8.el8.x86_64", "python3-unbound-1.16.2-5.el8.x86_64", "python3-urllib3-1.24.2-7.el8.noarch", "qemu-guest-agent-6.2.0-49.module_el8+991+097e156d.x86_64", "quota-4.04-14.el8.x86_64", "quota-nls-4.04-14.el8.noarch", "readline-7.0-10.el8.x86_64", "rng-tools-6.16-1.el8.x86_64", "rootfiles-8.1-22.el8.noarch", "rpcbind-1.2.5-10.el8.x86_64", "rpm-4.14.3-31.el8.x86_64", "rpm-build-libs-4.14.3-31.el8.x86_64", "rpm-libs-4.14.3-31.el8.x86_64", "rpm-plugin-selinux-4.14.3-31.el8.x86_64", "rpm-plugin-systemd-inhibit-4.14.3-31.el8.x86_64", "rsync-3.1.3-19.el8.1.x86_64", "rsyslog-8.2102.0-15.el8.x86_64", "sed-4.5-5.el8.x86_64", "selinux-policy-3.14.3-139.el8.noarch", "selinux-policy-targeted-3.14.3-139.el8.noarch", "setroubleshoot-plugins-3.3.14-1.el8.noarch", "setroubleshoot-server-3.3.26-6.el8.x86_64", "setup-2.12.2-11.el8.noarch", "sg3_utils-1.44-6.el8.x86_64", "sg3_utils-libs-1.44-6.el8.x86_64", "shadow-utils-4.6-22.el8.x86_64", "shared-mime-info-1.9-4.el8.x86_64", "slang-2.3.2-3.el8.x86_64", "snappy-1.1.8-3.el8.x86_64", "sos-4.7.1-2.el8.noarch", "sqlite-libs-3.26.0-19.el8.x86_64", "squashfs-tools-4.3-21.el8.x86_64", "sscg-3.0.0-7.el8.x86_64", "sssd-client-2.9.4-3.el8.x86_64", "sssd-common-2.9.4-3.el8.x86_64", "sssd-kcm-2.9.4-3.el8.x86_64", "sssd-nfs-idmap-2.9.4-3.el8.x86_64", "sudo-1.9.5p2-1.el8.x86_64", "systemd-239-82.el8.1.x86_64", "systemd-libs-239-82.el8.1.x86_64", "systemd-pam-239-82.el8.1.x86_64", "systemd-udev-239-82.el8.1.x86_64", "tar-1.30-9.el8.x86_64", "teamd-1.31-4.el8.x86_64", "timedatex-0.5-3.el8.x86_64", "tpm2-tss-2.3.2-6.el8.x86_64", "trousers-0.3.15-2.el8.x86_64", "trousers-lib-0.3.15-2.el8.x86_64", "tuned-2.22.1-4.el8.1.noarch", "tzdata-2024a-1.el8.noarch", "unbound-libs-1.16.2-5.el8.x86_64", "util-linux-2.32.1-46.el8.x86_64", "vim-minimal-8.0.1763-19.el8.4.x86_64", "virt-what-1.25-4.el8.x86_64", "which-2.21-20.el8.x86_64", "xfsprogs-5.0.0-12.el8.x86_64", "xkeyboard-config-2.28-1.el8.noarch", "xz-5.2.4-4.el8.x86_64", "xz-libs-5.2.4-4.el8.x86_64", "yum-4.7.0-20.el8.noarch", "yum-utils-4.0.21-25.el8.noarch", "zlib-1.2.11-25.el8.x86_64" ] } } TASK [testing_farm_profiles.library.facts : Collect enabled repositories] ****** ok: [18.219.212.59] => { "changed": false, "cmd": "if command -v dnf 2>&1 >/dev/null; then\n dnf repolist --enabled\nelse\n yum repolist enabled\nfi\n", "delta": "0:00:00.188494", "end": "2026-08-21 16:12:56.046173", "rc": 0, "start": "2026-08-21 16:12:55.857679" } STDOUT: repo id repo name appstream CentOS Stream 8 - AppStream baseos CentOS Stream 8 - BaseOS extras CentOS Stream 8 - Extras extras-common CentOS Stream 8 - Extras common packages TASK [testing_farm_profiles.library.facts : Dump enabled repositories] ********* ok: [18.219.212.59] => {} MSG: ['repo id repo name', 'appstream CentOS Stream 8 - AppStream', 'baseos CentOS Stream 8 - BaseOS', 'extras CentOS Stream 8 - Extras', 'extras-common CentOS Stream 8 - Extras common packages'] TASK [testing_farm_profiles.library.facts : Check for immutable OS] ************ fatal: [18.219.212.59]: FAILED! => { "changed": false, "cmd": [ "bash", "-c", "test -e /run/ostree" ], "delta": "0:00:00.002558", "end": "2026-08-21 16:12:58.234004", "rc": 1, "start": "2026-08-21 16:12:58.231446" } MSG: non-zero return code ...ignoring TASK [testing_farm_profiles.library.facts : Set immutable_os fact] ************* ok: [18.219.212.59] => { "ansible_facts": { "immutable_os": false }, "changed": false } TASK [testing_farm_profiles.library.facts : Set is_container fact] ************* ok: [18.219.212.59] => { "ansible_facts": { "is_container": false }, "changed": false } TASK [testing_farm_profiles.library.facts : Export Ansible facts/vars as JSON for goss tests] *** changed: [18.219.212.59] => { "changed": true, "checksum": "a4455c72d997006b4a92caebc2050fef723c39bf", "dest": "/var/tmp/facts.json", "gid": 0, "group": "root", "md5sum": "e87e9c5cff34e7f233d762ad8fc71627", "mode": "0644", "owner": "root", "size": 61090, "src": "/root/.ansible/tmp/ansible-tmp-1787328779.1903875-4022-35420744997975/source", "state": "file", "uid": 0 } TASK [testing_farm_profiles.library.update_and_reboot : Install dnf-utils or dnf5-plugins (CentOS 8 and newer, RHEL 8 and newer, Fedora)] *** ok: [18.219.212.59] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [testing_farm_profiles.library.update_and_reboot : Install yum-utils (CentOS 7 and older, RHEL 7 and older)] *** skipping: [18.219.212.59] => { "changed": false, "false_condition": "(ansible_distribution_major_version | int <= 7 and ansible_distribution == \"RedHat\")\nor (ansible_distribution_major_version | int <= 7 and ansible_distribution == \"CentOS\")\n", "skip_reason": "Conditional result was False" } TASK [testing_farm_profiles.library.update_and_reboot : Update to latest packages (dnf)] *** skipping: [18.219.212.59] => { "changed": false, "false_condition": "ansible_distribution_major_version | int >= 9 or ansible_distribution == \"Fedora\"", "skip_reason": "Conditional result was False" } TASK [testing_farm_profiles.library.update_and_reboot : Update to latest packages] *** changed: [18.219.212.59] => { "attempts": 1, "changed": true, "rc": 0, "results": [ "Installed: hostname-3.20-7.el8.0.1.x86_64", "Removed: hostname-3.20-6.el8.x86_64" ] } TASK [testing_farm_profiles.library.update_and_reboot : Check if needs-restarting (dnf5)] *** skipping: [18.219.212.59] => { "changed": false, "false_condition": "ansible_pkg_mgr == \"dnf5\"", "skip_reason": "Conditional result was False" } TASK [testing_farm_profiles.library.update_and_reboot : Check if needs-restarting (not RHEL 6, not dnf5)] *** ok: [18.219.212.59] => { "changed": false, "cmd": [ "needs-restarting", "--reboothint" ], "delta": "0:00:00.307612", "end": "2026-08-21 16:13:10.210948", "failed_when_result": false, "rc": 0, "start": "2026-08-21 16:13:09.903336" } STDOUT: No core libraries or services have been updated since boot-up. Reboot should not be necessary. TASK [testing_farm_profiles.library.update_and_reboot : Check if needs-restarting (RHEL 6)] *** skipping: [18.219.212.59] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [testing_farm_profiles.library.update_and_reboot : Reboot] **************** skipping: [18.219.212.59] => { "changed": false, "false_condition": "not is_container and ((_update_and_reboot_update_pkgs.results | default([]) | select(\"search\", \"kernel-\")) or ((_update_and_reboot_reboot_required_dnf5.rc | default(0)) == 1) or ((_update_and_reboot_reboot_required.rc | default(0)) == 1) or ((_update_and_reboot_reboot_required_rhel6.rc | default(0)) == 1))", "skip_reason": "Conditional result was False" } TASK [testing_farm_profiles.library.update_and_reboot : Wait for connection] *** skipping: [18.219.212.59] => { "changed": false, "false_condition": "not is_container and ((_update_and_reboot_update_pkgs.results | default([]) | select(\"search\", \"kernel-\")) or ((_update_and_reboot_reboot_required_dnf5.rc | default(0)) == 1) or ((_update_and_reboot_reboot_required.rc | default(0)) == 1) or ((_update_and_reboot_reboot_required_rhel6.rc | default(0)) == 1))", "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** included: /CONFIG/guest-setup/pre-artifact-installation/workaround-fedora-eln.yaml for 18.219.212.59 TASK [workaround-fedora-eln | Check for Fedora ELN] **************************** fatal: [18.219.212.59]: FAILED! => { "changed": true, "cmd": "rpm -q fedora-eln-repos || rpm -q fedora-repos-eln", "delta": "0:00:00.012158", "end": "2026-08-21 16:13:11.321297", "rc": 1, "start": "2026-08-21 16:13:11.309139" } STDOUT: package fedora-eln-repos is not installed package fedora-repos-eln is not installed MSG: non-zero return code ...ignoring TASK [workaround-fedora-eln | Install required python packages for dnf5] ******* skipping: [18.219.212.59] => { "changed": false, "false_condition": "check_eln.rc == 0", "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** included: /CONFIG/guest-setup/pre-artifact-installation/workaround-fedora-rawhide.yaml for 18.219.212.59 TASK [workaround-fedora-rawhide | Check for rawhide] *************************** fatal: [18.219.212.59]: FAILED! => { "changed": true, "cmd": [ "rpm", "-q", "fedora-repos-rawhide" ], "delta": "0:00:00.006536", "end": "2026-08-21 16:13:13.343715", "rc": 1, "start": "2026-08-21 16:13:13.337179" } STDOUT: package fedora-repos-rawhide is not installed MSG: non-zero return code ...ignoring TASK [workaround-fedora-rawhide | Install required python packages for dnf5] *** skipping: [18.219.212.59] => { "changed": false, "false_condition": "check_rawhide.rc == 0", "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** included: /CONFIG/guest-setup/pre-artifact-installation/workaround-fedora-release.yaml for 18.219.212.59 TASK [Workaround - update Fedora release and related packages] ***************** skipping: [18.219.212.59] => { "changed": false, "false_condition": "ansible_distribution == \"Fedora\"", "skip_reason": "Conditional result was False" } TASK [testing_farm_profiles.workarounds.centos_eol] **************************** TASK [testing_farm_profiles.workarounds.centos_eol : Parse NAME from /etc/os-release] *** ok: [18.219.212.59] => { "changed": false, "rc": 0 } STDOUT: CentOS Stream STDERR: Shared connection to 18.219.212.59 closed. TASK [testing_farm_profiles.workarounds.centos_eol : Set _centos_eol_os_release_name fact] *** ok: [18.219.212.59] => { "ansible_facts": { "_centos_eol_os_release_name": "CentOS Stream" }, "changed": false } TASK [testing_farm_profiles.workarounds.centos_eol : Parse VERSION_ID from /etc/os-release] *** ok: [18.219.212.59] => { "changed": false, "rc": 0 } STDOUT: 8 STDERR: Shared connection to 18.219.212.59 closed. TASK [testing_farm_profiles.workarounds.centos_eol : Set _centos_eol_os_release_version_id fact] *** ok: [18.219.212.59] => { "ansible_facts": { "_centos_eol_os_release_version_id": "8" }, "changed": false } TASK [testing_farm_profiles.workarounds.centos_eol : Fix repositories (CentOS 6)] *** skipping: [18.219.212.59] => { "changed": false, "false_condition": "_centos_eol_os_release_name == \"CentOS Linux\"", "skip_reason": "Conditional result was False" } TASK [testing_farm_profiles.workarounds.centos_eol : Use vault.centos.org repos (CentOS 7)] *** skipping: [18.219.212.59] => { "changed": false, "false_condition": "_centos_eol_os_release_name == \"CentOS Linux\"", "skip_reason": "Conditional result was False" } TASK [testing_farm_profiles.workarounds.centos_eol : Use vault.centos.org repos (CentOS 8)] *** skipping: [18.219.212.59] => { "changed": false, "false_condition": "_centos_eol_os_release_name == \"CentOS Linux\"", "skip_reason": "Conditional result was False" } TASK [testing_farm_profiles.workarounds.centos_eol : Use vault.centos.org repos (CentOS Stream 8)] *** changed: [18.219.212.59] => { "changed": true, "rc": 0 } STDERR: Shared connection to 18.219.212.59 closed. TASK [testing_farm_profiles.workarounds.dns] *********************************** TASK [testing_farm_profiles.workarounds.dns : Disable and mask systemd-resolved] *** changed: [18.219.212.59] => { "changed": true, "enabled": false, "name": "systemd-resolved", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "tmp.mount -.mount systemd-journald.socket system.slice systemd-tmpfiles-setup.service systemd-networkd.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "cap_setpcap cap_net_bind_service cap_net_raw", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "nss-lookup.target network.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_setpcap cap_net_bind_service cap_net_raw", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Network Name Resolution", "DevicePolicy": "closed", "Documentation": "man:systemd-resolved.service(8) https://www.freedesktop.org/wiki/Software/systemd/resolved https://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-managers https://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/lib/systemd/systemd-resolved ; argv[]=/usr/lib/systemd/systemd-resolved ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/systemd-resolved.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "systemd-resolved.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "13992", "LimitNPROCSoft": "13992", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13992", "LimitSIGPENDINGSoft": "13992", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "systemd-resolved.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "yes", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProtectControlGroups": "yes", "ProtectHome": "yes", "ProtectKernelModules": "yes", "ProtectKernelTunables": "yes", "ProtectSystem": "strict", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount system.slice", "RequiresMountsFor": "/var/tmp /run/systemd/resolve", "Restart": "always", "RestartUSec": "0", "RestrictNamespaces": "yes", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectory": "systemd/resolve", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "yes", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "1", "SystemCallFilter": "_llseek _newselect accept accept4 access add_key alarm arch_prctl bind brk capget capset chdir chmod chown chown32 clock_getres clock_gettime clock_nanosleep clone close connect copy_file_range creat dup dup2 dup3 epoll_create epoll_create1 epoll_ctl epoll_ctl_old epoll_pwait epoll_wait epoll_wait_old eventfd eventfd2 execve execveat exit exit_group faccessat fadvise64 fadvise64_64 fallocate fchdir fchmod fchmodat fchown fchown32 fchownat fcntl fcntl64 fdatasync fgetxattr flistxattr flock fork fremovexattr fsetxattr fstat fstat64 fstatat64 fstatfs fstatfs64 fsync ftruncate ftruncate64 futex futimesat get_mempolicy get_robust_list get_thread_area getcpu getcwd getdents getdents64 getegid getegid32 geteuid geteuid32 getgid getgid32 getgroups getgroups32 getitimer getpeername getpgid getpgrp getpid getppid getpriority getrandom getresgid getresgid32 getresuid getresuid32 getrlimit getrusage getsid getsockname getsockopt gettid gettimeofday getuid getuid32 getxattr inotify_add_watch inotify_init inotify_init1 inotify_rm_watch io_cancel io_destroy io_getevents io_setup io_submit ioctl ioprio_get ioprio_set ipc kcmp keyctl kill lchown lchown32 lgetxattr link linkat listen listxattr llistxattr lremovexattr lseek lsetxattr lstat lstat64 madvise mbind membarrier memfd_create migrate_pages mincore mkdir mkdirat mknod mknodat mlock mlock2 mlockall mmap mmap2 move_pages mprotect mq_getsetattr mq_notify mq_open mq_timedreceive mq_timedsend mq_unlink mremap msgctl msgget msgrcv msgsnd msync munlock munlockall munmap name_to_handle_at nanosleep newfstatat nice oldfstat oldlstat oldolduname oldstat olduname open openat pause personality pipe pipe2 poll ppoll prctl pread64 preadv preadv2 prlimit64 process_vm_readv process_vm_writev pselect6 pwrite64 pwritev pwritev2 read readahead readdir readlink readlinkat readv recv recvfrom recvmmsg recvmsg remap_file_pages removexattr rename renameat renameat2 request_key restart_syscall rmdir rt_sigaction rt_sigpending rt_sigprocmask rt_sigqueueinfo rt_sigreturn rt_sigsuspend rt_sigtimedwait rt_tgsigqueueinfo sched_get_priority_max sched_get_priority_min sched_getaffinity sched_getattr sched_getparam sched_getscheduler sched_rr_get_interval sched_setaffinity sched_setattr sched_setparam sched_setscheduler sched_yield select semctl semget semop semtimedop send sendfile sendfile64 sendmmsg sendmsg sendto set_mempolicy set_robust_list set_thread_area set_tid_address set_tls setfsgid setfsgid32 setfsuid setfsuid32 setgid setgid32 setgroups setgroups32 setitimer setns setpgid setpriority setregid setregid32 setresgid setresgid32 setresuid setresuid32 setreuid setreuid32 setrlimit setsid setsockopt setuid setuid32 setxattr shmat shmctl shmdt shmget shutdown sigaction sigaltstack signal signalfd signalfd4 sigpending sigprocmask sigreturn sigsuspend socket socketcall socketpair splice stat stat64 statfs statfs64 statx symlink symlinkat sync sync_file_range syncfs sysinfo tee tgkill time timer_create timer_delete timer_getoverrun timer_gettime timer_settime timerfd_create timerfd_gettime timerfd_settime times tkill truncate truncate64 ugetrlimit umask uname unlink unlinkat unshare userfaultfd utime utimensat utimes vfork vmsplice wait4 waitid waitpid write writev", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22388", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "User": "systemd-resolve", "UtmpMode": "init", "Wants": "nss-lookup.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "3min" } } TASK [testing_farm_profiles.workarounds.dns : Remove /etc/resolv.conf] ********* changed: [18.219.212.59] => { "changed": true, "path": "/etc/resolv.conf", "state": "absent" } TASK [testing_farm_profiles.workarounds.dns : Set dns=none in NetworkManager configuration] *** changed: [18.219.212.59] => { "changed": true, "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/NetworkManager/conf.d/90-workarounds-dns.conf", "size": 19, "state": "file", "uid": 0 } MSG: section and option added TASK [testing_farm_profiles.workarounds.dns : Restore SELinux context of /etc/NetworkManager/conf.d/90-workarounds-dns.conf] *** ok: [18.219.212.59] => { "changed": false, "cmd": [ "restorecon", "-vF", "/etc/NetworkManager/conf.d/90-workarounds-dns.conf" ], "delta": "0:00:00.006549", "end": "2026-08-21 16:13:22.133939", "rc": 0, "start": "2026-08-21 16:13:22.127390" } STDOUT: Relabeled /etc/NetworkManager/conf.d/90-workarounds-dns.conf from unconfined_u:object_r:admin_home_t:s0 to system_u:object_r:NetworkManager_etc_t:s0 TASK [testing_farm_profiles.workarounds.dns : Restart NetworkManager] ********** changed: [18.219.212.59] => { "changed": true, "name": "NetworkManager", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2026-08-21 16:11:40 UTC", "ActiveEnterTimestampMonotonic": "56811849", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "cloud-init-local.service dbus.socket systemd-journald.socket sysinit.target system.slice dbus.service basic.target network-pre.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Fri 2026-08-21 16:11:40 UTC", "AssertTimestampMonotonic": "56759992", "Before": "cloud-init.service network.target NetworkManager-wait-online.service multi-user.target network.service shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.freedesktop.NetworkManager", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_dac_override cap_kill cap_setgid cap_setuid cap_net_bind_service cap_net_admin cap_net_raw cap_sys_module cap_sys_chroot cap_audit_write", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2026-08-21 16:11:40 UTC", "ConditionTimestampMonotonic": "56759991", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/NetworkManager.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Network Manager", "DevicePolicy": "auto", "Documentation": "man:NetworkManager(8)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "717", "ExecMainStartTimestamp": "Fri 2026-08-21 16:11:40 UTC", "ExecMainStartTimestampMonotonic": "56761308", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/busctl ; argv[]=/usr/bin/busctl call org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager Reload u 0 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/NetworkManager ; argv[]=/usr/sbin/NetworkManager --no-daemon ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/NetworkManager.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "NetworkManager.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2026-08-21 16:11:40 UTC", "InactiveExitTimestampMonotonic": "56761350", "InvocationID": "1290ce0bdb2a48ac8075444de4614ba5", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "65536", "LimitNOFILESoft": "65536", "LimitNPROC": "13992", "LimitNPROCSoft": "13992", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13992", "LimitSIGPENDINGSoft": "13992", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "717", "MemoryAccounting": "yes", "MemoryCurrent": "9183232", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "NetworkManager.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "read-only", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "RequiredBy": "NetworkManager-wait-online.service", "Requires": "system.slice sysinit.target dbus.socket", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Fri 2026-08-21 16:11:40 UTC", "StateChangeTimestampMonotonic": "56811849", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "22388", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network.target", "WatchdogTimestamp": "Fri 2026-08-21 16:11:40 UTC", "WatchdogTimestampMonotonic": "56811847", "WatchdogUSec": "0" } } TASK [testing_farm_profiles.workarounds.dns : Replace resolve.conf DNS servers] *** changed: [18.219.212.59] => { "changed": true, "checksum": "c3f9736e9af7bd0885578859a50b205c8fa5fc8e", "dest": "/etc/resolv.conf", "gid": 0, "group": "root", "md5sum": "c7ea09d26e26605227076e0514a33038", "mode": "0644", "owner": "root", "size": 38, "src": "/root/.ansible/tmp/ansible-tmp-1787328802.9498436-4750-73360746535467/source", "state": "file", "uid": 0 } TASK [testing_farm_profiles.workarounds.dns : Replace resolve.conf DNS servers] *** skipping: [18.219.212.59] => { "false_condition": "is_container" } TASK [testing_farm_profiles.workarounds.dns : Make sure policycoreutils is installed] *** ok: [18.219.212.59] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [testing_farm_profiles.workarounds.dns : Restore SELinux context on a /etc/resolv.conf] *** ok: [18.219.212.59] => { "changed": false, "cmd": [ "restorecon", "-vF", "/etc/resolv.conf" ], "delta": "0:00:00.005812", "end": "2026-08-21 16:13:26.856880", "rc": 0, "start": "2026-08-21 16:13:26.851068" } STDOUT: Relabeled /etc/resolv.conf from unconfined_u:object_r:admin_home_t:s0 to system_u:object_r:net_conf_t:s0 TASK [testing_farm_profiles.repository.crb] ************************************ TASK [testing_farm_profiles.repository.crb : Enable Powertools - install dnf-plugins-core (CentOS 8, CentOS Stream 8)] *** ok: [18.219.212.59] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [testing_farm_profiles.repository.crb : Enable Powertools - enable package repository (CentOS 8, CentOS Stream 8)] *** changed: [18.219.212.59] => { "changed": true, "cmd": [ "dnf", "config-manager", "--enable", "powertools" ], "delta": "0:00:00.204840", "end": "2026-08-21 16:13:29.952892", "rc": 0, "start": "2026-08-21 16:13:29.748052" } TASK [testing_farm_profiles.repository.crb : Enable CRB (RHEL 8 and newer)] **** skipping: [18.219.212.59] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [testing_farm_profiles.repository.crb : Enable CRB (CentOS Stream 9 and newer)] *** skipping: [18.219.212.59] => { "changed": false, "false_condition": "ansible_distribution_major_version | int >= 9", "skip_reason": "Conditional result was False" } TASK [testing_farm_profiles.repository.epel] *********************************** TASK [testing_farm_profiles.repository.crb : Enable Powertools - install dnf-plugins-core (CentOS 8, CentOS Stream 8)] *** ok: [18.219.212.59] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [testing_farm_profiles.repository.crb : Enable Powertools - enable package repository (CentOS 8, CentOS Stream 8)] *** changed: [18.219.212.59] => { "changed": true, "cmd": [ "dnf", "config-manager", "--enable", "powertools" ], "delta": "0:00:00.202842", "end": "2026-08-21 16:13:35.226592", "rc": 0, "start": "2026-08-21 16:13:35.023750" } TASK [testing_farm_profiles.repository.crb : Enable CRB (RHEL 8 and newer)] **** skipping: [18.219.212.59] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [testing_farm_profiles.repository.crb : Enable CRB (CentOS Stream 9 and newer)] *** skipping: [18.219.212.59] => { "changed": false, "false_condition": "ansible_distribution_major_version | int >= 9", "skip_reason": "Conditional result was False" } TASK [testing_farm_profiles.repository.epel : Install EPEL release package (CentOS 8 and older, CentOS Stream 8 and older)] *** changed: [18.219.212.59] => { "attempts": 1, "changed": true, "rc": 0, "results": [ "Installed: epel-release-8-11.el8.noarch" ] } TASK [testing_farm_profiles.repository.epel : Install EPEL release package (CentOS Stream 9)] *** skipping: [18.219.212.59] => { "changed": false, "false_condition": "ansible_distribution_major_version | int == 9", "skip_reason": "Conditional result was False" } TASK [testing_farm_profiles.repository.epel : Install EPEL release package (CentOS Stream 10)] *** skipping: [18.219.212.59] => { "changed": false, "false_condition": "ansible_distribution_major_version | int == 10", "skip_reason": "Conditional result was False" } TASK [testing_farm_profiles.repository.epel : Install dnf config manager (CentOS Stream)] *** ok: [18.219.212.59] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [testing_farm_profiles.repository.epel : Enable epel (CentOS and CentOS Stream)] *** changed: [18.219.212.59] => { "changed": true, "cmd": [ "dnf", "config-manager", "--enable", "epel" ], "delta": "0:00:00.200810", "end": "2026-08-21 16:13:47.769022", "rc": 0, "start": "2026-08-21 16:13:47.568212" } TASK [testing_farm_profiles.repository.epel : Enable epel-next (CentOS Stream 9)] *** skipping: [18.219.212.59] => { "changed": false, "false_condition": "ansible_distribution_major_version | int == 9", "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** included: /CONFIG/guest-setup/pre-artifact-installation/workaround-beakerlib.yaml for 18.219.212.59 TASK [Make sure dnf core plugins are installed] ******************************** changed: [18.219.212.59] => { "attempts": 1, "changed": true, "cmd": [ "dnf", "-y", "install", "dnf-plugins-core" ], "delta": "0:00:02.245773", "end": "2026-08-21 16:13:50.865010", "rc": 0, "start": "2026-08-21 16:13:48.619237" } STDOUT: Extra Packages for Enterprise Linux 8 - x86_64 138 kB/s | 28 kB 00:00 Package dnf-plugins-core-4.0.21-25.el8.noarch is already installed. Dependencies resolved. Nothing to do. Complete! TASK [Add beakerlib copr repository for CentOS Stream] ************************* changed: [18.219.212.59] => { "changed": true, "cmd": [ "dnf", "-y", "copr", "enable", "packit/beakerlib-beakerlib-master" ], "delta": "0:00:00.285410", "end": "2026-08-21 16:13:51.594968", "rc": 0, "start": "2026-08-21 16:13:51.309558" } STDOUT: Repository successfully enabled. STDERR: Enabling a Copr repository. Please note that this repository is not part of the main distribution, and quality may vary. The Fedora Project does not exercise any power over the contents of this repository beyond the rules outlined in the Copr FAQ at , and packages are not held to any quality or security level. Please do not file bug reports about these packages in Fedora Bugzilla. In case of problems, contact the owner of this repository. TASK [Install beakerlib] ******************************************************* changed: [18.219.212.59] => { "attempts": 1, "changed": true, "cmd": [ "dnf", "-y", "install", "beakerlib" ], "delta": "0:00:07.797714", "end": "2026-08-21 16:13:59.726382", "rc": 0, "start": "2026-08-21 16:13:51.928668" } STDOUT: Copr repo for beakerlib-beakerlib-master owned 23 kB/s | 2.3 kB 00:00 Dependencies resolved. ============================================================================================================================================================= Package Arch Version Repository Size ============================================================================================================================================================= Installing: beakerlib noarch 1.33.3-1.20260728080822957651.master.3.gfedd1a5.el8 copr:copr.fedorainfracloud.org:packit:beakerlib-beakerlib-master 182 k Installing dependencies: bc x86_64 1.07.1-5.el8 baseos 129 k libxslt x86_64 1.1.32-6.el8 baseos 250 k perl-Carp noarch 1.42-396.el8 baseos 30 k perl-Data-Dumper x86_64 2.167-399.el8 baseos 58 k perl-Digest noarch 1.17-395.el8 appstream 27 k perl-Digest-MD5 x86_64 2.55-396.el8 appstream 37 k perl-Encode x86_64 4:2.97-3.el8 baseos 1.5 M perl-Errno x86_64 1.28-422.el8 baseos 76 k perl-Exporter noarch 5.72-396.el8 baseos 34 k perl-File-Path noarch 2.15-2.el8 baseos 38 k perl-File-Temp noarch 0.230.600-1.el8 baseos 63 k perl-Getopt-Long noarch 1:2.50-4.el8 baseos 63 k perl-HTTP-Tiny noarch 0.074-3.el8 baseos 59 k perl-IO x86_64 1.38-422.el8 baseos 142 k perl-IO-Socket-IP noarch 0.39-5.el8 appstream 47 k perl-IO-Socket-SSL noarch 2.066-4.module_el8+339+1ec643e0 appstream 304 k perl-MIME-Base64 x86_64 3.15-396.el8 baseos 31 k perl-Mozilla-CA noarch 20160104-7.module_el8+645+9d809f8c appstream 15 k perl-Net-SSLeay x86_64 1.88-2.module_el8+339+1ec643e0 appstream 402 k perl-PathTools x86_64 3.74-1.el8 baseos 90 k perl-Pod-Escapes noarch 1:1.07-395.el8 baseos 20 k perl-Pod-Perldoc noarch 3.28-396.el8 baseos 86 k perl-Pod-Simple noarch 1:3.35-395.el8 baseos 213 k perl-Pod-Usage noarch 4:1.69-395.el8 baseos 34 k perl-Scalar-List-Utils x86_64 3:1.49-2.el8 baseos 68 k perl-Socket x86_64 4:2.027-3.el8 baseos 59 k perl-Storable x86_64 1:3.11-3.el8 baseos 98 k perl-Term-ANSIColor noarch 4.06-396.el8 baseos 46 k perl-Term-Cap noarch 1.17-395.el8 baseos 23 k perl-Text-ParseWords noarch 3.30-395.el8 baseos 18 k perl-Text-Tabs+Wrap noarch 2013.0523-395.el8 baseos 24 k perl-Time-Local noarch 1:1.280-1.el8 baseos 34 k perl-URI noarch 1.73-3.el8 appstream 116 k perl-Unicode-Normalize x86_64 1.25-396.el8 baseos 82 k perl-constant noarch 1.33-396.el8 baseos 25 k perl-libnet noarch 3.11-3.el8 appstream 121 k perl-libs x86_64 4:5.26.3-422.el8 baseos 1.6 M perl-macros x86_64 4:5.26.3-422.el8 baseos 73 k perl-parent noarch 1:0.237-1.el8 baseos 20 k perl-podlators noarch 4.11-1.el8 baseos 118 k perl-threads x86_64 1:2.21-2.el8 baseos 61 k perl-threads-shared x86_64 1.58-2.el8 baseos 48 k python3-webencodings noarch 0.5.1-6.el8 appstream 27 k time x86_64 1.9-3.el8 baseos 54 k Installing weak dependencies: perl-interpreter x86_64 4:5.26.3-422.el8 baseos 6.3 M python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k python3-cssselect noarch 0.9.2-10.el8 epel 40 k python3-html5lib noarch 1:0.999999999-6.el8 appstream 214 k python3-lxml x86_64 4.2.3-4.el8 appstream 1.5 M Enabling module streams: perl 5.26 perl-IO-Socket-SSL 2.066 perl-libwww-perl 6.34 Transaction Summary ============================================================================================================================================================= Install 50 Packages Total download size: 15 M Installed size: 44 M Downloading Packages: (1/50): perl-Digest-1.17-395.el8.noarch.rpm 511 kB/s | 27 kB 00:00 (2/50): perl-Digest-MD5-2.55-396.el8.x86_64.rpm 682 kB/s | 37 kB 00:00 (3/50): perl-IO-Socket-IP-0.39-5.el8.noarch.rpm 840 kB/s | 47 kB 00:00 (4/50): perl-Mozilla-CA-20160104-7.module_el8+6 2.7 MB/s | 15 kB 00:00 (5/50): perl-IO-Socket-SSL-2.066-4.module_el8+3 26 MB/s | 304 kB 00:00 (6/50): perl-Net-SSLeay-1.88-2.module_el8+339+1 31 MB/s | 402 kB 00:00 (7/50): perl-URI-1.73-3.el8.noarch.rpm 11 MB/s | 116 kB 00:00 (8/50): perl-libnet-3.11-3.el8.noarch.rpm 12 MB/s | 121 kB 00:00 (9/50): python3-html5lib-0.999999999-6.el8.noar 24 MB/s | 214 kB 00:00 (10/50): python3-webencodings-0.5.1-6.el8.noarc 5.0 MB/s | 27 kB 00:00 (11/50): libxslt-1.1.32-6.el8.x86_64.rpm 33 MB/s | 250 kB 00:00 (12/50): python3-lxml-4.2.3-4.el8.x86_64.rpm 70 MB/s | 1.5 MB 00:00 (13/50): bc-1.07.1-5.el8.x86_64.rpm 7.7 MB/s | 129 kB 00:00 (14/50): perl-Carp-1.42-396.el8.noarch.rpm 2.8 MB/s | 30 kB 00:00 (15/50): perl-Data-Dumper-2.167-399.el8.x86_64. 8.3 MB/s | 58 kB 00:00 (16/50): perl-Errno-1.28-422.el8.x86_64.rpm 11 MB/s | 76 kB 00:00 (17/50): perl-Exporter-5.72-396.el8.noarch.rpm 4.8 MB/s | 34 kB 00:00 (18/50): perl-Encode-2.97-3.el8.x86_64.rpm 73 MB/s | 1.5 MB 00:00 (19/50): perl-File-Path-2.15-2.el8.noarch.rpm 3.3 MB/s | 38 kB 00:00 (20/50): perl-File-Temp-0.230.600-1.el8.noarch. 5.8 MB/s | 63 kB 00:00 (21/50): perl-Getopt-Long-2.50-4.el8.noarch.rpm 10 MB/s | 63 kB 00:00 (22/50): perl-HTTP-Tiny-0.074-3.el8.noarch.rpm 9.3 MB/s | 59 kB 00:00 (23/50): perl-IO-1.38-422.el8.x86_64.rpm 20 MB/s | 142 kB 00:00 (24/50): perl-MIME-Base64-3.15-396.el8.x86_64.r 4.7 MB/s | 31 kB 00:00 (25/50): perl-PathTools-3.74-1.el8.x86_64.rpm 11 MB/s | 90 kB 00:00 (26/50): perl-Pod-Escapes-1.07-395.el8.noarch.r 3.0 MB/s | 20 kB 00:00 (27/50): perl-Pod-Perldoc-3.28-396.el8.noarch.r 13 MB/s | 86 kB 00:00 (28/50): perl-Pod-Simple-3.35-395.el8.noarch.rp 24 MB/s | 213 kB 00:00 (29/50): perl-Pod-Usage-1.69-395.el8.noarch.rpm 3.8 MB/s | 34 kB 00:00 (30/50): perl-Scalar-List-Utils-1.49-2.el8.x86_ 7.7 MB/s | 68 kB 00:00 (31/50): perl-Socket-2.027-3.el8.x86_64.rpm 9.0 MB/s | 59 kB 00:00 (32/50): perl-Term-ANSIColor-4.06-396.el8.noarc 7.8 MB/s | 46 kB 00:00 (33/50): perl-Storable-3.11-3.el8.x86_64.rpm 9.8 MB/s | 98 kB 00:00 (34/50): perl-Term-Cap-1.17-395.el8.noarch.rpm 3.3 MB/s | 23 kB 00:00 (35/50): perl-Text-ParseWords-3.30-395.el8.noar 2.5 MB/s | 18 kB 00:00 (36/50): perl-Text-Tabs+Wrap-2013.0523-395.el8. 3.2 MB/s | 24 kB 00:00 (37/50): perl-Time-Local-1.280-1.el8.noarch.rpm 4.6 MB/s | 34 kB 00:00 (38/50): perl-constant-1.33-396.el8.noarch.rpm 4.3 MB/s | 25 kB 00:00 (39/50): perl-Unicode-Normalize-1.25-396.el8.x8 7.1 MB/s | 82 kB 00:00 (40/50): perl-macros-5.26.3-422.el8.x86_64.rpm 8.8 MB/s | 73 kB 00:00 (41/50): perl-parent-0.237-1.el8.noarch.rpm 3.0 MB/s | 20 kB 00:00 (42/50): perl-libs-5.26.3-422.el8.x86_64.rpm 55 MB/s | 1.6 MB 00:00 (43/50): perl-podlators-4.11-1.el8.noarch.rpm 8.4 MB/s | 118 kB 00:00 (44/50): perl-threads-2.21-2.el8.x86_64.rpm 6.5 MB/s | 61 kB 00:00 (45/50): perl-threads-shared-1.58-2.el8.x86_64. 5.7 MB/s | 48 kB 00:00 (46/50): time-1.9-3.el8.x86_64.rpm 6.0 MB/s | 54 kB 00:00 (47/50): perl-interpreter-5.26.3-422.el8.x86_64 86 MB/s | 6.3 MB 00:00 (48/50): python3-beautifulsoup4-4.6.3-2.el8.1.n 4.2 MB/s | 185 kB 00:00 (49/50): python3-cssselect-0.9.2-10.el8.noarch. 1.8 MB/s | 40 kB 00:00 (50/50): beakerlib-1.33.3-1.2026072808082295765 3.3 MB/s | 182 kB 00:00 -------------------------------------------------------------------------------- Total 35 MB/s | 15 MB 00:00 Copr repo for beakerlib-beakerlib-master owned 9.0 kB/s | 1.0 kB 00:00 Key imported successfully Extra Packages for Enterprise Linux 8 - x86_64 1.6 MB/s | 1.6 kB 00:00 Key imported successfully Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : perl-Digest-1.17-395.el8.noarch 1/50 Installing : perl-Digest-MD5-2.55-396.el8.x86_64 2/50 Installing : perl-Data-Dumper-2.167-399.el8.x86_64 3/50 Installing : perl-libnet-3.11-3.el8.noarch 4/50 Installing : perl-URI-1.73-3.el8.noarch 5/50 Installing : perl-Pod-Escapes-1:1.07-395.el8.noarch 6/50 Installing : perl-Net-SSLeay-1.88-2.module_el8+339+1ec643e0.x86 7/50 Installing : perl-Mozilla-CA-20160104-7.module_el8+645+9d809f8c 8/50 Installing : perl-IO-Socket-IP-0.39-5.el8.noarch 9/50 Installing : perl-Time-Local-1:1.280-1.el8.noarch 10/50 Installing : perl-IO-Socket-SSL-2.066-4.module_el8+339+1ec643e0 11/50 Installing : perl-Term-ANSIColor-4.06-396.el8.noarch 12/50 Installing : perl-Term-Cap-1.17-395.el8.noarch 13/50 Installing : perl-File-Temp-0.230.600-1.el8.noarch 14/50 Installing : perl-Pod-Simple-1:3.35-395.el8.noarch 15/50 Installing : perl-HTTP-Tiny-0.074-3.el8.noarch 16/50 Installing : perl-podlators-4.11-1.el8.noarch 17/50 Installing : perl-Pod-Perldoc-3.28-396.el8.noarch 18/50 Installing : perl-Text-ParseWords-3.30-395.el8.noarch 19/50 Installing : perl-Pod-Usage-4:1.69-395.el8.noarch 20/50 Installing : perl-MIME-Base64-3.15-396.el8.x86_64 21/50 Installing : perl-Storable-1:3.11-3.el8.x86_64 22/50 Installing : perl-Getopt-Long-1:2.50-4.el8.noarch 23/50 Installing : perl-Errno-1.28-422.el8.x86_64 24/50 Installing : perl-Socket-4:2.027-3.el8.x86_64 25/50 Installing : perl-Encode-4:2.97-3.el8.x86_64 26/50 Installing : perl-Carp-1.42-396.el8.noarch 27/50 Installing : perl-Exporter-5.72-396.el8.noarch 28/50 Installing : perl-libs-4:5.26.3-422.el8.x86_64 29/50 Installing : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 30/50 Installing : perl-parent-1:0.237-1.el8.noarch 31/50 Installing : perl-macros-4:5.26.3-422.el8.x86_64 32/50 Installing : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 33/50 Installing : perl-Unicode-Normalize-1.25-396.el8.x86_64 34/50 Installing : perl-File-Path-2.15-2.el8.noarch 35/50 Installing : perl-IO-1.38-422.el8.x86_64 36/50 Installing : perl-PathTools-3.74-1.el8.x86_64 37/50 Installing : perl-constant-1.33-396.el8.noarch 38/50 Installing : perl-threads-1:2.21-2.el8.x86_64 39/50 Installing : perl-threads-shared-1.58-2.el8.x86_64 40/50 Installing : perl-interpreter-4:5.26.3-422.el8.x86_64 41/50 Installing : python3-cssselect-0.9.2-10.el8.noarch 42/50 Installing : time-1.9-3.el8.x86_64 43/50 Running scriptlet: time-1.9-3.el8.x86_64 43/50 Installing : libxslt-1.1.32-6.el8.x86_64 44/50 Installing : bc-1.07.1-5.el8.x86_64 45/50 Running scriptlet: bc-1.07.1-5.el8.x86_64 45/50 Installing : python3-webencodings-0.5.1-6.el8.noarch 46/50 Installing : python3-html5lib-1:0.999999999-6.el8.noarch 47/50 Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 48/50 Installing : python3-lxml-4.2.3-4.el8.x86_64 49/50 Installing : beakerlib-1.33.3-1.20260728080822957651.master.3.g 50/50 Running scriptlet: beakerlib-1.33.3-1.20260728080822957651.master.3.g 50/50 Verifying : perl-Digest-1.17-395.el8.noarch 1/50 Verifying : perl-Digest-MD5-2.55-396.el8.x86_64 2/50 Verifying : perl-IO-Socket-IP-0.39-5.el8.noarch 3/50 Verifying : perl-IO-Socket-SSL-2.066-4.module_el8+339+1ec643e0 4/50 Verifying : perl-Mozilla-CA-20160104-7.module_el8+645+9d809f8c 5/50 Verifying : perl-Net-SSLeay-1.88-2.module_el8+339+1ec643e0.x86 6/50 Verifying : perl-URI-1.73-3.el8.noarch 7/50 Verifying : perl-libnet-3.11-3.el8.noarch 8/50 Verifying : python3-html5lib-1:0.999999999-6.el8.noarch 9/50 Verifying : python3-lxml-4.2.3-4.el8.x86_64 10/50 Verifying : python3-webencodings-0.5.1-6.el8.noarch 11/50 Verifying : bc-1.07.1-5.el8.x86_64 12/50 Verifying : libxslt-1.1.32-6.el8.x86_64 13/50 Verifying : perl-Carp-1.42-396.el8.noarch 14/50 Verifying : perl-Data-Dumper-2.167-399.el8.x86_64 15/50 Verifying : perl-Encode-4:2.97-3.el8.x86_64 16/50 Verifying : perl-Errno-1.28-422.el8.x86_64 17/50 Verifying : perl-Exporter-5.72-396.el8.noarch 18/50 Verifying : perl-File-Path-2.15-2.el8.noarch 19/50 Verifying : perl-File-Temp-0.230.600-1.el8.noarch 20/50 Verifying : perl-Getopt-Long-1:2.50-4.el8.noarch 21/50 Verifying : perl-HTTP-Tiny-0.074-3.el8.noarch 22/50 Verifying : perl-IO-1.38-422.el8.x86_64 23/50 Verifying : perl-MIME-Base64-3.15-396.el8.x86_64 24/50 Verifying : perl-PathTools-3.74-1.el8.x86_64 25/50 Verifying : perl-Pod-Escapes-1:1.07-395.el8.noarch 26/50 Verifying : perl-Pod-Perldoc-3.28-396.el8.noarch 27/50 Verifying : perl-Pod-Simple-1:3.35-395.el8.noarch 28/50 Verifying : perl-Pod-Usage-4:1.69-395.el8.noarch 29/50 Verifying : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 30/50 Verifying : perl-Socket-4:2.027-3.el8.x86_64 31/50 Verifying : perl-Storable-1:3.11-3.el8.x86_64 32/50 Verifying : perl-Term-ANSIColor-4.06-396.el8.noarch 33/50 Verifying : perl-Term-Cap-1.17-395.el8.noarch 34/50 Verifying : perl-Text-ParseWords-3.30-395.el8.noarch 35/50 Verifying : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 36/50 Verifying : perl-Time-Local-1:1.280-1.el8.noarch 37/50 Verifying : perl-Unicode-Normalize-1.25-396.el8.x86_64 38/50 Verifying : perl-constant-1.33-396.el8.noarch 39/50 Verifying : perl-interpreter-4:5.26.3-422.el8.x86_64 40/50 Verifying : perl-libs-4:5.26.3-422.el8.x86_64 41/50 Verifying : perl-macros-4:5.26.3-422.el8.x86_64 42/50 Verifying : perl-parent-1:0.237-1.el8.noarch 43/50 Verifying : perl-podlators-4.11-1.el8.noarch 44/50 Verifying : perl-threads-1:2.21-2.el8.x86_64 45/50 Verifying : perl-threads-shared-1.58-2.el8.x86_64 46/50 Verifying : time-1.9-3.el8.x86_64 47/50 Verifying : beakerlib-1.33.3-1.20260728080822957651.master.3.g 48/50 Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 49/50 Verifying : python3-cssselect-0.9.2-10.el8.noarch 50/50 Installed: bc-1.07.1-5.el8.x86_64 beakerlib-1.33.3-1.20260728080822957651.master.3.gfedd1a5.el8.noarch libxslt-1.1.32-6.el8.x86_64 perl-Carp-1.42-396.el8.noarch perl-Data-Dumper-2.167-399.el8.x86_64 perl-Digest-1.17-395.el8.noarch perl-Digest-MD5-2.55-396.el8.x86_64 perl-Encode-4:2.97-3.el8.x86_64 perl-Errno-1.28-422.el8.x86_64 perl-Exporter-5.72-396.el8.noarch perl-File-Path-2.15-2.el8.noarch perl-File-Temp-0.230.600-1.el8.noarch perl-Getopt-Long-1:2.50-4.el8.noarch perl-HTTP-Tiny-0.074-3.el8.noarch perl-IO-1.38-422.el8.x86_64 perl-IO-Socket-IP-0.39-5.el8.noarch perl-IO-Socket-SSL-2.066-4.module_el8+339+1ec643e0.noarch perl-MIME-Base64-3.15-396.el8.x86_64 perl-Mozilla-CA-20160104-7.module_el8+645+9d809f8c.noarch perl-Net-SSLeay-1.88-2.module_el8+339+1ec643e0.x86_64 perl-PathTools-3.74-1.el8.x86_64 perl-Pod-Escapes-1:1.07-395.el8.noarch perl-Pod-Perldoc-3.28-396.el8.noarch perl-Pod-Simple-1:3.35-395.el8.noarch perl-Pod-Usage-4:1.69-395.el8.noarch perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 perl-Socket-4:2.027-3.el8.x86_64 perl-Storable-1:3.11-3.el8.x86_64 perl-Term-ANSIColor-4.06-396.el8.noarch perl-Term-Cap-1.17-395.el8.noarch perl-Text-ParseWords-3.30-395.el8.noarch perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch perl-Time-Local-1:1.280-1.el8.noarch perl-URI-1.73-3.el8.noarch perl-Unicode-Normalize-1.25-396.el8.x86_64 perl-constant-1.33-396.el8.noarch perl-interpreter-4:5.26.3-422.el8.x86_64 perl-libnet-3.11-3.el8.noarch perl-libs-4:5.26.3-422.el8.x86_64 perl-macros-4:5.26.3-422.el8.x86_64 perl-parent-1:0.237-1.el8.noarch perl-podlators-4.11-1.el8.noarch perl-threads-1:2.21-2.el8.x86_64 perl-threads-shared-1.58-2.el8.x86_64 python3-beautifulsoup4-4.6.3-2.el8.1.noarch python3-cssselect-0.9.2-10.el8.noarch python3-html5lib-1:0.999999999-6.el8.noarch python3-lxml-4.2.3-4.el8.x86_64 python3-webencodings-0.5.1-6.el8.noarch time-1.9-3.el8.x86_64 Complete! STDERR: Importing GPG key 0xF6CA21A9: Userid : "packit_beakerlib-beakerlib-master (None) " Fingerprint: E21D 2E84 CD16 9668 1678 4103 E625 0F21 F6CA 21A9 From : https://download.copr.fedorainfracloud.org/results/packit/beakerlib-beakerlib-master/pubkey.gpg Importing GPG key 0x2F86D6A1: Userid : "Fedora EPEL (8) " Fingerprint: 94E2 79EB 8D8F 25B2 1810 ADF1 21EA 45AB 2F86 D6A1 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8 TASK [Add beakerlib copr repository for CentOS Stream] ************************* skipping: [18.219.212.59] => { "changed": false, "false_condition": "\"image-mode\" in IMAGE_NAME|lower", "skip_reason": "Conditional result was False" } TASK [Install beakerlib] ******************************************************* skipping: [18.219.212.59] => { "changed": false, "false_condition": "\"image-mode\" in IMAGE_NAME|lower", "skip_reason": "Conditional result was False" } TASK [testing_farm_profiles.library.koji] ************************************** TASK [testing_farm_profiles.repository.epel : Install EPEL release package (CentOS 8 and older, CentOS Stream 8 and older)] *** ok: [18.219.212.59] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [testing_farm_profiles.repository.epel : Install EPEL release package (CentOS Stream 9)] *** skipping: [18.219.212.59] => { "changed": false, "false_condition": "ansible_distribution_major_version | int == 9", "skip_reason": "Conditional result was False" } TASK [testing_farm_profiles.repository.epel : Install EPEL release package (CentOS Stream 10)] *** skipping: [18.219.212.59] => { "changed": false, "false_condition": "ansible_distribution_major_version | int == 10", "skip_reason": "Conditional result was False" } TASK [testing_farm_profiles.repository.epel : Install dnf config manager (CentOS Stream)] *** ok: [18.219.212.59] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [testing_farm_profiles.repository.epel : Enable epel (CentOS and CentOS Stream)] *** changed: [18.219.212.59] => { "changed": true, "cmd": [ "dnf", "config-manager", "--enable", "epel" ], "delta": "0:00:00.207277", "end": "2026-08-21 16:14:07.400815", "rc": 0, "start": "2026-08-21 16:14:07.193538" } TASK [testing_farm_profiles.repository.epel : Enable epel-next (CentOS Stream 9)] *** skipping: [18.219.212.59] => { "changed": false, "false_condition": "ansible_distribution_major_version | int == 9", "skip_reason": "Conditional result was False" } TASK [testing_farm_profiles.library.koji : Install Koji (Fedora, CentOS, Oracle Linux)] *** changed: [18.219.212.59] => { "attempts": 1, "changed": true, "rc": 0, "results": [ "Installed: python3-gssapi-1.5.1-5.el8.x86_64", "Installed: python3-requests-gssapi-1.2.2-1.el8.noarch", "Installed: python3-decorator-4.2.1-2.el8.noarch", "Installed: python3-koji-1.35.3-4.el8.noarch", "Installed: koji-1.35.3-4.el8.noarch", "Installed: python3-defusedxml-0.6.0-1.el8.noarch" ] } TASK [testing_farm_profiles.library.koji : Add RCM repository (RHEL 7, Oracle Linux 7 and older)] *** skipping: [18.219.212.59] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\" or ansible_distribution == \"OracleLinux\"", "skip_reason": "Conditional result was False" } TASK [testing_farm_profiles.library.koji : Install Koji (RHEL 7, Oracle Linux 7 and older)] *** skipping: [18.219.212.59] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\" or ansible_distribution == \"OracleLinux\"", "skip_reason": "Conditional result was False" } TASK [testing_farm_profiles.library.koji : Add RCM Repository (RHEL 8, AlmaLinux 8, Rocky Linux 8, Oracle Linux and newer)] *** skipping: [18.219.212.59] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\" or ansible_distribution == \"OracleLinux\" or ansible_distribution == \"AlmaLinux\" or ansible_distribution == \"Rocky\"", "skip_reason": "Conditional result was False" } TASK [testing_farm_profiles.library.koji : Install Koji (RHEL 8, AlmaLinux 8, Rocky Linux 8, Oracle Linux and newer)] *** skipping: [18.219.212.59] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\" or ansible_distribution == \"OracleLinux\" or ansible_distribution == \"AlmaLinux\" or ansible_distribution == \"Rocky\"", "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** included: /CONFIG/guest-setup/pre-artifact-installation/tag-repository.yaml for 18.219.212.59 TASK [Check for rawhide] ******************************************************* fatal: [18.219.212.59]: FAILED! => { "changed": true, "cmd": [ "rpm", "-q", "fedora-repos-rawhide" ], "delta": "0:00:00.006688", "end": "2026-08-21 16:14:14.137671", "rc": 1, "start": "2026-08-21 16:14:14.130983" } STDOUT: package fedora-repos-rawhide is not installed MSG: non-zero return code ...ignoring TASK [Check for rawhide] ******************************************************* fatal: [18.219.212.59]: FAILED! => { "changed": true, "cmd": "rpm -q fedora-eln-repos || rpm -q fedora-repos-eln", "delta": "0:00:00.011757", "end": "2026-08-21 16:14:14.472576", "rc": 1, "start": "2026-08-21 16:14:14.460819" } STDOUT: package fedora-eln-repos is not installed package fedora-repos-eln is not installed MSG: non-zero return code ...ignoring TASK [Transform build target to a tag repository name (Rawhide)] *************** skipping: [18.219.212.59] => { "changed": false, "false_condition": "ansible_distribution == \"Fedora\"", "skip_reason": "Conditional result was False" } TASK [Transform build target to a tag repository name (ELN)] ******************* skipping: [18.219.212.59] => { "changed": false, "false_condition": "ansible_distribution == \"Fedora\"", "skip_reason": "Conditional result was False" } TASK [Transform build target to a tag repository name (Fedora non-Rawhide)] **** skipping: [18.219.212.59] => { "changed": false, "false_condition": "ansible_distribution == \"Fedora\"", "skip_reason": "Conditional result was False" } TASK [Create tag repository base url (Fedora), set priority to 9 (high)] ******* skipping: [18.219.212.59] => { "changed": false, "false_condition": "ansible_distribution == \"Fedora\"", "skip_reason": "Conditional result was False" } TASK [Set tag repository priority to 99 (CentOS Stream)] *********************** ok: [18.219.212.59] => { "ansible_facts": { "tag_repository_priority": 99 }, "changed": false } TASK [Create tag repository base url (CentOS Stream 8)] ************************ ok: [18.219.212.59] => { "ansible_facts": { "tag_repository_name": "c8s-build", "tag_repository_url": "https://kojihub.stream.centos.org/kojifiles/repos/c8s-build/latest/x86_64/" }, "changed": false } TASK [Create tag repository base url (CentOS Stream 9)] ************************ skipping: [18.219.212.59] => { "changed": false, "false_condition": "ansible_distribution_major_version | int == 9", "skip_reason": "Conditional result was False" } TASK [Create tag repository base url (CentOS Stream 10)] *********************** skipping: [18.219.212.59] => { "changed": false, "false_condition": "ansible_distribution_major_version | int == 10", "skip_reason": "Conditional result was False" } TASK [Check if tag repository https://kojihub.stream.centos.org/kojifiles/repos/c8s-build/latest/x86_64/ exists] *** ok: [18.219.212.59] => { "attempts": 1, "changed": false, "connection": "close", "content_type": "text/html;charset=ISO-8859-1", "cookies": {}, "cookies_string": "", "date": "Fri, 21 Aug 2026 16:14:19 GMT", "elapsed": 0, "failed_when_result": false, "redirected": false, "referrer_policy": "same-origin", "server": "Apache", "status": 200, "strict_transport_security": "max-age=31536000", "transfer_encoding": "chunked", "url": "https://kojihub.stream.centos.org/kojifiles/repos/c8s-build/latest/x86_64/", "vary": "X-Forwarded-For,Accept-Encoding", "x_content_type_options": "nosniff", "x_frame_options": "SAMEORIGIN", "x_xss_protection": "1; mode=block" } MSG: OK (unknown bytes) TASK [Add tag repository] ****************************************************** changed: [18.219.212.59] => { "changed": true, "checksum": "125621e5e535d30c78aa495ad4a9b4acac4a3946", "dest": "/etc/yum.repos.d/tag-repository.repo", "gid": 0, "group": "root", "md5sum": "276a79e28c220619733115327fdb8688", "mode": "0644", "owner": "root", "size": 506, "src": "/root/.ansible/tmp/ansible-tmp-1787328860.1038487-5694-31768554745345/source", "state": "file", "uid": 0 } TASK [debug] ******************************************************************* skipping: [18.219.212.59] => { "false_condition": "tag_repository_exist_check.status != 200" } TASK [debug] ******************************************************************* skipping: [18.219.212.59] => { "false_condition": "not ( ansible_distribution == \"CentOS\" and ansible_distribution_release == \"Stream\" )" } TASK [testing_farm_profiles.library.time] ************************************** TASK [testing_farm_profiles.library.time : Install packages required for timezone manipulation (non-Fedora)] *** ok: [18.219.212.59] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [testing_farm_profiles.library.time : Install packages required for timezone manipulation (Fedora)] *** skipping: [18.219.212.59] => { "changed": false, "false_condition": "ansible_distribution == \"Fedora\"", "skip_reason": "Conditional result was False" } TASK [testing_farm_profiles.library.time : Set timezone to Etc/UTC] ************ changed: [18.219.212.59] => { "attempts": 1, "changed": true } MSG: executed `/usr/bin/timedatectl set-timezone Etc/UTC` TASK [testing_farm_profiles.library.time : Install ntpdate (RHEL-7 and older)] *** skipping: [18.219.212.59] => { "changed": false, "false_condition": "ansible_distribution_major_version | int <= 7", "skip_reason": "Conditional result was False" } TASK [testing_farm_profiles.library.time : Sync time with NTP server (RHEL-7 and older)] *** skipping: [18.219.212.59] => { "changed": false, "false_condition": "ansible_distribution_major_version | int <= 7", "skip_reason": "Conditional result was False" } TASK [testing_farm_profiles.library.time : Install chrony (RHEL-8 and newer)] *** ok: [18.219.212.59] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [testing_farm_profiles.library.time : Show available NTP sources (RHEL-8 and newer)] *** ok: [18.219.212.59] => { "changed": false, "cmd": [ "chronyc", "sources" ], "delta": "0:00:00.055864", "end": "2026-08-21 16:14:44.277241", "rc": 0, "start": "2026-08-21 16:14:44.221377" } STDOUT: MS Name/IP address Stratum Poll Reach LastRx Last sample =============================================================================== ^* 192.207.55.254 1 6 77 48 -731us[ -264us] +/- 17ms ^+ 38.45.64.130 2 6 77 49 +1505us[+1970us] +/- 22ms ^- us-east-2.clearnet.pw 2 6 77 48 +3728us[+3728us] +/- 50ms ^- kc1cloud.147.72.155.23.m> 2 6 77 47 -885us[ -885us] +/- 52ms TASK [testing_farm_profiles.library.time : Add NTP source (RHEL-8 and newer)] *** changed: [18.219.212.59] => { "changed": true, "cmd": "set -x +o pipefail;\n\n_sources=\"$(chronyc sources | grep -Ev 'Name/IP|===')\";\n\nif [ -n \"\" ]; then\n echo \"Consider only sources matching pattern.\"\n _sources=\"$(echo \"$_sources\" | grep '')\"\nelse\n echo \"Check whether 169.254.169.123 is already a source.\"\n _sources=\"$(echo \"$_sources\" | grep '169.254.169.123')\"\nfi\n\nif [ -n \"\" ]; then\n echo \"Consider only sources not matching pattern.\"\n _sources=\"$(echo \"$_sources\" | grep -v '')\"\nfi\n\nif [ -z \"$_sources\" ]; then\n echo \"Adding NTP server 169.254.169.123.\"\n echo \"server 169.254.169.123 iburst\" >> /etc/chrony.conf\n systemctl restart chronyd\nelse\n echo \"No NTP server had to be added.\"\n exit 0\nfi\n", "delta": "0:00:00.134961", "end": "2026-08-21 16:14:44.728426", "rc": 0, "start": "2026-08-21 16:14:44.593465" } STDOUT: Check whether 169.254.169.123 is already a source. Adding NTP server 169.254.169.123. STDERR: ++ chronyc sources ++ grep -Ev 'Name/IP|===' + _sources='^* 192.207.55.254 1 6 77 48 -731us[ -264us] +/- 17ms ^+ 38.45.64.130 2 6 77 49 +1505us[+1970us] +/- 22ms ^- us-east-2.clearnet.pw 2 6 77 48 +3728us[+3728us] +/- 50ms ^- kc1cloud.147.72.155.23.m> 2 6 77 47 -885us[ -885us] +/- 52ms' + '[' -n '' ']' + echo 'Check whether 169.254.169.123 is already a source.' ++ echo '^* 192.207.55.254 1 6 77 48 -731us[ -264us] +/- 17ms ^+ 38.45.64.130 2 6 77 49 +1505us[+1970us] +/- 22ms ^- us-east-2.clearnet.pw 2 6 77 48 +3728us[+3728us] +/- 50ms ^- kc1cloud.147.72.155.23.m> 2 6 77 47 -885us[ -885us] +/- 52ms' ++ grep 169.254.169.123 + _sources= + '[' -n '' ']' + '[' -z '' ']' + echo 'Adding NTP server 169.254.169.123.' + echo 'server 169.254.169.123 iburst' + systemctl restart chronyd TASK [testing_farm_profiles.library.time : Show available NTP sources (RHEL-8 and newer)] *** ok: [18.219.212.59] => { "changed": false, "cmd": [ "chronyc", "sources" ], "delta": "0:00:00.068076", "end": "2026-08-21 16:14:45.088516", "failed_when_result": false, "rc": 0, "start": "2026-08-21 16:14:45.020440" } STDOUT: MS Name/IP address Stratum Poll Reach LastRx Last sample =============================================================================== ^? vps6.drown.org 0 6 0 - +0ns[ +0ns] +/- 0ns ^? ntp.shastacoe.net 0 6 0 - +0ns[ +0ns] +/- 0ns ^? y.ns.gin.ntt.net 0 6 0 - +0ns[ +0ns] +/- 0ns ^? ip-162-254-225-152.rev.o> 0 6 0 - +0ns[ +0ns] +/- 0ns ^? 169.254.169.123 0 6 0 - +0ns[ +0ns] +/- 0ns TASK [testing_farm_profiles.library.time : Sync time with NTP server (RHEL-8 and newer)] *** changed: [18.219.212.59] => { "attempts": 1, "changed": true, "cmd": [ "chronyc", "waitsync", "5" ], "delta": "0:00:10.014514", "end": "2026-08-21 16:14:55.395530", "rc": 0, "start": "2026-08-21 16:14:45.381016" } STDOUT: try: 1, refid: 00000000, correction: 0.000000000, skew: 0.000 try: 2, refid: A9FEA97B, correction: 0.000000630, skew: 6.511 PLAY RECAP ********************************************************************* 18.219.212.59 : ok=84 changed=29 unreachable=0 failed=0 skipped=44 rescued=0 ignored=6 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---