[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. No config file found; using defaults running playbook inside collection fedora.linux_system_roles PLAY [Test stratis pool management] ******************************************** TASK [Gathering Facts] ********************************************************* Thursday 25 July 2024 07:09:52 -0400 (0:00:00.010) 0:00:00.010 ********* [WARNING]: Platform linux on host managed_node1 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed_node1] TASK [Run the role] ************************************************************ Thursday 25 July 2024 07:09:55 -0400 (0:00:02.812) 0:00:02.822 ********* included: fedora.linux_system_roles.storage for managed_node1 TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** Thursday 25 July 2024 07:09:55 -0400 (0:00:00.025) 0:00:02.847 ********* included: /var/ARTIFACTS/work-generalwemzaip6/plans/general/tree/tmp.4a0cc3dkOS/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** Thursday 25 July 2024 07:09:55 -0400 (0:00:00.021) 0:00:02.868 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** Thursday 25 July 2024 07:09:55 -0400 (0:00:00.023) 0:00:02.892 ********* skipping: [managed_node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [managed_node1] => (item=Fedora.yml) => { "ansible_facts": { "_storage_copr_packages": [ { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" } ], "_storage_copr_support_packages": [ "dnf-plugins-core" ], "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "stratisd", "stratis-cli" ] }, "ansible_included_var_files": [ "/var/ARTIFACTS/work-generalwemzaip6/plans/general/tree/tmp.4a0cc3dkOS/ansible_collections/fedora/linux_system_roles/roles/storage/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [managed_node1] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [managed_node1] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** Thursday 25 July 2024 07:09:55 -0400 (0:00:00.042) 0:00:02.934 ********* ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** Thursday 25 July 2024 07:09:56 -0400 (0:00:00.498) 0:00:03.433 ********* ok: [managed_node1] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** Thursday 25 July 2024 07:09:56 -0400 (0:00:00.025) 0:00:03.458 ********* ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** Thursday 25 July 2024 07:09:56 -0400 (0:00:00.016) 0:00:03.475 ********* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** Thursday 25 July 2024 07:09:56 -0400 (0:00:00.015) 0:00:03.491 ********* included: /var/ARTIFACTS/work-generalwemzaip6/plans/general/tree/tmp.4a0cc3dkOS/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* Thursday 25 July 2024 07:09:56 -0400 (0:00:00.050) 0:00:03.541 ********* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: libblockdev-crypto libblockdev-dm libblockdev-lvm libblockdev-mdraid libblockdev-swap python3-blivet stratis-cli stratisd TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** Thursday 25 July 2024 07:09:57 -0400 (0:00:01.545) 0:00:05.087 ********* ok: [managed_node1] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** Thursday 25 July 2024 07:09:57 -0400 (0:00:00.020) 0:00:05.107 ********* ok: [managed_node1] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** Thursday 25 July 2024 07:09:57 -0400 (0:00:00.019) 0:00:05.126 ********* ok: [managed_node1] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** Thursday 25 July 2024 07:09:58 -0400 (0:00:00.740) 0:00:05.866 ********* included: /var/ARTIFACTS/work-generalwemzaip6/plans/general/tree/tmp.4a0cc3dkOS/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for managed_node1 TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** Thursday 25 July 2024 07:09:58 -0400 (0:00:00.033) 0:00:05.900 ********* skipping: [managed_node1] => (item={'repository': 'rhawalsh/dm-vdo', 'packages': ['vdo', 'kmod-vdo']}) => { "ansible_loop_var": "repo", "changed": false, "false_condition": "repo.packages | intersect(copr_packages) | length > 0", "repo": { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" }, "skip_reason": "Conditional result was False" } skipping: [managed_node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** Thursday 25 July 2024 07:09:58 -0400 (0:00:00.033) 0:00:05.933 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ Thursday 25 July 2024 07:09:58 -0400 (0:00:00.021) 0:00:05.955 ********* skipping: [managed_node1] => (item={'repository': 'rhawalsh/dm-vdo', 'packages': ['vdo', 'kmod-vdo']}) => { "ansible_loop_var": "repo", "changed": false, "false_condition": "repo.packages | intersect(copr_packages) | length > 0", "repo": { "packages": [ "vdo", "kmod-vdo" ], "repository": "rhawalsh/dm-vdo" }, "skip_reason": "Conditional result was False" } skipping: [managed_node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** Thursday 25 July 2024 07:09:58 -0400 (0:00:00.032) 0:00:05.987 ********* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: kpartx TASK [fedora.linux_system_roles.storage : Get service facts] ******************* Thursday 25 July 2024 07:10:00 -0400 (0:00:01.387) 0:00:07.375 ********* ok: [managed_node1] => { "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" }, "arp-ethers.service": { "name": "arp-ethers.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "audit-rules.service": { "name": "audit-rules.service", "source": "systemd", "state": "stopped", "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" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "bluetooth.service": { "name": "bluetooth.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.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" }, "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" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.bluez.service": { "name": "dbus-org.bluez.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.home1.service": { "name": "dbus-org.freedesktop.home1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.oom1.service": { "name": "dbus-org.freedesktop.oom1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.portable1.service": { "name": "dbus-org.freedesktop.portable1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.resolve1.service": { "name": "dbus-org.freedesktop.resolve1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dhcpcd.service": { "name": "dhcpcd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dhcpcd@.service": { "name": "dhcpcd@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "stopped", "status": "static" }, "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" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fsidd.service": { "name": "fsidd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "stopped", "status": "static" }, "fwupd-offline-update.service": { "name": "fwupd-offline-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd-refresh.service": { "name": "fwupd-refresh.service", "source": "systemd", "state": "inactive", "status": "static" }, "fwupd.service": { "name": "fwupd.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" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.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" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@dm_mod.service": { "name": "modprobe@dm_mod.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@dm_multipath.service": { "name": "modprobe@dm_multipath.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@loop.service": { "name": "modprobe@loop.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "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-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" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "passim.service": { "name": "passim.service", "source": "systemd", "state": "inactive", "status": "static" }, "pcscd.service": { "name": "pcscd.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "plymouth-halt.service": { "name": "plymouth-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-kexec.service": { "name": "plymouth-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-poweroff.service": { "name": "plymouth-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-quit.service": { "name": "plymouth-quit.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-read-write.service": { "name": "plymouth-read-write.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-reboot.service": { "name": "plymouth-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "static" }, "plymouth-switch-root-initramfs.service": { "name": "plymouth-switch-root-initramfs.service", "source": "systemd", "state": "inactive", "status": "static" }, "plymouth-switch-root.service": { "name": "plymouth-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "inactive", "status": "static" }, "quotaon.service": { "name": "quotaon.service", "source": "systemd", "state": "inactive", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "stopped", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "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" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "rpmdb-migrate.service": { "name": "rpmdb-migrate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "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" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ssh-host-keys-migration.service": { "name": "ssh-host-keys-migration.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "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" }, "stratis-fstab-setup@.service": { "name": "stratis-fstab-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "stratisd-min-postinitrd.service": { "name": "stratisd-min-postinitrd.service", "source": "systemd", "state": "inactive", "status": "static" }, "stratisd.service": { "name": "stratisd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "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-plymouth.service": { "name": "systemd-ask-password-plymouth.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-battery-check.service": { "name": "systemd-battery-check.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-random-seed.service": { "name": "systemd-boot-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-bsod.service": { "name": "systemd-bsod.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-confext.service": { "name": "systemd-confext.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "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": "enabled-runtime" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.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": "stopped", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-homed-activate.service": { "name": "systemd-homed-activate.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-homed.service": { "name": "systemd-homed.service", "source": "systemd", "state": "running", "status": "enabled" }, "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-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "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-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-networkd-wait-online@.service": { "name": "systemd-networkd-wait-online@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "systemd-networkd.service": { "name": "systemd-networkd.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-oomd.service": { "name": "systemd-oomd.service", "source": "systemd", "state": "running", "status": "enabled" }, "systemd-pcrextend@.service": { "name": "systemd-pcrextend@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrlock-file-system.service": { "name": "systemd-pcrlock-file-system.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-firmware-code.service": { "name": "systemd-pcrlock-firmware-code.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-firmware-config.service": { "name": "systemd-pcrlock-firmware-config.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-machine-id.service": { "name": "systemd-pcrlock-machine-id.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-make-policy.service": { "name": "systemd-pcrlock-make-policy.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-secureboot-authority.service": { "name": "systemd-pcrlock-secureboot-authority.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-secureboot-policy.service": { "name": "systemd-pcrlock-secureboot-policy.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "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": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-resolved.service": { "name": "systemd-resolved.service", "source": "systemd", "state": "running", "status": "enabled" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-soft-reboot.service": { "name": "systemd-soft-reboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-storagetm.service": { "name": "systemd-storagetm.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-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-sysext@.service": { "name": "systemd-sysext@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-time-wait-sync.service": { "name": "systemd-time-wait-sync.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev-early.service": { "name": "systemd-tmpfiles-setup-dev-early.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-tpm2-setup-early.service": { "name": "systemd-tpm2-setup-early.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tpm2-setup.service": { "name": "systemd-tpm2-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "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-userdbd.service": { "name": "systemd-userdbd.service", "source": "systemd", "state": "running", "status": "indirect" }, "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" }, "systemd-zram-setup@.service": { "name": "systemd-zram-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-zram-setup@zram0.service": { "name": "systemd-zram-setup@zram0.service", "source": "systemd", "state": "stopped", "status": "active" }, "udisks2.service": { "name": "udisks2.service", "source": "systemd", "state": "stopped", "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" } } }, "changed": false } TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** Thursday 25 July 2024 07:10:02 -0400 (0:00:02.761) 0:00:10.137 ********* ok: [managed_node1] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** Thursday 25 July 2024 07:10:02 -0400 (0:00:00.044) 0:00:10.181 ********* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** Thursday 25 July 2024 07:10:02 -0400 (0:00:00.017) 0:00:10.199 ********* ok: [managed_node1] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** Thursday 25 July 2024 07:10:03 -0400 (0:00:00.600) 0:00:10.799 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** Thursday 25 July 2024 07:10:03 -0400 (0:00:00.025) 0:00:10.824 ********* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1721904821.4652069, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5e247d13efd6d196ae011933e05bcaefd0368dae", "ctime": 1721812897.2051704, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131080, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1721812897.2051704, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1344, "uid": 0, "version": "890647176", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** Thursday 25 July 2024 07:10:04 -0400 (0:00:00.420) 0:00:11.245 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "blivet_output is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** Thursday 25 July 2024 07:10:04 -0400 (0:00:00.023) 0:00:11.269 ********* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** Thursday 25 July 2024 07:10:04 -0400 (0:00:00.016) 0:00:11.285 ********* ok: [managed_node1] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } } TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** Thursday 25 July 2024 07:10:04 -0400 (0:00:00.023) 0:00:11.309 ********* ok: [managed_node1] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** Thursday 25 July 2024 07:10:04 -0400 (0:00:00.022) 0:00:11.332 ********* ok: [managed_node1] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** Thursday 25 July 2024 07:10:04 -0400 (0:00:00.024) 0:00:11.356 ********* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** Thursday 25 July 2024 07:10:04 -0400 (0:00:00.030) 0:00:11.386 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** Thursday 25 July 2024 07:10:04 -0400 (0:00:00.018) 0:00:11.405 ********* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** Thursday 25 July 2024 07:10:04 -0400 (0:00:00.026) 0:00:11.431 ********* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** Thursday 25 July 2024 07:10:04 -0400 (0:00:00.026) 0:00:11.458 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** Thursday 25 July 2024 07:10:04 -0400 (0:00:00.018) 0:00:11.476 ********* ok: [managed_node1] => { "changed": false, "stat": { "atime": 1721904999.0575888, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1721812097.365, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 131081, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1721811608.85, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "1175726114", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** Thursday 25 July 2024 07:10:04 -0400 (0:00:00.420) 0:00:11.896 ********* skipping: [managed_node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ Thursday 25 July 2024 07:10:04 -0400 (0:00:00.020) 0:00:11.916 ********* ok: [managed_node1] TASK [Mark tasks to be skipped] ************************************************ Thursday 25 July 2024 07:10:07 -0400 (0:00:02.399) 0:00:14.316 ********* ok: [managed_node1] => { "ansible_facts": { "storage_skip_checks": [ "blivet_available", "packages_installed", "service_facts" ] }, "changed": false } TASK [Gather package facts] **************************************************** Thursday 25 July 2024 07:10:07 -0400 (0:00:00.029) 0:00:14.345 ********* ok: [managed_node1] => { "ansible_facts": { "packages": { "ModemManager-glib": [ { "arch": "x86_64", "epoch": null, "name": "ModemManager-glib", "release": "3.fc40", "source": "rpm", "version": "1.22.0" } ], "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc40", "source": "rpm", "version": "1.46.2" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc40", "source": "rpm", "version": "1.46.2" } ], "abattis-cantarell-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "abattis-cantarell-vf-fonts", "release": "12.fc40", "source": "rpm", "version": "0.301" } ], "alternatives": [ { "arch": "x86_64", "epoch": null, "name": "alternatives", "release": "1.fc40", "source": "rpm", "version": "1.27" } ], "amd-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "amd-gpu-firmware", "release": "1.fc40", "source": "rpm", "version": "20240709" } ], "amd-ucode-firmware": [ { "arch": "noarch", "epoch": null, "name": "amd-ucode-firmware", "release": "1.fc40", "source": "rpm", "version": "20240709" } ], "aspell": [ { "arch": "x86_64", "epoch": 12, "name": "aspell", "release": "1.fc40", "source": "rpm", "version": "0.60.8.1" } ], "aspell-en": [ { "arch": "x86_64", "epoch": 50, "name": "aspell-en", "release": "10.fc40", "source": "rpm", "version": "2020.12.07" } ], "atheros-firmware": [ { "arch": "noarch", "epoch": null, "name": "atheros-firmware", "release": "1.fc40", "source": "rpm", "version": "20240709" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "1.fc40", "source": "rpm", "version": "4.0.1" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "1.fc40", "source": "rpm", "version": "4.0.1" } ], "audit-rules": [ { "arch": "x86_64", "epoch": null, "name": "audit-rules", "release": "1.fc40", "source": "rpm", "version": "4.0.1" } ], "authselect": [ { "arch": "x86_64", "epoch": null, "name": "authselect", "release": "5.fc40", "source": "rpm", "version": "1.5.0" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "5.fc40", "source": "rpm", "version": "1.5.0" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "26.fc40", "source": "rpm", "version": "0.8" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "20.fc40", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "3.fc40", "source": "rpm", "version": "5.2.26" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "21.fc40", "source": "rpm", "version": "1.07.1" } ], "beakerlib": [ { "arch": "noarch", "epoch": null, "name": "beakerlib", "release": "1.fc40", "source": "rpm", "version": "1.31.1" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": null, "name": "beakerlib-redhat", "release": "35.fc40eng", "source": "rpm", "version": "1" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "37.fc40", "source": "rpm", "version": "2.41" } ], "binutils-gold": [ { "arch": "x86_64", "epoch": null, "name": "binutils-gold", "release": "37.fc40", "source": "rpm", "version": "2.41" } ], "bison": [ { "arch": "x86_64", "epoch": null, "name": "bison", "release": "7.fc40", "source": "rpm", "version": "3.8.2" } ], "blivet-data": [ { "arch": "noarch", "epoch": 1, "name": "blivet-data", "release": "1.fc40", "source": "rpm", "version": "3.10.0" } ], "bluez": [ { "arch": "x86_64", "epoch": null, "name": "bluez", "release": "1.fc40", "source": "rpm", "version": "5.77" } ], "boost-atomic": [ { "arch": "x86_64", "epoch": null, "name": "boost-atomic", "release": "5.fc40", "source": "rpm", "version": "1.83.0" } ], "boost-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "boost-filesystem", "release": "5.fc40", "source": "rpm", "version": "1.83.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": null, "name": "boost-system", "release": "5.fc40", "source": "rpm", "version": "1.83.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": null, "name": "boost-thread", "release": "5.fc40", "source": "rpm", "version": "1.83.0" } ], "brcmfmac-firmware": [ { "arch": "noarch", "epoch": null, "name": "brcmfmac-firmware", "release": "1.fc40", "source": "rpm", "version": "20240709" } ], "btrfs-progs": [ { "arch": "x86_64", "epoch": null, "name": "btrfs-progs", "release": "1.fc40", "source": "rpm", "version": "6.8.1" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "18.fc40", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": null, "name": "c-ares", "release": "1.fc40", "source": "rpm", "version": "1.28.1" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "6.fc40", "source": "rpm", "version": "2023.2.62_v7.0.401" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "3.fc40", "source": "rpm", "version": "3.6" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "3.fc40", "source": "rpm", "version": "4.5" } ], "cirrus-audio-firmware": [ { "arch": "noarch", "epoch": null, "name": "cirrus-audio-firmware", "release": "1.fc40", "source": "rpm", "version": "20240709" } ], "clevis": [ { "arch": "x86_64", "epoch": null, "name": "clevis", "release": "2.fc40", "source": "rpm", "version": "20" } ], "clevis-luks": [ { "arch": "x86_64", "epoch": null, "name": "clevis-luks", "release": "2.fc40", "source": "rpm", "version": "20" } ], "clevis-pin-tpm2": [ { "arch": "x86_64", "epoch": null, "name": "clevis-pin-tpm2", "release": "5.fc40", "source": "rpm", "version": "0.5.3" } ], "cloud-init": [ { "arch": "noarch", "epoch": null, "name": "cloud-init", "release": "2.fc40", "source": "rpm", "version": "24.1.4" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "7.fc40", "source": "rpm", "version": "0.33" } ], "cmake-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "cmake-filesystem", "release": "1.fc40", "source": "rpm", "version": "3.28.2" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "7.fc40", "source": "rpm", "version": "9.4" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "7.fc40", "source": "rpm", "version": "9.4" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "1.fc40", "source": "rpm", "version": "2.15" } ], "cpp": [ { "arch": "x86_64", "epoch": null, "name": "cpp", "release": "7.fc40", "source": "rpm", "version": "14.1.1" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "5.fc40", "source": "rpm", "version": "2.9.11" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "5.fc40", "source": "rpm", "version": "2.9.11" } ], "crypto-policies": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "1.gitd287a42.fc40", "source": "rpm", "version": "20240510" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "1.gitd287a42.fc40", "source": "rpm", "version": "20240510" } ], "cryptsetup": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup", "release": "1.fc40", "source": "rpm", "version": "2.7.3" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "1.fc40", "source": "rpm", "version": "2.7.3" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "8.fc40", "source": "rpm", "version": "8.6.0" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "19.fc40", "source": "rpm", "version": "2.1.28" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "3.fc40", "source": "rpm", "version": "1.14.10" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "2.fc40", "source": "rpm", "version": "36" } ], "dbus-common": [ { "arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "3.fc40", "source": "rpm", "version": "1.14.10" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "3.fc40", "source": "rpm", "version": "1.14.10" } ], "default-fonts-core-sans": [ { "arch": "noarch", "epoch": null, "name": "default-fonts-core-sans", "release": "13.fc40", "source": "rpm", "version": "4.0" } ], "device-mapper": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "1.fc40", "source": "rpm", "version": "1.02.197" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-event", "release": "1.fc40", "source": "rpm", "version": "1.02.197" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-event-libs", "release": "1.fc40", "source": "rpm", "version": "1.02.197" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "1.fc40", "source": "rpm", "version": "1.02.197" } ], "device-mapper-multipath": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-multipath", "release": "7.fc40", "source": "rpm", "version": "0.9.7" } ], "device-mapper-multipath-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-multipath-libs", "release": "7.fc40", "source": "rpm", "version": "0.9.7" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-persistent-data", "release": "1.fc40", "source": "rpm", "version": "1.0.12" } ], "dhcp-client": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "13.P1.fc40", "source": "rpm", "version": "4.4.3" } ], "dhcp-common": [ { "arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "13.P1.fc40", "source": "rpm", "version": "4.4.3" } ], "dhcpcd": [ { "arch": "x86_64", "epoch": null, "name": "dhcpcd", "release": "4.fc40", "source": "rpm", "version": "10.0.6" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "5.fc40", "source": "rpm", "version": "3.10" } ], "dnf": [ { "arch": "noarch", "epoch": null, "name": "dnf", "release": "1.fc40", "source": "rpm", "version": "4.21.0" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "1.fc40", "source": "rpm", "version": "4.21.0" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc40", "source": "rpm", "version": "4.8.0" } ], "dnf-utils": [ { "arch": "noarch", "epoch": null, "name": "dnf-utils", "release": "1.fc40", "source": "rpm", "version": "4.8.0" } ], "dosfstools": [ { "arch": "x86_64", "epoch": null, "name": "dosfstools", "release": "11.fc40", "source": "rpm", "version": "4.2" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "2.fc40", "source": "rpm", "version": "102" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "2.fc40", "source": "rpm", "version": "102" } ], "duktape": [ { "arch": "x86_64", "epoch": null, "name": "duktape", "release": "7.fc40", "source": "rpm", "version": "2.7.0" } ], "dyninst": [ { "arch": "x86_64", "epoch": null, "name": "dyninst", "release": "6.fc40", "source": "rpm", "version": "12.3.0" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "5.fc40", "source": "rpm", "version": "1.47.0" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "5.fc40", "source": "rpm", "version": "1.47.0" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "2.fc40", "source": "rpm", "version": "39" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client", "release": "4.fc40", "source": "rpm", "version": "0.191" } ], "elfutils-debuginfod-client-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client-devel", "release": "4.fc40", "source": "rpm", "version": "0.191" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "4.fc40", "source": "rpm", "version": "0.191" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-devel", "release": "4.fc40", "source": "rpm", "version": "0.191" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "4.fc40", "source": "rpm", "version": "0.191" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf-devel", "release": "4.fc40", "source": "rpm", "version": "0.191" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "4.fc40", "source": "rpm", "version": "0.191" } ], "exfatprogs": [ { "arch": "x86_64", "epoch": null, "name": "exfatprogs", "release": "1.fc40", "source": "rpm", "version": "1.2.4" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "1.fc40", "source": "rpm", "version": "2.6.2" } ], "fedora-gpg-keys": [ { "arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "2", "source": "rpm", "version": "40" } ], "fedora-release": [ { "arch": "noarch", "epoch": null, "name": "fedora-release", "release": "39", "source": "rpm", "version": "40" } ], "fedora-release-common": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "39", "source": "rpm", "version": "40" } ], "fedora-release-identity-basic": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-identity-basic", "release": "39", "source": "rpm", "version": "40" } ], "fedora-repos": [ { "arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "2", "source": "rpm", "version": "40" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "4.fc40", "source": "rpm", "version": "5.45" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "4.fc40", "source": "rpm", "version": "5.45" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "8.fc40", "source": "rpm", "version": "3.18" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "9.fc40", "source": "rpm", "version": "4.9.0" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "1.fc40", "source": "rpm", "version": "2.1.3" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "1.fc40", "source": "rpm", "version": "2.1.3" } ], "flex": [ { "arch": "x86_64", "epoch": null, "name": "flex", "release": "16.fc40", "source": "rpm", "version": "2.6.4" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "fonts-filesystem", "release": "14.fc40", "source": "rpm", "version": "2.0.5" } ], "fuse-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "21.fc40", "source": "rpm", "version": "2.9.9" } ], "fwupd": [ { "arch": "x86_64", "epoch": null, "name": "fwupd", "release": "1.fc40", "source": "rpm", "version": "1.9.21" } ], "fwupd-efi": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-efi", "release": "1.fc40", "source": "rpm", "version": "1.6" } ], "fwupd-plugin-modem-manager": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-modem-manager", "release": "1.fc40", "source": "rpm", "version": "1.9.21" } ], "fwupd-plugin-uefi-capsule-data": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-uefi-capsule-data", "release": "1.fc40", "source": "rpm", "version": "1.9.21" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "3.fc40", "source": "rpm", "version": "5.3.0" } ], "gc": [ { "arch": "x86_64", "epoch": null, "name": "gc", "release": "6.fc40", "source": "rpm", "version": "8.2.2" } ], "gcc": [ { "arch": "x86_64", "epoch": null, "name": "gcc", "release": "7.fc40", "source": "rpm", "version": "14.1.1" } ], "gdbm": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm", "release": "6.fc40", "source": "rpm", "version": "1.23" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "6.fc40", "source": "rpm", "version": "1.23" } ], "gdisk": [ { "arch": "x86_64", "epoch": null, "name": "gdisk", "release": "1.fc40", "source": "rpm", "version": "1.0.10" } ], "gettext-envsubst": [ { "arch": "x86_64", "epoch": null, "name": "gettext-envsubst", "release": "2.fc40", "source": "rpm", "version": "0.22.5" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "2.fc40", "source": "rpm", "version": "0.22.5" } ], "gettext-runtime": [ { "arch": "x86_64", "epoch": null, "name": "gettext-runtime", "release": "2.fc40", "source": "rpm", "version": "0.22.5" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "2.fc40", "source": "rpm", "version": "2.45.2" } ], "git-core": [ { "arch": "x86_64", "epoch": null, "name": "git-core", "release": "2.fc40", "source": "rpm", "version": "2.45.2" } ], "git-core-doc": [ { "arch": "noarch", "epoch": null, "name": "git-core-doc", "release": "2.fc40", "source": "rpm", "version": "2.45.2" } ], "glib-networking": [ { "arch": "x86_64", "epoch": null, "name": "glib-networking", "release": "1.fc40", "source": "rpm", "version": "2.80.0" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "1.fc40", "source": "rpm", "version": "2.80.3" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "17.fc40", "source": "rpm", "version": "2.39" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "17.fc40", "source": "rpm", "version": "2.39" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": null, "name": "glibc-devel", "release": "17.fc40", "source": "rpm", "version": "2.39" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": null, "name": "glibc-gconv-extra", "release": "17.fc40", "source": "rpm", "version": "2.39" } ], "glibc-headers-x86": [ { "arch": "noarch", "epoch": null, "name": "glibc-headers-x86", "release": "17.fc40", "source": "rpm", "version": "2.39" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "17.fc40", "source": "rpm", "version": "2.39" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "8.fc40", "source": "rpm", "version": "6.2.1" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "1.fc40", "source": "rpm", "version": "2.4.4" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.fc40", "source": "rpm", "version": "3.8.6" } ], "gnutls-dane": [ { "arch": "x86_64", "epoch": null, "name": "gnutls-dane", "release": "1.fc40", "source": "rpm", "version": "3.8.6" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "1.fc40", "source": "rpm", "version": "1.80.1" } ], "google-noto-fonts-common": [ { "arch": "noarch", "epoch": null, "name": "google-noto-fonts-common", "release": "2.fc40", "source": "rpm", "version": "20240301" } ], "google-noto-sans-mono-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-mono-vf-fonts", "release": "2.fc40", "source": "rpm", "version": "20240301" } ], "google-noto-sans-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-vf-fonts", "release": "2.fc40", "source": "rpm", "version": "20240301" } ], "google-noto-serif-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-serif-vf-fonts", "release": "2.fc40", "source": "rpm", "version": "20240301" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "63d04c2c", "source": "rpm", "version": "a15b79cc" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "3.fc40", "source": "rpm", "version": "1.23.2" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "gpm-libs", "release": "46.fc40", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "7.fc40", "source": "rpm", "version": "3.11" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "6.fc40", "source": "rpm", "version": "1.23.0" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "123.fc40", "source": "rpm", "version": "2.06" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "123.fc40", "source": "rpm", "version": "2.06" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "123.fc40", "source": "rpm", "version": "2.06" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "123.fc40", "source": "rpm", "version": "2.06" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "123.fc40", "source": "rpm", "version": "2.06" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "75.fc40", "source": "rpm", "version": "8.40" } ], "gsettings-desktop-schemas": [ { "arch": "x86_64", "epoch": null, "name": "gsettings-desktop-schemas", "release": "1.fc40", "source": "rpm", "version": "46.1" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "3.fc40", "source": "rpm", "version": "0.9.2" } ], "guile30": [ { "arch": "x86_64", "epoch": null, "name": "guile30", "release": "12.fc40", "source": "rpm", "version": "3.0.7" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "1.fc40", "source": "rpm", "version": "1.13" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "12.fc40", "source": "rpm", "version": "3.23" } ], "hunspell": [ { "arch": "x86_64", "epoch": null, "name": "hunspell", "release": "7.fc40", "source": "rpm", "version": "1.7.2" } ], "hunspell-en": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en", "release": "9.fc40", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-GB": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-GB", "release": "9.fc40", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-US": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-US", "release": "9.fc40", "source": "rpm", "version": "0.20201207" } ], "hunspell-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "hunspell-filesystem", "release": "7.fc40", "source": "rpm", "version": "1.7.2" } ], "ima-evm-utils": [ { "arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "4.fc40", "source": "rpm", "version": "1.5" } ], "inih": [ { "arch": "x86_64", "epoch": null, "name": "inih", "release": "1.fc40", "source": "rpm", "version": "58" } ], "initscripts-service": [ { "arch": "noarch", "epoch": null, "name": "initscripts-service", "release": "1.fc40", "source": "rpm", "version": "10.23" } ], "intel-audio-firmware": [ { "arch": "noarch", "epoch": null, "name": "intel-audio-firmware", "release": "1.fc40", "source": "rpm", "version": "20240709" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "intel-gpu-firmware", "release": "1.fc40", "source": "rpm", "version": "20240709" } ], "ipcalc": [ { "arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "9.fc40", "source": "rpm", "version": "1.0.3" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "2.fc40", "source": "rpm", "version": "6.7.0" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "7.fc40", "source": "rpm", "version": "1.8.10" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": null, "name": "iptables-nft", "release": "7.fc40", "source": "rpm", "version": "1.8.10" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "4.fc40", "source": "rpm", "version": "20240117" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "9.fc40", "source": "rpm", "version": "2.13.1" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": null, "name": "jitterentropy", "release": "3.fc40", "source": "rpm", "version": "3.5.0" } ], "jose": [ { "arch": "x86_64", "epoch": null, "name": "jose", "release": "1.fc40", "source": "rpm", "version": "14" } ], "jq": [ { "arch": "x86_64", "epoch": null, "name": "jq", "release": "7.fc40", "source": "rpm", "version": "1.7.1" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "3.fc40", "source": "rpm", "version": "0.17" } ], "json-glib": [ { "arch": "x86_64", "epoch": null, "name": "json-glib", "release": "3.fc40", "source": "rpm", "version": "1.8.0" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "3.fc40", "source": "rpm", "version": "2.6.4" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "3.fc40", "source": "rpm", "version": "2.6.4" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "3.fc40", "source": "rpm", "version": "2.6.4" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "200.fc40", "source": "rpm", "version": "6.9.9" } ], "kernel-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "200.fc40", "source": "rpm", "version": "6.9.9" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": null, "name": "kernel-devel", "release": "200.fc40", "source": "rpm", "version": "6.9.9" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": null, "name": "kernel-headers", "release": "200.fc40", "source": "rpm", "version": "6.9.4" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "200.fc40", "source": "rpm", "version": "6.9.9" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules-core", "release": "200.fc40", "source": "rpm", "version": "6.9.9" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "3.fc40", "source": "rpm", "version": "1.6.3" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "3.fc40", "source": "rpm", "version": "1.6.3" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "5.fc40", "source": "rpm", "version": "31" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "5.fc40", "source": "rpm", "version": "31" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "7.fc40", "source": "rpm", "version": "0.9.7" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "1.fc40", "source": "rpm", "version": "1.21.3" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-en", "release": "13.fc40", "source": "rpm", "version": "4.0" } ], "langpacks-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "13.fc40", "source": "rpm", "version": "4.0" } ], "langpacks-fonts-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-fonts-en", "release": "13.fc40", "source": "rpm", "version": "4.0" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "4.fc40", "source": "rpm", "version": "643" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "1.fc40", "source": "rpm", "version": "2.3.2" } ], "libaio": [ { "arch": "x86_64", "epoch": null, "name": "libaio", "release": "19.fc40", "source": "rpm", "version": "0.3.111" } ], "libarchive": [ { "arch": "x86_64", "epoch": null, "name": "libarchive", "release": "4.fc40", "source": "rpm", "version": "3.7.2" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "1.fc40", "source": "rpm", "version": "2.5.7" } ], "libatasmart": [ { "arch": "x86_64", "epoch": null, "name": "libatasmart", "release": "28.fc40", "source": "rpm", "version": "0.19" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "3.fc40", "source": "rpm", "version": "2.5.2" } ], "libb2": [ { "arch": "x86_64", "epoch": null, "name": "libb2", "release": "11.fc40", "source": "rpm", "version": "0.98.1" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "56.fc40", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "1.fc40", "source": "rpm", "version": "2.40.1" } ], "libblockdev": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev", "release": "1.fc40", "source": "rpm", "version": "3.1.1" } ], "libblockdev-btrfs": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-btrfs", "release": "1.fc40", "source": "rpm", "version": "3.1.1" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-crypto", "release": "1.fc40", "source": "rpm", "version": "3.1.1" } ], "libblockdev-dm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-dm", "release": "1.fc40", "source": "rpm", "version": "3.1.1" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-fs", "release": "1.fc40", "source": "rpm", "version": "3.1.1" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-loop", "release": "1.fc40", "source": "rpm", "version": "3.1.1" } ], "libblockdev-lvm": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-lvm", "release": "1.fc40", "source": "rpm", "version": "3.1.1" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mdraid", "release": "1.fc40", "source": "rpm", "version": "3.1.1" } ], "libblockdev-mpath": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mpath", "release": "1.fc40", "source": "rpm", "version": "3.1.1" } ], "libblockdev-nvme": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-nvme", "release": "1.fc40", "source": "rpm", "version": "3.1.1" } ], "libblockdev-part": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-part", "release": "1.fc40", "source": "rpm", "version": "3.1.1" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-swap", "release": "1.fc40", "source": "rpm", "version": "3.1.1" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-utils", "release": "1.fc40", "source": "rpm", "version": "3.1.1" } ], "libbpf": [ { "arch": "x86_64", "epoch": 2, "name": "libbpf", "release": "3.fc40", "source": "rpm", "version": "1.2.0" } ], "libbrotli": [ { "arch": "x86_64", "epoch": null, "name": "libbrotli", "release": "3.fc40", "source": "rpm", "version": "1.1.0" } ], "libbytesize": [ { "arch": "x86_64", "epoch": null, "name": "libbytesize", "release": "3.fc40", "source": "rpm", "version": "2.10" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "8.fc40", "source": "rpm", "version": "2.69" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "4.fc40", "source": "rpm", "version": "0.8.4" } ], "libcbor": [ { "arch": "x86_64", "epoch": null, "name": "libcbor", "release": "1.fc40", "source": "rpm", "version": "0.11.0" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "56.fc40", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "5.fc40", "source": "rpm", "version": "1.47.0" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "5.fc40", "source": "rpm", "version": "0.1.20" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "8.fc40", "source": "rpm", "version": "8.6.0" } ], "libdhash": [ { "arch": "x86_64", "epoch": null, "name": "libdhash", "release": "56.fc40", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc40", "source": "rpm", "version": "0.73.2" } ], "libeconf": [ { "arch": "x86_64", "epoch": null, "name": "libeconf", "release": "2.fc40", "source": "rpm", "version": "0.6.2" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "51.20240517cvs.fc40", "source": "rpm", "version": "3.1" } ], "libev": [ { "arch": "x86_64", "epoch": null, "name": "libev", "release": "11.fc40", "source": "rpm", "version": "4.33" } ], "libevdev": [ { "arch": "x86_64", "epoch": null, "name": "libevdev", "release": "2.fc40", "source": "rpm", "version": "1.13.2" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "12.fc40", "source": "rpm", "version": "2.1.12" } ], "libfdisk": [ { "arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "1.fc40", "source": "rpm", "version": "2.40.1" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "7.fc40", "source": "rpm", "version": "3.4.4" } ], "libfido2": [ { "arch": "x86_64", "epoch": null, "name": "libfido2", "release": "4.fc40", "source": "rpm", "version": "1.14.0" } ], "libfsverity": [ { "arch": "x86_64", "epoch": null, "name": "libfsverity", "release": "12.fc40", "source": "rpm", "version": "1.4" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "7.fc40", "source": "rpm", "version": "14.1.1" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "3.fc40", "source": "rpm", "version": "1.10.3" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "7.fc40", "source": "rpm", "version": "14.1.1" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "1.fc40", "source": "rpm", "version": "1.49" } ], "libgudev": [ { "arch": "x86_64", "epoch": null, "name": "libgudev", "release": "5.fc40", "source": "rpm", "version": "238" } ], "libgusb": [ { "arch": "x86_64", "epoch": null, "name": "libgusb", "release": "1.fc40", "source": "rpm", "version": "0.4.9" } ], "libidn2": [ { "arch": "x86_64", "epoch": null, "name": "libidn2", "release": "1.fc40", "source": "rpm", "version": "2.3.7" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "56.fc40", "source": "rpm", "version": "1.3.1" } ], "libjcat": [ { "arch": "x86_64", "epoch": null, "name": "libjcat", "release": "2.fc40", "source": "rpm", "version": "0.2.1" } ], "libjose": [ { "arch": "x86_64", "epoch": null, "name": "libjose", "release": "1.fc40", "source": "rpm", "version": "14" } ], "libkcapi": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "10.fc40", "source": "rpm", "version": "1.4.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "10.fc40", "source": "rpm", "version": "1.4.0" } ], "libksba": [ { "arch": "x86_64", "epoch": null, "name": "libksba", "release": "1.fc40", "source": "rpm", "version": "1.6.6" } ], "libldb": [ { "arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc40", "source": "rpm", "version": "2.9.1" } ], "libluksmeta": [ { "arch": "x86_64", "epoch": null, "name": "libluksmeta", "release": "22.fc40", "source": "rpm", "version": "9" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "1.fc40", "source": "rpm", "version": "1.10.0" } ], "libmbim": [ { "arch": "x86_64", "epoch": null, "name": "libmbim", "release": "3.fc40", "source": "rpm", "version": "1.30.0" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "5.fc40", "source": "rpm", "version": "1.0.5" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "12.fc40", "source": "rpm", "version": "2.15.0" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "1.fc40", "source": "rpm", "version": "2.40.1" } ], "libmpc": [ { "arch": "x86_64", "epoch": null, "name": "libmpc", "release": "5.fc40", "source": "rpm", "version": "1.3.1" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "9.fc40", "source": "rpm", "version": "1.8" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "5.fc40", "source": "rpm", "version": "1.0.9" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "27.fc40", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "0.rc6.fc40", "source": "rpm", "version": "2.6.4" } ], "libnftnl": [ { "arch": "x86_64", "epoch": null, "name": "libnftnl", "release": "5.fc40", "source": "rpm", "version": "1.2.6" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "3.fc40", "source": "rpm", "version": "1.59.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "1.fc40", "source": "rpm", "version": "3.10.0" } ], "libnsl2": [ { "arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "1.fc40", "source": "rpm", "version": "2.0.1" } ], "libnvme": [ { "arch": "x86_64", "epoch": null, "name": "libnvme", "release": "1.fc40", "source": "rpm", "version": "1.8" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "56.fc40", "source": "rpm", "version": "0.2.1" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "5.fc40", "source": "rpm", "version": "1.5.7" } ], "libpkgconf": [ { "arch": "x86_64", "epoch": null, "name": "libpkgconf", "release": "1.fc40", "source": "rpm", "version": "2.1.1" } ], "libproxy": [ { "arch": "x86_64", "epoch": null, "name": "libproxy", "release": "1.fc40", "source": "rpm", "version": "0.5.5" } ], "libpsl": [ { "arch": "x86_64", "epoch": null, "name": "libpsl", "release": "3.fc40", "source": "rpm", "version": "0.21.5" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "9.fc40", "source": "rpm", "version": "1.4.5" } ], "libqmi": [ { "arch": "x86_64", "epoch": null, "name": "libqmi", "release": "5.fc40", "source": "rpm", "version": "1.34.0" } ], "libqrtr-glib": [ { "arch": "x86_64", "epoch": null, "name": "libqrtr-glib", "release": "5.fc40", "source": "rpm", "version": "1.2.2" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "56.fc40", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "1.fc40", "source": "rpm", "version": "1.18.0" } ], "libreport-filesystem": [ { "arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc40", "source": "rpm", "version": "2.17.15" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "1.fc40", "source": "rpm", "version": "2.5.5" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "4.fc40", "source": "rpm", "version": "3.6" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "4.fc40", "source": "rpm", "version": "3.6" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "3.fc40", "source": "rpm", "version": "3.6" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "3.fc40", "source": "rpm", "version": "3.6" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "1.fc40", "source": "rpm", "version": "2.40.1" } ], "libsodium": [ { "arch": "x86_64", "epoch": null, "name": "libsodium", "release": "1.fc40", "source": "rpm", "version": "1.0.20" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "1.fc40", "source": "rpm", "version": "0.7.29" } ], "libsoup3": [ { "arch": "x86_64", "epoch": null, "name": "libsoup3", "release": "3.fc40", "source": "rpm", "version": "3.4.4" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "5.fc40", "source": "rpm", "version": "1.47.0" } ], "libssh": [ { "arch": "x86_64", "epoch": null, "name": "libssh", "release": "5.fc40", "source": "rpm", "version": "0.10.6" } ], "libssh-config": [ { "arch": "noarch", "epoch": null, "name": "libssh-config", "release": "5.fc40", "source": "rpm", "version": "0.10.6" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "1.fc40", "source": "rpm", "version": "2.9.5" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "1.fc40", "source": "rpm", "version": "2.9.5" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "1.fc40", "source": "rpm", "version": "2.9.5" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "1.fc40", "source": "rpm", "version": "2.9.5" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "7.fc40", "source": "rpm", "version": "14.1.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.fc40", "source": "rpm", "version": "2.4.2" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "6.fc40", "source": "rpm", "version": "4.19.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc40", "source": "rpm", "version": "1.4.10" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc40", "source": "rpm", "version": "0.16.1" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "1.rc3.fc40", "source": "rpm", "version": "1.3.4" } ], "libtool-ltdl": [ { "arch": "x86_64", "epoch": null, "name": "libtool-ltdl", "release": "10.fc40", "source": "rpm", "version": "2.4.7" } ], "libudisks2": [ { "arch": "x86_64", "epoch": null, "name": "libudisks2", "release": "5.fc40", "source": "rpm", "version": "2.10.1" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "7.fc40", "source": "rpm", "version": "1.1" } ], "libusb1": [ { "arch": "x86_64", "epoch": null, "name": "libusb1", "release": "2.fc40", "source": "rpm", "version": "1.0.27" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "13.fc40", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "1.fc40", "source": "rpm", "version": "2.40.1" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "8.fc40", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libev", "release": "8.fc40", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "5.fc40", "source": "rpm", "version": "4.4.36" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-devel", "release": "5.fc40", "source": "rpm", "version": "4.4.36" } ], "libxkbcommon": [ { "arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "2.fc40", "source": "rpm", "version": "1.6.0" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "1.fc40", "source": "rpm", "version": "2.12.8" } ], "libxmlb": [ { "arch": "x86_64", "epoch": null, "name": "libxmlb", "release": "2.fc40", "source": "rpm", "version": "0.3.19" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "1.fc40", "source": "rpm", "version": "1.1.42" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "14.fc40", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": null, "name": "libzstd", "release": "1.fc40", "source": "rpm", "version": "1.5.6" } ], "libzstd-devel": [ { "arch": "x86_64", "epoch": null, "name": "libzstd-devel", "release": "1.fc40", "source": "rpm", "version": "1.5.6" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "1.fc40", "source": "rpm", "version": "20240709" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "1.fc40", "source": "rpm", "version": "20240709" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "1.fc40", "source": "rpm", "version": "0.9.33" } ], "lsof": [ { "arch": "x86_64", "epoch": null, "name": "lsof", "release": "4.fc40", "source": "rpm", "version": "4.98.0" } ], "lua-libs": [ { "arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "5.fc40", "source": "rpm", "version": "5.4.6" } ], "luksmeta": [ { "arch": "x86_64", "epoch": null, "name": "luksmeta", "release": "22.fc40", "source": "rpm", "version": "9" } ], "lvm2": [ { "arch": "x86_64", "epoch": null, "name": "lvm2", "release": "1.fc40", "source": "rpm", "version": "2.03.23" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": null, "name": "lvm2-libs", "release": "1.fc40", "source": "rpm", "version": "2.03.23" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "6.fc40", "source": "rpm", "version": "1.9.4" } ], "lzo": [ { "arch": "x86_64", "epoch": null, "name": "lzo", "release": "12.fc40", "source": "rpm", "version": "2.10" } ], "m4": [ { "arch": "x86_64", "epoch": null, "name": "m4", "release": "9.fc40", "source": "rpm", "version": "1.4.19" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "6.fc40", "source": "rpm", "version": "4.4.1" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "6.fc40", "source": "rpm", "version": "2.12.0" } ], "mdadm": [ { "arch": "x86_64", "epoch": null, "name": "mdadm", "release": "8.fc40", "source": "rpm", "version": "4.2" } ], "mokutil": [ { "arch": "x86_64", "epoch": 2, "name": "mokutil", "release": "1.fc40", "source": "rpm", "version": "0.7.1" } ], "mpdecimal": [ { "arch": "x86_64", "epoch": null, "name": "mpdecimal", "release": "9.fc40", "source": "rpm", "version": "2.5.1" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "4.fc40", "source": "rpm", "version": "4.2.1" } ], "mt7xxx-firmware": [ { "arch": "noarch", "epoch": null, "name": "mt7xxx-firmware", "release": "1.fc40", "source": "rpm", "version": "20240709" } ], "nano": [ { "arch": "x86_64", "epoch": null, "name": "nano", "release": "7.fc40", "source": "rpm", "version": "7.2" } ], "nano-default-editor": [ { "arch": "noarch", "epoch": null, "name": "nano-default-editor", "release": "7.fc40", "source": "rpm", "version": "7.2" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "12.20240127.fc40", "source": "rpm", "version": "6.4" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "12.20240127.fc40", "source": "rpm", "version": "6.4" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "12.20240127.fc40", "source": "rpm", "version": "6.4" } ], "net-tools": [ { "arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.69.20160912git.fc40", "source": "rpm", "version": "2.0" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "6.fc40", "source": "rpm", "version": "3.9.1" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "0.rc6.fc40", "source": "rpm", "version": "2.6.4" } ], "nftables": [ { "arch": "x86_64", "epoch": 1, "name": "nftables", "release": "3.fc40", "source": "rpm", "version": "1.0.9" } ], "npth": [ { "arch": "x86_64", "epoch": null, "name": "npth", "release": "1.fc40", "source": "rpm", "version": "1.7" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "24.fc40", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "1.fc40", "source": "rpm", "version": "3.101.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "1.fc40", "source": "rpm", "version": "3.101.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "1.fc40", "source": "rpm", "version": "3.101.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "1.fc40", "source": "rpm", "version": "3.101.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "1.fc40", "source": "rpm", "version": "3.101.0" } ], "ntfs-3g": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g", "release": "5.fc40", "source": "rpm", "version": "2022.10.3" } ], "ntfs-3g-libs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g-libs", "release": "5.fc40", "source": "rpm", "version": "2022.10.3" } ], "ntfsprogs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfsprogs", "release": "5.fc40", "source": "rpm", "version": "2022.10.3" } ], "nvidia-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "nvidia-gpu-firmware", "release": "1.fc40", "source": "rpm", "version": "20240709" } ], "nxpwireless-firmware": [ { "arch": "noarch", "epoch": null, "name": "nxpwireless-firmware", "release": "1.fc40", "source": "rpm", "version": "20240709" } ], "oniguruma": [ { "arch": "x86_64", "epoch": null, "name": "oniguruma", "release": "3.fc40", "source": "rpm", "version": "6.9.9" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc40", "source": "rpm", "version": "2.6.7" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "1.fc40.4", "source": "rpm", "version": "9.6p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "1.fc40.4", "source": "rpm", "version": "9.6p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "1.fc40.4", "source": "rpm", "version": "9.6p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "2.fc40", "source": "rpm", "version": "3.2.1" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-devel", "release": "2.fc40", "source": "rpm", "version": "3.2.1" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "2.fc40", "source": "rpm", "version": "3.2.1" } ], "openssl-pkcs11": [ { "arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "8.fc40", "source": "rpm", "version": "0.4.12" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "6.fc40", "source": "rpm", "version": "1.81" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "1.fc40", "source": "rpm", "version": "0.25.5" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "1.fc40", "source": "rpm", "version": "0.25.5" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "3.fc40", "source": "rpm", "version": "1.6.1" } ], "pam-libs": [ { "arch": "x86_64", "epoch": null, "name": "pam-libs", "release": "3.fc40", "source": "rpm", "version": "1.6.1" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "4.fc40", "source": "rpm", "version": "3.6" } ], "passim": [ { "arch": "x86_64", "epoch": null, "name": "passim", "release": "1.fc40", "source": "rpm", "version": "0.1.7" } ], "passim-libs": [ { "arch": "x86_64", "epoch": null, "name": "passim-libs", "release": "1.fc40", "source": "rpm", "version": "0.1.7" } ], "pcre2": [ { "arch": "x86_64", "epoch": null, "name": "pcre2", "release": "1.fc40", "source": "rpm", "version": "10.44" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": null, "name": "pcre2-syntax", "release": "1.fc40", "source": "rpm", "version": "10.44" } ], "pcsc-lite": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite", "release": "1.fc40", "source": "rpm", "version": "2.0.3" } ], "pcsc-lite-ccid": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-ccid", "release": "3.fc40", "source": "rpm", "version": "1.5.5" } ], "pcsc-lite-libs": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-libs", "release": "1.fc40", "source": "rpm", "version": "2.0.3" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": 0, "name": "perl-AutoLoader", "release": "506.fc40", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": 0, "name": "perl-B", "release": "506.fc40", "source": "rpm", "version": "1.88" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "502.fc40", "source": "rpm", "version": "1.54" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": 0, "name": "perl-Class-Struct", "release": "506.fc40", "source": "rpm", "version": "0.68" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "503.fc40", "source": "rpm", "version": "2.188" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "502.fc40", "source": "rpm", "version": "1.20" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "3.fc40", "source": "rpm", "version": "2.59" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": 0, "name": "perl-DynaLoader", "release": "506.fc40", "source": "rpm", "version": "1.54" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Encode", "release": "505.fc40", "source": "rpm", "version": "3.21" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Errno", "release": "506.fc40", "source": "rpm", "version": "1.37" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "15.fc40", "source": "rpm", "version": "0.17029" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "3.fc40", "source": "rpm", "version": "5.78" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Fcntl", "release": "506.fc40", "source": "rpm", "version": "1.15" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Basename", "release": "506.fc40", "source": "rpm", "version": "2.86" } ], "perl-File-Find": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Find", "release": "506.fc40", "source": "rpm", "version": "1.43" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "503.fc40", "source": "rpm", "version": "2.18" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": 1, "name": "perl-File-Temp", "release": "503.fc40", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-stat", "release": "506.fc40", "source": "rpm", "version": "1.13" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": 0, "name": "perl-FileHandle", "release": "506.fc40", "source": "rpm", "version": "2.05" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": 1, "name": "perl-Getopt-Long", "release": "4.fc40", "source": "rpm", "version": "2.57" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": 0, "name": "perl-Getopt-Std", "release": "506.fc40", "source": "rpm", "version": "1.13" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "2.fc40", "source": "rpm", "version": "2.45.2" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "5.fc40", "source": "rpm", "version": "0.088" } ], "perl-IO": [ { "arch": "x86_64", "epoch": 0, "name": "perl-IO", "release": "506.fc40", "source": "rpm", "version": "1.52" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "2.fc40", "source": "rpm", "version": "0.42" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "1.fc40", "source": "rpm", "version": "2.085" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": 0, "name": "perl-IPC-Open3", "release": "506.fc40", "source": "rpm", "version": "1.22" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": null, "name": "perl-MIME-Base64", "release": "503.fc40", "source": "rpm", "version": "3.16" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "3.fc40", "source": "rpm", "version": "20231213" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": 0, "name": "perl-NDBM_File", "release": "506.fc40", "source": "rpm", "version": "1.16" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "3.fc40", "source": "rpm", "version": "1.94" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": 0, "name": "perl-POSIX", "release": "506.fc40", "source": "rpm", "version": "2.13" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "502.fc40", "source": "rpm", "version": "3.89" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "503.fc40", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "503.fc40", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "6.fc40", "source": "rpm", "version": "3.45" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": 4, "name": "perl-Pod-Usage", "release": "504.fc40", "source": "rpm", "version": "2.03" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": 5, "name": "perl-Scalar-List-Utils", "release": "503.fc40", "source": "rpm", "version": "1.63" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": 0, "name": "perl-SelectSaver", "release": "506.fc40", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Socket", "release": "1.fc40", "source": "rpm", "version": "2.038" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Storable", "release": "502.fc40", "source": "rpm", "version": "3.32" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": 0, "name": "perl-Symbol", "release": "506.fc40", "source": "rpm", "version": "1.09" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-ANSIColor", "release": "504.fc40", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-Cap", "release": "503.fc40", "source": "rpm", "version": "1.18" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "21.fc40", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "502.fc40", "source": "rpm", "version": "3.31" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-Tabs+Wrap", "release": "1.fc40", "source": "rpm", "version": "2024.001" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": 2, "name": "perl-Time-Local", "release": "5.fc40", "source": "rpm", "version": "1.350" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "1.fc40", "source": "rpm", "version": "5.28" } ], "perl-base": [ { "arch": "noarch", "epoch": 0, "name": "perl-base", "release": "506.fc40", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "503.fc40", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": 0, "name": "perl-if", "release": "506.fc40", "source": "rpm", "version": "0.61.000" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": 4, "name": "perl-interpreter", "release": "506.fc40", "source": "rpm", "version": "5.38.2" } ], "perl-lib": [ { "arch": "x86_64", "epoch": 0, "name": "perl-lib", "release": "506.fc40", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": null, "name": "perl-libnet", "release": "503.fc40", "source": "rpm", "version": "3.15" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "506.fc40", "source": "rpm", "version": "5.38.2" } ], "perl-locale": [ { "arch": "noarch", "epoch": 0, "name": "perl-locale", "release": "506.fc40", "source": "rpm", "version": "1.10" } ], "perl-mro": [ { "arch": "x86_64", "epoch": 0, "name": "perl-mro", "release": "506.fc40", "source": "rpm", "version": "1.28" } ], "perl-overload": [ { "arch": "noarch", "epoch": 0, "name": "perl-overload", "release": "506.fc40", "source": "rpm", "version": "1.37" } ], "perl-overloading": [ { "arch": "noarch", "epoch": 0, "name": "perl-overloading", "release": "506.fc40", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "502.fc40", "source": "rpm", "version": "0.241" } ], "perl-podlators": [ { "arch": "noarch", "epoch": 1, "name": "perl-podlators", "release": "502.fc40", "source": "rpm", "version": "5.01" } ], "perl-vars": [ { "arch": "noarch", "epoch": 0, "name": "perl-vars", "release": "506.fc40", "source": "rpm", "version": "1.05" } ], "pkgconf": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf", "release": "1.fc40", "source": "rpm", "version": "2.1.1" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": null, "name": "pkgconf-m4", "release": "1.fc40", "source": "rpm", "version": "2.1.1" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf-pkg-config", "release": "1.fc40", "source": "rpm", "version": "2.1.1" } ], "plymouth": [ { "arch": "x86_64", "epoch": null, "name": "plymouth", "release": "12.fc40", "source": "rpm", "version": "24.004.60" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-core-libs", "release": "12.fc40", "source": "rpm", "version": "24.004.60" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-scripts", "release": "12.fc40", "source": "rpm", "version": "24.004.60" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "3.fc40", "source": "rpm", "version": "3.6" } ], "polkit": [ { "arch": "x86_64", "epoch": null, "name": "polkit", "release": "2.fc40", "source": "rpm", "version": "124" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "2.fc40", "source": "rpm", "version": "124" } ], "polkit-pkla-compat": [ { "arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "28.fc40", "source": "rpm", "version": "0.1" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "6.fc40", "source": "rpm", "version": "1.19" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "3.fc40", "source": "rpm", "version": "4.0.4" } ], "protobuf-c": [ { "arch": "x86_64", "epoch": null, "name": "protobuf-c", "release": "3.fc40", "source": "rpm", "version": "1.5.0" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "6.fc40", "source": "rpm", "version": "23.6" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "3.fc40", "source": "rpm", "version": "20240107" } ], "python-pip-wheel": [ { "arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "1.fc40", "source": "rpm", "version": "23.3.2" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": null, "name": "python-unversioned-command", "release": "1.fc40", "source": "rpm", "version": "3.12.4" } ], "python3": [ { "arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc40", "source": "rpm", "version": "3.12.4" } ], "python3-attrs": [ { "arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "4.fc40", "source": "rpm", "version": "23.2.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "1.fc40", "source": "rpm", "version": "4.0.1" } ], "python3-blivet": [ { "arch": "noarch", "epoch": 1, "name": "python3-blivet", "release": "1.fc40", "source": "rpm", "version": "3.10.0" } ], "python3-blockdev": [ { "arch": "x86_64", "epoch": null, "name": "python3-blockdev", "release": "1.fc40", "source": "rpm", "version": "3.1.1" } ], "python3-bytesize": [ { "arch": "x86_64", "epoch": null, "name": "python3-bytesize", "release": "3.fc40", "source": "rpm", "version": "2.10" } ], "python3-charset-normalizer": [ { "arch": "noarch", "epoch": null, "name": "python3-charset-normalizer", "release": "3.fc40", "source": "rpm", "version": "3.3.2" } ], "python3-configobj": [ { "arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "8.fc40", "source": "rpm", "version": "5.0.8" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "13.fc40", "source": "rpm", "version": "2.8.2" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "6.fc40", "source": "rpm", "version": "1.3.2" } ], "python3-dbus-client-gen": [ { "arch": "noarch", "epoch": null, "name": "python3-dbus-client-gen", "release": "6.fc40", "source": "rpm", "version": "0.5.1" } ], "python3-dbus-python-client-gen": [ { "arch": "noarch", "epoch": null, "name": "python3-dbus-python-client-gen", "release": "5.fc40", "source": "rpm", "version": "0.8.3" } ], "python3-dbus-signature-pyparsing": [ { "arch": "noarch", "epoch": null, "name": "python3-dbus-signature-pyparsing", "release": "7.fc40", "source": "rpm", "version": "0.4.1" } ], "python3-distro": [ { "arch": "noarch", "epoch": null, "name": "python3-distro", "release": "3.fc40", "source": "rpm", "version": "1.9.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "1.fc40", "source": "rpm", "version": "4.21.0" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc40", "source": "rpm", "version": "4.8.0" } ], "python3-firewall": [ { "arch": "noarch", "epoch": null, "name": "python3-firewall", "release": "1.fc40", "source": "rpm", "version": "2.1.3" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "1.fc40", "source": "rpm", "version": "3.48.2" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc40", "source": "rpm", "version": "0.73.2" } ], "python3-idna": [ { "arch": "noarch", "epoch": null, "name": "python3-idna", "release": "1.fc40", "source": "rpm", "version": "3.7" } ], "python3-into-dbus-python": [ { "arch": "noarch", "epoch": null, "name": "python3-into-dbus-python", "release": "5.fc40", "source": "rpm", "version": "0.8.2" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "1.fc40", "source": "rpm", "version": "3.1.4" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "4.fc40", "source": "rpm", "version": "1.33" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "7.fc40", "source": "rpm", "version": "2.3" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "3.fc40", "source": "rpm", "version": "4.19.1" } ], "python3-jsonschema-specifications": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema-specifications", "release": "3.fc40", "source": "rpm", "version": "2023.11.2" } ], "python3-justbases": [ { "arch": "noarch", "epoch": null, "name": "python3-justbases", "release": "7.fc40", "source": "rpm", "version": "0.15.2" } ], "python3-justbytes": [ { "arch": "noarch", "epoch": null, "name": "python3-justbytes", "release": "5.fc40", "source": "rpm", "version": "0.15.2" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "5.fc40", "source": "rpm", "version": "0.1.20" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc40", "source": "rpm", "version": "0.73.2" } ], "python3-libmount": [ { "arch": "x86_64", "epoch": null, "name": "python3-libmount", "release": "1.fc40", "source": "rpm", "version": "2.40.1" } ], "python3-libs": [ { "arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc40", "source": "rpm", "version": "3.12.4" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "4.fc40", "source": "rpm", "version": "3.6" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "3.fc40", "source": "rpm", "version": "3.6" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python3-lxml", "release": "7.fc40", "source": "rpm", "version": "5.1.0" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "4.fc40", "source": "rpm", "version": "2.1.3" } ], "python3-netifaces": [ { "arch": "x86_64", "epoch": null, "name": "python3-netifaces", "release": "9.fc40", "source": "rpm", "version": "0.11.0" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": 1, "name": "python3-nftables", "release": "3.fc40", "source": "rpm", "version": "1.0.9" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "3.fc40", "source": "rpm", "version": "3.2.2" } ], "python3-packaging": [ { "arch": "noarch", "epoch": null, "name": "python3-packaging", "release": "4.fc40", "source": "rpm", "version": "23.2" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "3.fc40", "source": "rpm", "version": "3.6" } ], "python3-psutil": [ { "arch": "x86_64", "epoch": null, "name": "python3-psutil", "release": "1.fc40", "source": "rpm", "version": "5.9.8" } ], "python3-pyparsing": [ { "arch": "noarch", "epoch": null, "name": "python3-pyparsing", "release": "2.fc40", "source": "rpm", "version": "3.1.2" } ], "python3-pyparted": [ { "arch": "x86_64", "epoch": 1, "name": "python3-pyparted", "release": "5.fc40", "source": "rpm", "version": "3.13.0" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "8.fc40", "source": "rpm", "version": "3.5" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "22.fc40", "source": "rpm", "version": "1.7.1" } ], "python3-pyudev": [ { "arch": "noarch", "epoch": null, "name": "python3-pyudev", "release": "7.fc40", "source": "rpm", "version": "0.24.1" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "14.fc40", "source": "rpm", "version": "6.0.1" } ], "python3-referencing": [ { "arch": "noarch", "epoch": null, "name": "python3-referencing", "release": "3.fc40", "source": "rpm", "version": "0.31.1" } ], "python3-requests": [ { "arch": "noarch", "epoch": null, "name": "python3-requests", "release": "3.fc40", "source": "rpm", "version": "2.31.0" } ], "python3-rpds-py": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpds-py", "release": "1.fc40", "source": "rpm", "version": "0.18.1" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "1.fc40", "source": "rpm", "version": "4.19.1.1" } ], "python3-setools": [ { "arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "2.fc40", "source": "rpm", "version": "4.5.1" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "3.fc40", "source": "rpm", "version": "69.0.3" } ], "python3-six": [ { "arch": "noarch", "epoch": null, "name": "python3-six", "release": "14.fc40", "source": "rpm", "version": "1.16.0" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "9.fc40", "source": "rpm", "version": "235" } ], "python3-unbound": [ { "arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "1.fc40", "source": "rpm", "version": "1.20.0" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "1.fc40", "source": "rpm", "version": "1.26.19" } ], "python3-urllib3+socks": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3+socks", "release": "1.fc40", "source": "rpm", "version": "1.26.19" } ], "python3-wcwidth": [ { "arch": "noarch", "epoch": null, "name": "python3-wcwidth", "release": "2.fc40", "source": "rpm", "version": "0.2.13" } ], "qa-tools": [ { "arch": "noarch", "epoch": null, "name": "qa-tools", "release": "4.fc40", "source": "rpm", "version": "4.1" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "5.fc40", "source": "rpm", "version": "4.09" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "5.fc40", "source": "rpm", "version": "4.09" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "8.fc40", "source": "rpm", "version": "8.2" } ], "realtek-firmware": [ { "arch": "noarch", "epoch": null, "name": "realtek-firmware", "release": "1.fc40", "source": "rpm", "version": "20240709" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.fc40eng", "source": "rpm", "version": "0.4.4" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.fc40eng", "source": "rpm", "version": "0.4.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "2.fc40", "source": "rpm", "version": "6.17" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "36.fc40", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "4.rc3.fc40", "source": "rpm", "version": "1.2.6" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "1.fc40", "source": "rpm", "version": "4.19.1.1" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "1.fc40", "source": "rpm", "version": "4.19.1.1" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "1.fc40", "source": "rpm", "version": "4.19.1.1" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "1.fc40", "source": "rpm", "version": "4.19.1.1" } ], "rpm-sequoia": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sequoia", "release": "3.fc40", "source": "rpm", "version": "1.6.0" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "1.fc40", "source": "rpm", "version": "4.19.1.1" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "1.fc40", "source": "rpm", "version": "3.3.0" } ], "rtl-sdr": [ { "arch": "x86_64", "epoch": null, "name": "rtl-sdr", "release": "3.fc40", "source": "rpm", "version": "0.6.0^20230921git1261fbb2" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "1.fc40", "source": "rpm", "version": "4.9" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "1.fc40", "source": "rpm", "version": "40.24" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "1.fc40", "source": "rpm", "version": "40.24" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "2.fc40", "source": "rpm", "version": "2.14.5" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "3.fc40", "source": "rpm", "version": "4.15.1" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "5.fc40", "source": "rpm", "version": "2.3" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "2.fc40", "source": "rpm", "version": "3.45.1" } ], "sssd-client": [ { "arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "1.fc40", "source": "rpm", "version": "2.9.5" } ], "sssd-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "1.fc40", "source": "rpm", "version": "2.9.5" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "1.fc40", "source": "rpm", "version": "2.9.5" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "1.fc40", "source": "rpm", "version": "2.9.5" } ], "strace": [ { "arch": "x86_64", "epoch": null, "name": "strace", "release": "1.fc40", "source": "rpm", "version": "6.10" } ], "stratis-cli": [ { "arch": "noarch", "epoch": null, "name": "stratis-cli", "release": "1.fc40", "source": "rpm", "version": "3.6.2" } ], "stratisd": [ { "arch": "x86_64", "epoch": null, "name": "stratisd", "release": "1.fc40", "source": "rpm", "version": "3.6.8" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "2.p5.fc40", "source": "rpm", "version": "1.9.15" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "1.fc40", "source": "rpm", "version": "255.8" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "1.fc40", "source": "rpm", "version": "255.8" } ], "systemd-networkd": [ { "arch": "x86_64", "epoch": null, "name": "systemd-networkd", "release": "1.fc40", "source": "rpm", "version": "255.8" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "1.fc40", "source": "rpm", "version": "255.8" } ], "systemd-resolved": [ { "arch": "x86_64", "epoch": null, "name": "systemd-resolved", "release": "1.fc40", "source": "rpm", "version": "255.8" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "1.fc40", "source": "rpm", "version": "255.8" } ], "systemtap": [ { "arch": "x86_64", "epoch": null, "name": "systemtap", "release": "1.fc40", "source": "rpm", "version": "5.1" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-client", "release": "1.fc40", "source": "rpm", "version": "5.1" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-devel", "release": "1.fc40", "source": "rpm", "version": "5.1" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-runtime", "release": "1.fc40", "source": "rpm", "version": "5.1" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "3.fc40", "source": "rpm", "version": "1.35" } ], "tbb": [ { "arch": "x86_64", "epoch": null, "name": "tbb", "release": "5.fc40", "source": "rpm", "version": "2021.11.0" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "23.fc40", "source": "rpm", "version": "1.9" } ], "tiwilink-firmware": [ { "arch": "noarch", "epoch": null, "name": "tiwilink-firmware", "release": "1.fc40", "source": "rpm", "version": "20240709" } ], "tpm2-tools": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tools", "release": "1.fc40", "source": "rpm", "version": "5.7" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss", "release": "1.fc40", "source": "rpm", "version": "4.1.3" } ], "tpm2-tss-fapi": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss-fapi", "release": "1.fc40", "source": "rpm", "version": "4.1.3" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "5.fc40", "source": "rpm", "version": "2024a" } ], "udisks2": [ { "arch": "x86_64", "epoch": null, "name": "udisks2", "release": "5.fc40", "source": "rpm", "version": "2.10.1" } ], "unbound-anchor": [ { "arch": "x86_64", "epoch": null, "name": "unbound-anchor", "release": "1.fc40", "source": "rpm", "version": "1.20.0" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "1.fc40", "source": "rpm", "version": "1.20.0" } ], "unzip": [ { "arch": "x86_64", "epoch": null, "name": "unzip", "release": "63.fc40", "source": "rpm", "version": "6.0" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": null, "name": "userspace-rcu", "release": "4.fc40", "source": "rpm", "version": "0.14.0" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "1.fc40", "source": "rpm", "version": "2.40.1" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": null, "name": "util-linux-core", "release": "1.fc40", "source": "rpm", "version": "2.40.1" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "1.fc40", "source": "rpm", "version": "9.1.571" } ], "vim-data": [ { "arch": "noarch", "epoch": 2, "name": "vim-data", "release": "1.fc40", "source": "rpm", "version": "9.1.571" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "1.fc40", "source": "rpm", "version": "9.1.571" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": 2, "name": "vim-filesystem", "release": "1.fc40", "source": "rpm", "version": "9.1.571" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc40", "source": "rpm", "version": "9.1.571" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": null, "name": "volume_key-libs", "release": "21.fc40", "source": "rpm", "version": "0.3.12" } ], "wget2": [ { "arch": "x86_64", "epoch": null, "name": "wget2", "release": "11.fc40", "source": "rpm", "version": "2.1.0" } ], "wget2-libs": [ { "arch": "x86_64", "epoch": null, "name": "wget2-libs", "release": "11.fc40", "source": "rpm", "version": "2.1.0" } ], "wget2-wget": [ { "arch": "x86_64", "epoch": null, "name": "wget2-wget", "release": "11.fc40", "source": "rpm", "version": "2.1.0" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "41.fc40", "source": "rpm", "version": "2.21" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "3.fc40", "source": "rpm", "version": "6.5.0" } ], "xkeyboard-config": [ { "arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "1.fc40", "source": "rpm", "version": "2.41" } ], "xxd": [ { "arch": "x86_64", "epoch": 2, "name": "xxd", "release": "1.fc40", "source": "rpm", "version": "9.1.571" } ], "xxhash-libs": [ { "arch": "x86_64", "epoch": null, "name": "xxhash-libs", "release": "2.fc40", "source": "rpm", "version": "0.8.2" } ], "xz": [ { "arch": "x86_64", "epoch": 1, "name": "xz", "release": "3.fc40", "source": "rpm", "version": "5.4.6" } ], "xz-devel": [ { "arch": "x86_64", "epoch": 1, "name": "xz-devel", "release": "3.fc40", "source": "rpm", "version": "5.4.6" } ], "xz-libs": [ { "arch": "x86_64", "epoch": 1, "name": "xz-libs", "release": "3.fc40", "source": "rpm", "version": "5.4.6" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "1.fc40", "source": "rpm", "version": "4.21.0" } ], "zchunk-libs": [ { "arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "2.fc40", "source": "rpm", "version": "1.4.0" } ], "zip": [ { "arch": "x86_64", "epoch": null, "name": "zip", "release": "40.fc40", "source": "rpm", "version": "3.0" } ], "zlib-ng-compat": [ { "arch": "x86_64", "epoch": null, "name": "zlib-ng-compat", "release": "1.fc40", "source": "rpm", "version": "2.1.7" } ], "zlib-ng-compat-devel": [ { "arch": "x86_64", "epoch": null, "name": "zlib-ng-compat-devel", "release": "1.fc40", "source": "rpm", "version": "2.1.7" } ], "zram-generator": [ { "arch": "x86_64", "epoch": null, "name": "zram-generator", "release": "11.fc40", "source": "rpm", "version": "1.1.2" } ], "zram-generator-defaults": [ { "arch": "noarch", "epoch": null, "name": "zram-generator-defaults", "release": "11.fc40", "source": "rpm", "version": "1.1.2" } ] } }, "changed": false } TASK [Set blivet package name] ************************************************* Thursday 25 July 2024 07:10:08 -0400 (0:00:01.343) 0:00:15.689 ********* ok: [managed_node1] => { "ansible_facts": { "blivet_pkg_name": [ "python3-blivet" ] }, "changed": false } TASK [Set blivet package version] ********************************************** Thursday 25 July 2024 07:10:08 -0400 (0:00:00.059) 0:00:15.748 ********* ok: [managed_node1] => { "ansible_facts": { "blivet_pkg_version": "3.10.0-1.fc40" }, "changed": false } TASK [Set distribution version] ************************************************ Thursday 25 July 2024 07:10:08 -0400 (0:00:00.047) 0:00:15.795 ********* ok: [managed_node1] => { "ansible_facts": { "is_fedora": true, "is_rhel10": false, "is_rhel7": false, "is_rhel9": false }, "changed": false } TASK [Get unused disks] ******************************************************** Thursday 25 July 2024 07:10:08 -0400 (0:00:00.109) 0:00:15.904 ********* included: /var/ARTIFACTS/work-generalwemzaip6/plans/general/tree/tmp.4a0cc3dkOS/ansible_collections/fedora/linux_system_roles/tests/storage/get_unused_disk.yml for managed_node1 TASK [Ensure test packages] **************************************************** Thursday 25 July 2024 07:10:08 -0400 (0:00:00.070) 0:00:15.975 ********* ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: util-linux-core TASK [Find unused disks in the system] ***************************************** Thursday 25 July 2024 07:10:10 -0400 (0:00:01.428) 0:00:17.403 ********* ok: [managed_node1] => { "changed": false, "disks": "Unable to find unused disk", "info": [ "Line: NAME=\"/dev/xvda\" TYPE=\"disk\" SIZE=\"268435456000\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda1\" TYPE=\"part\" SIZE=\"1048576\" FSTYPE=\"\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"ext4\" LOG-SEC=\"512\"", "Line type [part] is not disk: NAME=\"/dev/xvda2\" TYPE=\"part\" SIZE=\"268433341952\" FSTYPE=\"ext4\" LOG-SEC=\"512\"", "Line: NAME=\"/dev/zram0\" TYPE=\"disk\" SIZE=\"3897556992\" FSTYPE=\"\" LOG-SEC=\"4096\"", "filename [xvda2] is a partition", "filename [xvda1] is a partition", "Disk [/dev/xvda] attrs [{'type': 'disk', 'size': '268435456000', 'fstype': '', 'ssize': '512'}] has partitions", "Disk [/dev/zram0] attrs [{'type': 'disk', 'size': '3897556992', 'fstype': '', 'ssize': '4096'}] size is less than requested" ] } TASK [Debug why there are no unused disks] ************************************* Thursday 25 July 2024 07:10:10 -0400 (0:00:00.542) 0:00:17.945 ********* ok: [managed_node1] => { "changed": false, "cmd": "set -x\nexec 1>&2\nlsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC\njournalctl -ex\n", "delta": "0:00:00.038869", "end": "2024-07-25 07:10:11.209468", "rc": 0, "start": "2024-07-25 07:10:11.170599" } STDERR: + exec + lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC NAME="/dev/xvda" TYPE="disk" SIZE="268435456000" FSTYPE="" LOG-SEC="512" NAME="/dev/xvda1" TYPE="part" SIZE="1048576" FSTYPE="" LOG-SEC="512" NAME="/dev/xvda2" TYPE="part" SIZE="268433341952" FSTYPE="ext4" LOG-SEC="512" NAME="/dev/zram0" TYPE="disk" SIZE="3897556992" FSTYPE="" LOG-SEC="4096" + journalctl -ex Jul 25 07:09:36 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:36 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:36 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=68687 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:36 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:36 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:36 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:36 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:36 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=68703 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:36 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:36 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:36 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:36 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:36 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=68725 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:36 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:36 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:36 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:36 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:36 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=68741 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:36 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:36 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:36 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:09:36 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:09:36 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=68759 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:36 ip-10-31-45-123.us-east-1.aws.redhat.com audit[68777]: USER_ACCT pid=68777 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:36 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[68777]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fzpmdijkztuhdqqmftegckqawffurmbf ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905776.1312973-12692-86654410296252/AnsiballZ_dnf.py' Jul 25 07:09:36 ip-10-31-45-123.us-east-1.aws.redhat.com audit[68777]: USER_CMD pid=68777 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D667A706D64696A6B7A7475686471716D66746567636B716177666675726D6266203B202F7573722F62696E2F707974686F6E332E3132202F726F6F742F2E616E7369626C652F746D702F616E7369626C652D746D702D313732313930353737362E313331323937332D31323639322D38363635343431303239363235322F416E736962616C6C5A5F646E662E7079 exe="/usr/bin/sudo" terminal=pts/0 res=success' Jul 25 07:09:36 ip-10-31-45-123.us-east-1.aws.redhat.com audit[68777]: CRED_REFR pid=68777 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:36 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[68777]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:09:36 ip-10-31-45-123.us-east-1.aws.redhat.com audit[68777]: USER_START pid=68777 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:36 ip-10-31-45-123.us-east-1.aws.redhat.com python3.12[68780]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'stratisd', 'stratis-cli'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:09:37 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[68777]: pam_unix(sudo:session): session closed for user root Jul 25 07:09:37 ip-10-31-45-123.us-east-1.aws.redhat.com audit[68777]: USER_END pid=68777 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:37 ip-10-31-45-123.us-east-1.aws.redhat.com audit[68777]: CRED_DISP pid=68777 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:37 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:37 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:37 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:37 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:37 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=68782 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:37 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:37 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:37 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:37 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:37 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=68799 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:37 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:37 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:37 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:37 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:37 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=68815 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:37 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:37 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:37 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:37 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:37 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=68837 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:37 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:37 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:37 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:37 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:37 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=68853 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:37 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:37 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:37 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:09:37 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:09:37 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=68870 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:37 ip-10-31-45-123.us-east-1.aws.redhat.com audit[68889]: USER_ACCT pid=68889 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:37 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[68889]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zfpdlpmxacrrzyfhjnbzpwvtcsdtyffo ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905777.7141316-12702-224523950982247/AnsiballZ_blivet.py' Jul 25 07:09:37 ip-10-31-45-123.us-east-1.aws.redhat.com audit[68889]: USER_CMD pid=68889 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D7A6670646C706D78616372727A7966686A6E627A70777674637364747966666F203B202F7573722F62696E2F707974686F6E332E3132202F726F6F742F2E616E7369626C652F746D702F616E7369626C652D746D702D313732313930353737372E373134313331362D31323730322D3232343532333935303938323234372F416E736962616C6C5A5F626C697665742E7079 exe="/usr/bin/sudo" terminal=pts/0 res=success' Jul 25 07:09:37 ip-10-31-45-123.us-east-1.aws.redhat.com audit[68889]: CRED_REFR pid=68889 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:37 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[68889]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:09:37 ip-10-31-45-123.us-east-1.aws.redhat.com audit[68889]: USER_START pid=68889 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com python3.12[68893]: ansible-fedora.linux_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[68889]: pam_unix(sudo:session): session closed for user root Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com audit[68889]: USER_END pid=68889 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com audit[68889]: CRED_DISP pid=68889 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=68896 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=68913 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=68929 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=68951 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=68967 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=68984 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69002]: USER_ACCT pid=69002 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[69002]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vpykfjiljptigqieohipgeanegvlzmqg ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905778.5607347-12714-127620869314402/AnsiballZ_dnf.py' Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69002]: USER_CMD pid=69002 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D7670796B666A696C6A707469677169656F6869706765616E6567766C7A6D7167203B202F7573722F62696E2F707974686F6E332E3132202F726F6F742F2E616E7369626C652F746D702F616E7369626C652D746D702D313732313930353737382E353630373334372D31323731342D3132373632303836393331343430322F416E736962616C6C5A5F646E662E7079 exe="/usr/bin/sudo" terminal=pts/0 res=success' Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69002]: CRED_REFR pid=69002 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[69002]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69002]: USER_START pid=69002 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:38 ip-10-31-45-123.us-east-1.aws.redhat.com python3.12[69005]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:09:39 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[69002]: pam_unix(sudo:session): session closed for user root Jul 25 07:09:39 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69002]: USER_END pid=69002 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:39 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69002]: CRED_DISP pid=69002 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:39 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:39 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:39 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:39 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:39 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69007 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:39 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:39 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:39 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:39 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:39 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69024 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:39 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:39 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:39 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:39 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:39 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69040 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:39 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:39 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:40 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:40 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:40 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69062 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:40 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:40 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:40 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:40 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:40 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69078 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:40 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:40 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:40 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:09:40 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:09:40 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69095 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:40 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69113]: USER_ACCT pid=69113 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:40 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[69113]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-iojzfggxkzvncukhnikwrqztmaqjkfnd ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905779.9454124-12722-42136357242742/AnsiballZ_service_facts.py' Jul 25 07:09:40 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69113]: USER_CMD pid=69113 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D696F6A7A666767786B7A766E63756B686E696B7772717A746D61716A6B666E64203B202F7573722F62696E2F707974686F6E332E3132202F726F6F742F2E616E7369626C652F746D702F616E7369626C652D746D702D313732313930353737392E393435343132342D31323732322D34323133363335373234323734322F416E736962616C6C5A5F736572766963655F66616374732E7079 exe="/usr/bin/sudo" terminal=pts/0 res=success' Jul 25 07:09:40 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69113]: CRED_REFR pid=69113 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:40 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[69113]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:09:40 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69113]: USER_START pid=69113 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:40 ip-10-31-45-123.us-east-1.aws.redhat.com python3.12[69116]: ansible-service_facts Invoked Jul 25 07:09:42 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[69113]: pam_unix(sudo:session): session closed for user root Jul 25 07:09:42 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69113]: USER_END pid=69113 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:42 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69113]: CRED_DISP pid=69113 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:42 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:42 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:42 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:42 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:42 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69238 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:42 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:42 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:42 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:42 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:42 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69255 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:42 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:42 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:42 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:42 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:42 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69271 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:42 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:42 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:42 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:42 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:42 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69293 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:42 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:42 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:42 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:42 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:42 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69309 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:42 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:42 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:42 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:09:42 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:09:42 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69326 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:42 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69344]: USER_ACCT pid=69344 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:42 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[69344]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-mmokbboxgwiakalpvclnlprdigjoxvvw ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905782.7647061-12732-230792698588527/AnsiballZ_blivet.py' Jul 25 07:09:42 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69344]: USER_CMD pid=69344 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D6D6D6F6B62626F78677769616B616C7076636C6E6C70726469676A6F78767677203B202F7573722F62696E2F707974686F6E332E3132202F726F6F742F2E616E7369626C652F746D702F616E7369626C652D746D702D313732313930353738322E373634373036312D31323733322D3233303739323639383538383532372F416E736962616C6C5A5F626C697665742E7079 exe="/usr/bin/sudo" terminal=pts/0 res=success' Jul 25 07:09:42 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69344]: CRED_REFR pid=69344 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:42 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[69344]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:09:42 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69344]: USER_START pid=69344 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com python3.12[69347]: ansible-fedora.linux_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True packages_only=False diskvolume_mkfs_option_map={} Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[69344]: pam_unix(sudo:session): session closed for user root Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69344]: USER_END pid=69344 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69344]: CRED_DISP pid=69344 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69350 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69367 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69383 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69405 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69421 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69438 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69456]: USER_ACCT pid=69456 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[69456]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gzcngbtxjdscihnzbqjnchjeaopmgunp ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905783.3764684-12741-87702598978548/AnsiballZ_stat.py' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69456]: USER_CMD pid=69456 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D677A636E676274786A64736369686E7A62716A6E63686A65616F706D67756E70203B202F7573722F62696E2F707974686F6E332E3132202F726F6F742F2E616E7369626C652F746D702F616E7369626C652D746D702D313732313930353738332E333736343638342D31323734312D38373730323539383937383534382F416E736962616C6C5A5F737461742E7079 exe="/usr/bin/sudo" terminal=pts/0 res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69456]: CRED_REFR pid=69456 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[69456]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69456]: USER_START pid=69456 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com python3.12[69459]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[69456]: pam_unix(sudo:session): session closed for user root Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69456]: USER_END pid=69456 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69456]: CRED_DISP pid=69456 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69462 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:43 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69479 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69495 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69517 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69533 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69550 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69568]: USER_ACCT pid=69568 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[69568]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kyhpmaiowntkamvvyryjcvudfmpzelhb ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905784.0206413-12759-88227551054026/AnsiballZ_stat.py' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69568]: USER_CMD pid=69568 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D6B7968706D61696F776E746B616D76767972796A63767564666D707A656C6862203B202F7573722F62696E2F707974686F6E332E3132202F726F6F742F2E616E7369626C652F746D702F616E7369626C652D746D702D313732313930353738342E303230363431332D31323735392D38383232373535313035343032362F416E736962616C6C5A5F737461742E7079 exe="/usr/bin/sudo" terminal=pts/0 res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69568]: CRED_REFR pid=69568 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[69568]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69568]: USER_START pid=69568 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com python3.12[69571]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[69568]: pam_unix(sudo:session): session closed for user root Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69568]: USER_END pid=69568 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69568]: CRED_DISP pid=69568 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69574 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69591 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69607 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69629 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69645 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69662 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69680]: USER_ACCT pid=69680 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[69680]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-aqetvmbuhehrxyzhhhajhjabgnhpuwdo ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905784.447497-12768-23792789500415/AnsiballZ_setup.py' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69680]: USER_CMD pid=69680 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D61716574766D62756865687278797A686868616A686A6162676E68707577646F203B202F7573722F62696E2F707974686F6E332E3132202F726F6F742F2E616E7369626C652F746D702F616E7369626C652D746D702D313732313930353738342E3434373439372D31323736382D32333739323738393530303431352F416E736962616C6C5A5F73657475702E7079 exe="/usr/bin/sudo" terminal=pts/0 res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69680]: CRED_REFR pid=69680 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[69680]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69680]: USER_START pid=69680 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:44 ip-10-31-45-123.us-east-1.aws.redhat.com python3.12[69683]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:09:46 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[69680]: pam_unix(sudo:session): session closed for user root Jul 25 07:09:46 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69680]: USER_END pid=69680 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:46 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69680]: CRED_DISP pid=69680 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:46 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:46 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:46 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:46 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:46 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69708 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:46 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:46 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:46 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:46 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:46 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69725 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:46 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:46 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:47 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:47 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:47 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69741 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:47 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:47 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:47 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:47 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:47 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69763 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:47 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:47 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:47 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:47 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:47 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69779 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:47 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:47 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:47 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:09:47 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:09:47 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69796 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:47 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69814]: USER_ACCT pid=69814 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:47 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[69814]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ufsnviqxrzwanwjemroyujzvqdovhrba ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905786.9953697-12778-115754572316344/AnsiballZ_dnf.py' Jul 25 07:09:47 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69814]: USER_CMD pid=69814 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D7566736E76697178727A77616E776A656D726F79756A7A7671646F7668726261203B202F7573722F62696E2F707974686F6E332E3132202F726F6F742F2E616E7369626C652F746D702F616E7369626C652D746D702D313732313930353738362E393935333639372D31323737382D3131353735343537323331363334342F416E736962616C6C5A5F646E662E7079 exe="/usr/bin/sudo" terminal=pts/0 res=success' Jul 25 07:09:47 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69814]: CRED_REFR pid=69814 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:47 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[69814]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:09:47 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69814]: USER_START pid=69814 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:47 ip-10-31-45-123.us-east-1.aws.redhat.com python3.12[69817]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[69814]: pam_unix(sudo:session): session closed for user root Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69814]: USER_END pid=69814 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69814]: CRED_DISP pid=69814 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69819 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69836 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69852 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69874 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69890 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69907 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69925]: USER_ACCT pid=69925 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[69925]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nilynqdztxsfzvjswxrijrxbnjlnztsr ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905788.418635-12786-259189199292605/AnsiballZ_find_unused_disk.py' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69925]: USER_CMD pid=69925 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D6E696C796E71647A747873667A766A73777872696A7278626E6A6C6E7A747372203B202F7573722F62696E2F707974686F6E332E3132202F726F6F742F2E616E7369626C652F746D702F616E7369626C652D746D702D313732313930353738382E3431383633352D31323738362D3235393138393139393239323630352F416E736962616C6C5A5F66696E645F756E757365645F6469736B2E7079 exe="/usr/bin/sudo" terminal=pts/0 res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69925]: CRED_REFR pid=69925 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[69925]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69925]: USER_START pid=69925 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com python3.12[69928]: ansible-fedora.linux_system_roles.find_unused_disk Invoked with min_size=10g max_return=1 max_size=0 match_sector_size=False with_interface=None Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[69925]: pam_unix(sudo:session): session closed for user root Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69925]: USER_END pid=69925 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[69925]: CRED_DISP pid=69925 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69932 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69949 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69965 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:48 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:49 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:49 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:49 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=69987 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:49 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:49 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:49 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:49 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:49 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70003 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:49 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:49 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:49 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:09:49 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:09:49 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70020 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:49 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70038]: USER_ACCT pid=70038 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:49 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[70038]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jcttivwkxqywpxtopytjtzquzwcnqxmj ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905788.9371989-12794-109256206677443/AnsiballZ_command.py' Jul 25 07:09:49 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70038]: USER_CMD pid=70038 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D6A6374746976776B787179777078746F7079746A747A71757A77636E71786D6A203B202F7573722F62696E2F707974686F6E332E3132202F726F6F742F2E616E7369626C652F746D702F616E7369626C652D746D702D313732313930353738382E393337313938392D31323739342D3130393235363230363637373434332F416E736962616C6C5A5F636F6D6D616E642E7079 exe="/usr/bin/sudo" terminal=pts/0 res=success' Jul 25 07:09:49 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70038]: CRED_REFR pid=70038 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:49 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[70038]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:09:49 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70038]: USER_START pid=70038 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:49 ip-10-31-45-123.us-east-1.aws.redhat.com python3.12[70041]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Jul 25 07:09:49 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[70038]: pam_unix(sudo:session): session closed for user root Jul 25 07:09:49 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70038]: USER_END pid=70038 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:49 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70038]: CRED_DISP pid=70038 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:49 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:49 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:49 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:49 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:49 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70044 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:49 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:49 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:52 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:52 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:52 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70061 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:52 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:52 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:52 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:52 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:52 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70077 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:52 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:52 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:53 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:53 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:53 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70099 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:53 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:53 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:53 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:53 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:53 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70117 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:53 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:53 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:53 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:53 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:53 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70134 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:53 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:53 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:53 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:53 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:53 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70150 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:53 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:53 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:53 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:09:53 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:09:53 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70167 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:53 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70185]: USER_ACCT pid=70185 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:53 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[70185]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qnpajqopsqmnvkksgewiqzspccjbvvpd ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905792.8386424-12906-40428422569528/AnsiballZ_setup.py' Jul 25 07:09:53 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70185]: USER_CMD pid=70185 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D716E70616A716F7073716D6E766B6B7367657769717A737063636A6276767064203B202F7573722F62696E2F707974686F6E332E3132202F726F6F742F2E616E7369626C652F746D702F616E7369626C652D746D702D313732313930353739322E383338363432342D31323930362D34303432383432323536393532382F416E736962616C6C5A5F73657475702E7079 exe="/usr/bin/sudo" terminal=pts/0 res=success' Jul 25 07:09:53 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70185]: CRED_REFR pid=70185 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:53 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[70185]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:09:53 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70185]: USER_START pid=70185 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:53 ip-10-31-45-123.us-east-1.aws.redhat.com python3.12[70188]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:09:55 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[70185]: pam_unix(sudo:session): session closed for user root Jul 25 07:09:55 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70185]: USER_END pid=70185 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:55 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70185]: CRED_DISP pid=70185 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:55 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:55 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:55 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:55 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:55 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70213 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:55 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:55 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:55 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:55 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:55 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70230 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:55 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:55 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:55 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:55 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:55 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70246 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:55 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:55 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:55 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:55 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:55 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70268 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:55 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:55 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:55 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:55 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:55 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70284 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:55 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:55 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:55 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:09:55 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:09:55 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70301 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:55 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70319]: USER_ACCT pid=70319 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:55 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[70319]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ikuznaabjhiejborfnodoemcykgoplzo ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905795.7691991-12920-41036180025951/AnsiballZ_stat.py' Jul 25 07:09:55 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70319]: USER_CMD pid=70319 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D696B757A6E6161626A6869656A626F72666E6F646F656D63796B676F706C7A6F203B202F7573722F62696E2F707974686F6E332E3132202F726F6F742F2E616E7369626C652F746D702F616E7369626C652D746D702D313732313930353739352E373639313939312D31323932302D34313033363138303032353935312F416E736962616C6C5A5F737461742E7079 exe="/usr/bin/sudo" terminal=pts/0 res=success' Jul 25 07:09:55 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70319]: CRED_REFR pid=70319 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[70319]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:09:55 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70319]: USER_START pid=70319 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com python3.12[70322]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[70319]: pam_unix(sudo:session): session closed for user root Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70319]: USER_END pid=70319 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70319]: CRED_DISP pid=70319 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70323 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70340 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70356 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70378 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70394 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70411 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70429]: USER_ACCT pid=70429 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[70429]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xzjcgymuzbirekjzxpnlokbbfwoehvzs ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905796.3862326-12932-158977752814812/AnsiballZ_dnf.py' Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70429]: USER_CMD pid=70429 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D787A6A6367796D757A626972656B6A7A78706E6C6F6B626266776F6568767A73203B202F7573722F62696E2F707974686F6E332E3132202F726F6F742F2E616E7369626C652F746D702F616E7369626C652D746D702D313732313930353739362E333836323332362D31323933322D3135383937373735323831343831322F416E736962616C6C5A5F646E662E7079 exe="/usr/bin/sudo" terminal=pts/0 res=success' Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70429]: CRED_REFR pid=70429 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[70429]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70429]: USER_START pid=70429 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:56 ip-10-31-45-123.us-east-1.aws.redhat.com python3.12[70432]: ansible-ansible.legacy.dnf Invoked with name=['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'stratisd', 'stratis-cli'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:09:57 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[70429]: pam_unix(sudo:session): session closed for user root Jul 25 07:09:57 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70429]: USER_END pid=70429 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:57 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70429]: CRED_DISP pid=70429 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:57 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:57 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:57 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:57 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:57 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70434 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:57 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:57 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:57 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:57 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:57 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70451 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:57 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:57 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:57 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:57 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:57 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70467 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70489 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70505 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70522 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70540]: USER_ACCT pid=70540 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[70540]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-uhoclnzuihqgvsilpicainuyytcatoxc ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905797.9716506-12942-191210141683088/AnsiballZ_blivet.py' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70540]: USER_CMD pid=70540 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D75686F636C6E7A75696871677673696C70696361696E757979746361746F7863203B202F7573722F62696E2F707974686F6E332E3132202F726F6F742F2E616E7369626C652F746D702F616E7369626C652D746D702D313732313930353739372E393731363530362D31323934322D3139313231303134313638333038382F416E736962616C6C5A5F626C697665742E7079 exe="/usr/bin/sudo" terminal=pts/0 res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70540]: CRED_REFR pid=70540 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[70540]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70540]: USER_START pid=70540 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com python3.12[70543]: ansible-fedora.linux_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} packages_only=True safe_mode=True diskvolume_mkfs_option_map={} Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[70540]: pam_unix(sudo:session): session closed for user root Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70540]: USER_END pid=70540 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70540]: CRED_DISP pid=70540 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70546 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70563 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70579 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70601 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70617 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70634 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70652]: USER_ACCT pid=70652 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[70652]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xjrpicgztnwgknhezbrjioiiokxnowam ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905798.8301811-12954-250355425381031/AnsiballZ_dnf.py' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70652]: USER_CMD pid=70652 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D786A72706963677A746E77676B6E68657A62726A696F69696F6B786E6F77616D203B202F7573722F62696E2F707974686F6E332E3132202F726F6F742F2E616E7369626C652F746D702F616E7369626C652D746D702D313732313930353739382E383330313831312D31323935342D3235303335353432353338313033312F416E736962616C6C5A5F646E662E7079 exe="/usr/bin/sudo" terminal=pts/0 res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70652]: CRED_REFR pid=70652 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[70652]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:09:58 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70652]: USER_START pid=70652 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:09:59 ip-10-31-45-123.us-east-1.aws.redhat.com python3.12[70655]: ansible-ansible.legacy.dnf Invoked with name=['kpartx'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:10:00 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[70652]: pam_unix(sudo:session): session closed for user root Jul 25 07:10:00 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70652]: USER_END pid=70652 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:00 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70652]: CRED_DISP pid=70652 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:00 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:00 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:00 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:00 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:00 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70657 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:00 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:00 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:00 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:00 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:00 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70674 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:00 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:00 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:00 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:00 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:00 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70690 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:00 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:00 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:00 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:00 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:00 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70712 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:00 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:00 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:00 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:00 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:00 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70728 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:00 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:00 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:00 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:10:00 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:10:00 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70745 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:00 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70763]: USER_ACCT pid=70763 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:00 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[70763]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-myvhdoibpeyxznrmvtfvbascixcbwbox ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905800.2112327-12962-220921301420378/AnsiballZ_service_facts.py' Jul 25 07:10:00 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70763]: USER_CMD pid=70763 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D6D797668646F6962706579787A6E726D76746676626173636978636277626F78203B202F7573722F62696E2F707974686F6E332E3132202F726F6F742F2E616E7369626C652F746D702F616E7369626C652D746D702D313732313930353830302E323131323332372D31323936322D3232303932313330313432303337382F416E736962616C6C5A5F736572766963655F66616374732E7079 exe="/usr/bin/sudo" terminal=pts/0 res=success' Jul 25 07:10:00 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70763]: CRED_REFR pid=70763 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:00 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[70763]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:10:00 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70763]: USER_START pid=70763 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:00 ip-10-31-45-123.us-east-1.aws.redhat.com python3.12[70766]: ansible-service_facts Invoked Jul 25 07:10:02 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[70763]: pam_unix(sudo:session): session closed for user root Jul 25 07:10:02 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70763]: USER_END pid=70763 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:02 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70763]: CRED_DISP pid=70763 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:02 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:02 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:02 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:02 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:02 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70888 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:02 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:02 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70905 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70921 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70943 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70959 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=70976 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70994]: USER_ACCT pid=70994 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[70994]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zoofcraucgrmkwojjbwskoqtmnrvcguf ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905803.0396929-12972-245974842504260/AnsiballZ_blivet.py' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70994]: USER_CMD pid=70994 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D7A6F6F66637261756367726D6B776F6A6A6277736B6F71746D6E727663677566203B202F7573722F62696E2F707974686F6E332E3132202F726F6F742F2E616E7369626C652F746D702F616E7369626C652D746D702D313732313930353830332E303339363932392D31323937322D3234353937343834323530343236302F416E736962616C6C5A5F626C697665742E7079 exe="/usr/bin/sudo" terminal=pts/0 res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70994]: CRED_REFR pid=70994 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[70994]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70994]: USER_START pid=70994 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com python3.12[70997]: ansible-fedora.linux_system_roles.blivet Invoked with pools=[] volumes=[] use_partitions=None disklabel_type=None pool_defaults={'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False} volume_defaults={'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []} safe_mode=True packages_only=False diskvolume_mkfs_option_map={} Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[70994]: pam_unix(sudo:session): session closed for user root Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70994]: USER_END pid=70994 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[70994]: CRED_DISP pid=70994 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71000 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71017 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71033 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71055 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71071 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71088 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[71106]: USER_ACCT pid=71106 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[71106]: USER_CMD pid=71106 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D74636769726B766D696D756B6F656A7277636B667074627278616E6A746A7561203B202F7573722F62696E2F707974686F6E332E3132202F726F6F742F2E616E7369626C652F746D702F616E7369626C652D746D702D313732313930353830332E3635323238392D31323938312D3135383236393633343636303232332F416E736962616C6C5A5F737461742E7079 exe="/usr/bin/sudo" terminal=pts/0 res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[71106]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tcgirkvmimukoejrwckfptbrxanjtjua ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905803.652289-12981-158269634660223/AnsiballZ_stat.py' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[71106]: CRED_REFR pid=71106 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[71106]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[71106]: USER_START pid=71106 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com python3.12[71109]: ansible-stat Invoked with path=/etc/fstab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[71106]: pam_unix(sudo:session): session closed for user root Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[71106]: USER_END pid=71106 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[71106]: CRED_DISP pid=71106 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:03 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71112 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71129 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71145 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71167 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71183 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71200 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[71218]: USER_ACCT pid=71218 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[71218]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kujkrmfxykrgjzrhwgmvgmxgupbrqmwp ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905804.3038144-12999-58326413651505/AnsiballZ_stat.py' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[71218]: USER_CMD pid=71218 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D6B756A6B726D6678796B72676A7A726877676D76676D786775706272716D7770203B202F7573722F62696E2F707974686F6E332E3132202F726F6F742F2E616E7369626C652F746D702F616E7369626C652D746D702D313732313930353830342E333033383134342D31323939392D35383332363431333635313530352F416E736962616C6C5A5F737461742E7079 exe="/usr/bin/sudo" terminal=pts/0 res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[71218]: CRED_REFR pid=71218 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[71218]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[71218]: USER_START pid=71218 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com python3.12[71221]: ansible-stat Invoked with path=/etc/crypttab follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[71218]: pam_unix(sudo:session): session closed for user root Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[71218]: USER_END pid=71218 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[71218]: CRED_DISP pid=71218 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71224 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71241 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71257 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71279 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71295 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71312 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[71330]: USER_ACCT pid=71330 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[71330]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tacyccewfcbcgwucqtplzcceqjhigets ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905804.7475226-13008-26040955702921/AnsiballZ_setup.py' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[71330]: USER_CMD pid=71330 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D746163796363657766636263677775637174706C7A636365716A686967657473203B202F7573722F62696E2F707974686F6E332E3132202F726F6F742F2E616E7369626C652F746D702F616E7369626C652D746D702D313732313930353830342E373437353232362D31333030382D32363034303935353730323932312F416E736962616C6C5A5F73657475702E7079 exe="/usr/bin/sudo" terminal=pts/0 res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[71330]: CRED_REFR pid=71330 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[71330]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:10:04 ip-10-31-45-123.us-east-1.aws.redhat.com audit[71330]: USER_START pid=71330 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:05 ip-10-31-45-123.us-east-1.aws.redhat.com python3.12[71333]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jul 25 07:10:07 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[71330]: pam_unix(sudo:session): session closed for user root Jul 25 07:10:07 ip-10-31-45-123.us-east-1.aws.redhat.com audit[71330]: USER_END pid=71330 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:07 ip-10-31-45-123.us-east-1.aws.redhat.com audit[71330]: CRED_DISP pid=71330 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:07 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:07 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:07 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:07 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:07 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71358 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:07 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:07 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:07 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:07 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:07 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71375 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:07 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:07 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:07 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:07 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:07 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71391 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:07 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:07 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:07 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:07 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:07 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71413 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:07 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:07 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:07 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:07 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:07 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71429 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:07 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:07 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:07 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:10:07 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:10:07 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71446 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:07 ip-10-31-45-123.us-east-1.aws.redhat.com audit[71464]: USER_ACCT pid=71464 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:07 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[71464]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ffuuogwidmnaamgajccxbuuauoecridm ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905807.1730082-13017-92922150548847/AnsiballZ_package_facts.py' Jul 25 07:10:07 ip-10-31-45-123.us-east-1.aws.redhat.com audit[71464]: USER_CMD pid=71464 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D666675756F677769646D6E61616D67616A63637862757561756F65637269646D203B202F7573722F62696E2F707974686F6E332E3132202F726F6F742F2E616E7369626C652F746D702F616E7369626C652D746D702D313732313930353830372E313733303038322D31333031372D39323932323135303534383834372F416E736962616C6C5A5F7061636B6167655F66616374732E7079 exe="/usr/bin/sudo" terminal=pts/0 res=success' Jul 25 07:10:07 ip-10-31-45-123.us-east-1.aws.redhat.com audit[71464]: CRED_REFR pid=71464 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:07 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[71464]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:10:07 ip-10-31-45-123.us-east-1.aws.redhat.com audit[71464]: USER_START pid=71464 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:07 ip-10-31-45-123.us-east-1.aws.redhat.com python3.12[71467]: ansible-package_facts Invoked with manager=['auto'] strategy=first Jul 25 07:10:08 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[71464]: pam_unix(sudo:session): session closed for user root Jul 25 07:10:08 ip-10-31-45-123.us-east-1.aws.redhat.com audit[71464]: USER_END pid=71464 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:08 ip-10-31-45-123.us-east-1.aws.redhat.com audit[71464]: CRED_DISP pid=71464 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:08 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:08 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:08 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:08 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:08 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71468 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:08 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:08 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:08 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:08 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:08 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71485 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:08 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:08 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:08 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:08 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:08 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71501 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:08 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:08 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:08 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:08 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:08 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71523 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:08 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:08 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:08 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:08 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:08 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71539 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:08 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:08 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:08 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:10:08 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:10:08 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71556 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:08 ip-10-31-45-123.us-east-1.aws.redhat.com audit[71574]: USER_ACCT pid=71574 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:08 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[71574]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lwwhmvviwqbdzytrtkhpssbhrpgvichh ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905808.8240335-13029-194956153431286/AnsiballZ_dnf.py' Jul 25 07:10:08 ip-10-31-45-123.us-east-1.aws.redhat.com audit[71574]: USER_CMD pid=71574 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D6C7777686D767669777162647A797472746B6870737362687270677669636868203B202F7573722F62696E2F707974686F6E332E3132202F726F6F742F2E616E7369626C652F746D702F616E7369626C652D746D702D313732313930353830382E383234303333352D31333032392D3139343935363135333433313238362F416E736962616C6C5A5F646E662E7079 exe="/usr/bin/sudo" terminal=pts/0 res=success' Jul 25 07:10:08 ip-10-31-45-123.us-east-1.aws.redhat.com audit[71574]: CRED_REFR pid=71574 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:08 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[71574]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:10:08 ip-10-31-45-123.us-east-1.aws.redhat.com audit[71574]: USER_START pid=71574 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:09 ip-10-31-45-123.us-east-1.aws.redhat.com python3.12[71577]: ansible-ansible.legacy.dnf Invoked with name=['util-linux-core'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[71574]: pam_unix(sudo:session): session closed for user root Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[71574]: USER_END pid=71574 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[71574]: CRED_DISP pid=71574 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71579 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71596 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71612 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71634 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71650 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71667 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[71685]: USER_ACCT pid=71685 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[71685]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ykwcvguwaovqkwsjtgoqgsiojqbikxye ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905810.242305-13037-34190341325612/AnsiballZ_find_unused_disk.py' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[71685]: USER_CMD pid=71685 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D796B776376677577616F76716B77736A74676F716773696F6A7162696B787965203B202F7573722F62696E2F707974686F6E332E3132202F726F6F742F2E616E7369626C652F746D702F616E7369626C652D746D702D313732313930353831302E3234323330352D31333033372D33343139303334313332353631322F416E736962616C6C5A5F66696E645F756E757365645F6469736B2E7079 exe="/usr/bin/sudo" terminal=pts/0 res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[71685]: CRED_REFR pid=71685 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[71685]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[71685]: USER_START pid=71685 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com python3.12[71688]: ansible-fedora.linux_system_roles.find_unused_disk Invoked with min_size=5g max_return=10 max_size=0 match_sector_size=False with_interface=None Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[71685]: pam_unix(sudo:session): session closed for user root Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[71685]: USER_END pid=71685 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[71685]: CRED_DISP pid=71685 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71692 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71709 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71725 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71747 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71763 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_END pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGOUT pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=ssh res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_LOGIN pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: USER_START pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=/dev/pts/0 res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[1455]: CRYPTO_KEY_USER pid=1455 uid=0 auid=0 ses=5 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:c2:f4:c5:96:4b:44:1a:15:2d:d3:06:f5:c0:1d:d8:df:2e:fc:ed:b4:bd:3e:65:c8:51:66:2b:5b:60:b6:ba:7f direction=? spid=71780 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.31.44.243 terminal=? res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[71798]: USER_ACCT pid=71798 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[71798]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-wqbnqqjvbiidiztotyctpezqicmbtvsp ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1721905810.7760677-13045-4358013715190/AnsiballZ_command.py' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[71798]: USER_CMD pid=71798 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='cwd="/root" cmd=2F62696E2F7368202D63206563686F204245434F4D452D535543434553532D7771626E71716A7662696964697A746F7479637470657A7169636D6274767370203B202F7573722F62696E2F707974686F6E332E3132202F726F6F742F2E616E7369626C652F746D702F616E7369626C652D746D702D313732313930353831302E373736303637372D31333034352D343335383031333731353139302F416E736962616C6C5A5F636F6D6D616E642E7079 exe="/usr/bin/sudo" terminal=pts/0 res=success' Jul 25 07:10:10 ip-10-31-45-123.us-east-1.aws.redhat.com audit[71798]: CRED_REFR pid=71798 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:11 ip-10-31-45-123.us-east-1.aws.redhat.com sudo[71798]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Jul 25 07:10:11 ip-10-31-45-123.us-east-1.aws.redhat.com audit[71798]: USER_START pid=71798 uid=0 auid=0 ses=5 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success' Jul 25 07:10:11 ip-10-31-45-123.us-east-1.aws.redhat.com python3.12[71801]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE,LOG-SEC journalctl -ex _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None TASK [Set unused_disks if necessary] ******************************************* Thursday 25 July 2024 07:10:11 -0400 (0:00:00.575) 0:00:18.521 ********* skipping: [managed_node1] => { "changed": false, "false_condition": "'Unable to find unused disk' not in unused_disks_return.disks", "skip_reason": "Conditional result was False" } TASK [Exit playbook when there's not enough unused disks in the system] ******** Thursday 25 July 2024 07:10:11 -0400 (0:00:00.037) 0:00:18.558 ********* fatal: [managed_node1]: FAILED! => { "changed": false } MSG: Unable to find enough unused disks. Exiting playbook. PLAY RECAP ********************************************************************* managed_node1 : ok=33 changed=0 unreachable=0 failed=1 skipped=15 rescued=0 ignored=0 Thursday 25 July 2024 07:10:11 -0400 (0:00:00.024) 0:00:18.583 ********* =============================================================================== Gathering Facts --------------------------------------------------------- 2.81s fedora.linux_system_roles.storage : Get service facts ------------------- 2.76s fedora.linux_system_roles.storage : Update facts ------------------------ 2.40s fedora.linux_system_roles.storage : Make sure blivet is available ------- 1.55s Ensure test packages ---------------------------------------------------- 1.43s fedora.linux_system_roles.storage : Make sure required packages are installed --- 1.39s Gather package facts ---------------------------------------------------- 1.34s fedora.linux_system_roles.storage : Get required packages --------------- 0.74s fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 0.60s Debug why there are no unused disks ------------------------------------- 0.58s Find unused disks in the system ----------------------------------------- 0.54s fedora.linux_system_roles.storage : Check if system is ostree ----------- 0.50s fedora.linux_system_roles.storage : Check if /etc/fstab is present ------ 0.42s fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file --- 0.42s Set distribution version ------------------------------------------------ 0.11s Get unused disks -------------------------------------------------------- 0.07s Set blivet package name ------------------------------------------------- 0.06s fedora.linux_system_roles.storage : Include the appropriate provider tasks --- 0.05s Set blivet package version ---------------------------------------------- 0.05s fedora.linux_system_roles.storage : Set storage_cryptsetup_services ----- 0.04s