ansible-playbook [core 2.17.14] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-CNj executable location = /usr/local/bin/ansible-playbook python version = 3.12.11 (main, Aug 14 2025, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-11)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_default.yml **************************************************** 1 plays in /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_default.yml PLAY [Ensure that the role runs with default parameters] *********************** TASK [Run role with no settings] *********************************************** task path: /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_default.yml:8 Saturday 25 October 2025 04:26:53 -0400 (0:00:00.050) 0:00:00.050 ****** included: fedora.linux_system_roles.kernel_settings for managed-node1 TASK [fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values] *** task path: /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:2 Saturday 25 October 2025 04:26:53 -0400 (0:00:00.069) 0:00:00.119 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "(kernel_settings_sysctl | selectattr(\"value\", \"defined\") | selectattr(\"value\", \"sameas\", true) | list | length > 0) or (kernel_settings_sysctl | selectattr(\"value\", \"defined\") | selectattr(\"value\", \"sameas\", false) | list | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kernel_settings : Set version specific variables] *** task path: /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:9 Saturday 25 October 2025 04:26:53 -0400 (0:00:00.033) 0:00:00.153 ****** included: /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role] *** task path: /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:2 Saturday 25 October 2025 04:26:53 -0400 (0:00:00.016) 0:00:00.170 ****** [WARNING]: Platform linux on host managed-node1 is using the discovered Python interpreter at /usr/bin/python3.9, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node1] TASK [fedora.linux_system_roles.kernel_settings : Check if system is ostree] *** task path: /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:10 Saturday 25 October 2025 04:26:54 -0400 (0:00:00.743) 0:00:00.914 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree] *** task path: /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:15 Saturday 25 October 2025 04:26:55 -0400 (0:00:00.416) 0:00:01.330 ****** ok: [managed-node1] => { "ansible_facts": { "__kernel_settings_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:22 Saturday 25 October 2025 04:26:55 -0400 (0:00:00.019) 0:00:01.350 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists] *** task path: /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:27 Saturday 25 October 2025 04:26:55 -0400 (0:00:00.331) 0:00:01.681 ****** ok: [managed-node1] => { "ansible_facts": { "__kernel_settings_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.kernel_settings : Set platform/version specific variables] *** task path: /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:31 Saturday 25 October 2025 04:26:55 -0400 (0:00:00.019) 0:00:01.701 ****** ok: [managed-node1] => { "ansible_facts": { "__kernel_settings_packages": [ "tuned", "python3-configobj" ], "__kernel_settings_services": [ "tuned" ] }, "ansible_included_var_files": [ "/tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/default.yml" ], "changed": false } TASK [fedora.linux_system_roles.kernel_settings : Ensure required packages are installed] *** task path: /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 Saturday 25 October 2025 04:26:55 -0400 (0:00:00.020) 0:00:01.722 ****** fatal: [managed-node1]: FAILED! => { "changed": false, "rc": 1, "results": [] } MSG: Failed to download metadata for repo 'highavailability': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried TASK [Cleanup] ***************************************************************** task path: /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_default.yml:14 Saturday 25 October 2025 04:27:00 -0400 (0:00:04.769) 0:00:06.492 ****** included: /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml for managed-node1 TASK [Show current tuned profile settings] ************************************* task path: /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:2 Saturday 25 October 2025 04:27:00 -0400 (0:00:00.036) 0:00:06.528 ****** fatal: [managed-node1]: FAILED! => {} MSG: The task includes an option with an undefined variable.. {{ __kernel_settings_profile_dir }}/tuned.conf: {{ __kernel_settings_profile_parent }}/{{ __kernel_settings_tuned_profile }}: '__kernel_settings_profile_parent' is undefined The error appears to be in '/tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml': line 2, column 3, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: --- - name: Show current tuned profile settings ^ here ...ignoring TASK [Run role with purge to remove everything] ******************************** task path: /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:9 Saturday 25 October 2025 04:27:00 -0400 (0:00:00.019) 0:00:06.547 ****** included: fedora.linux_system_roles.kernel_settings for managed-node1 TASK [fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values] *** task path: /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:2 Saturday 25 October 2025 04:27:00 -0400 (0:00:00.061) 0:00:06.608 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "(kernel_settings_sysctl | selectattr(\"value\", \"defined\") | selectattr(\"value\", \"sameas\", true) | list | length > 0) or (kernel_settings_sysctl | selectattr(\"value\", \"defined\") | selectattr(\"value\", \"sameas\", false) | list | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kernel_settings : Set version specific variables] *** task path: /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:9 Saturday 25 October 2025 04:27:00 -0400 (0:00:00.054) 0:00:06.663 ****** included: /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role] *** task path: /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:2 Saturday 25 October 2025 04:27:00 -0400 (0:00:00.028) 0:00:06.691 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__kernel_settings_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kernel_settings : Check if system is ostree] *** task path: /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:10 Saturday 25 October 2025 04:27:00 -0400 (0:00:00.052) 0:00:06.744 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree] *** task path: /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:15 Saturday 25 October 2025 04:27:00 -0400 (0:00:00.024) 0:00:06.768 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __kernel_settings_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:22 Saturday 25 October 2025 04:27:00 -0400 (0:00:00.022) 0:00:06.791 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists] *** task path: /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:27 Saturday 25 October 2025 04:27:00 -0400 (0:00:00.024) 0:00:06.815 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __kernel_settings_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.kernel_settings : Set platform/version specific variables] *** task path: /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:31 Saturday 25 October 2025 04:27:00 -0400 (0:00:00.023) 0:00:06.839 ****** ok: [managed-node1] => { "ansible_facts": { "__kernel_settings_packages": [ "tuned", "python3-configobj" ], "__kernel_settings_services": [ "tuned" ] }, "ansible_included_var_files": [ "/tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/vars/default.yml" ], "changed": false } TASK [fedora.linux_system_roles.kernel_settings : Ensure required packages are installed] *** task path: /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 Saturday 25 October 2025 04:27:00 -0400 (0:00:00.032) 0:00:06.872 ****** fatal: [managed-node1]: FAILED! => { "changed": false, "rc": 1, "results": [] } MSG: Failed to download metadata for repo 'highavailability': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried TASK [Remove kernel_settings tuned profile] ************************************ task path: /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:36 Saturday 25 October 2025 04:27:05 -0400 (0:00:04.679) 0:00:11.551 ****** fatal: [managed-node1]: FAILED! => {} MSG: The task includes an option with an undefined variable.. {{ __kernel_settings_profile_parent }}/{{ __kernel_settings_tuned_profile }}: '__kernel_settings_profile_parent' is undefined The error appears to be in '/tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml': line 36, column 7, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: always: - name: Remove kernel_settings tuned profile ^ here PLAY RECAP ********************************************************************* managed-node1 : ok=13 changed=0 unreachable=0 failed=3 skipped=7 rescued=0 ignored=1 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.14", "end_time": "2025-10-25T08:27:00.289348+00:00Z", "host": "managed-node1", "message": "Failed to download metadata for repo 'highavailability': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried", "rc": 1, "start_time": "2025-10-25T08:26:55.523833+00:00Z", "task_name": "Ensure required packages are installed", "task_path": "/tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12" }, { "ansible_version": "2.17.14", "end_time": "2025-10-25T08:27:05.350455+00:00Z", "host": "managed-node1", "message": "Failed to download metadata for repo 'highavailability': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried", "rc": 1, "start_time": "2025-10-25T08:27:00.675884+00:00Z", "task_name": "Ensure required packages are installed", "task_path": "/tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12" }, { "ansible_version": "2.17.14", "end_time": "2025-10-25T08:27:05.363806+00:00Z", "host": "managed-node1", "message": "The task includes an option with an undefined variable.. {{ __kernel_settings_profile_parent }}/{{ __kernel_settings_tuned_profile }}: '__kernel_settings_profile_parent' is undefined\n\nThe error appears to be in '/tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml': line 36, column 7, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n always:\n - name: Remove kernel_settings tuned profile\n ^ here\n", "start_time": "2025-10-25T08:27:05.352783+00:00Z", "task_name": "Remove kernel_settings tuned profile", "task_path": "/tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:36" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 25 October 2025 04:27:05 -0400 (0:00:00.012) 0:00:11.563 ****** =============================================================================== fedora.linux_system_roles.kernel_settings : Ensure required packages are installed --- 4.77s /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 fedora.linux_system_roles.kernel_settings : Ensure required packages are installed --- 4.68s /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:12 fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role --- 0.74s /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:2 fedora.linux_system_roles.kernel_settings : Check if system is ostree --- 0.42s /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:10 fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin --- 0.33s /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:22 Run role with no settings ----------------------------------------------- 0.07s /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_default.yml:8 Run role with purge to remove everything -------------------------------- 0.06s /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tasks/cleanup.yml:9 fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values --- 0.05s /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:2 fedora.linux_system_roles.kernel_settings : Ensure ansible_facts used by role --- 0.05s /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:2 Cleanup ----------------------------------------------------------------- 0.04s /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/tests/kernel_settings/tests_default.yml:14 fedora.linux_system_roles.kernel_settings : Check sysctl settings for boolean values --- 0.03s /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:2 fedora.linux_system_roles.kernel_settings : Set platform/version specific variables --- 0.03s /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:31 fedora.linux_system_roles.kernel_settings : Set version specific variables --- 0.03s /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/main.yml:9 fedora.linux_system_roles.kernel_settings : Check if system is ostree --- 0.02s /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:10 fedora.linux_system_roles.kernel_settings : Check if transactional-update exists in /sbin --- 0.02s /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:22 fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists --- 0.02s /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:27 fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree --- 0.02s /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:15 fedora.linux_system_roles.kernel_settings : Set platform/version specific variables --- 0.02s /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:31 fedora.linux_system_roles.kernel_settings : Set flag to indicate system is ostree --- 0.02s /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:15 fedora.linux_system_roles.kernel_settings : Set flag if transactional-update exists --- 0.02s /tmp/collections-CNj/ansible_collections/fedora/linux_system_roles/roles/kernel_settings/tasks/set_vars.yml:27 Oct 25 04:26:54 managed-node1 python3.9[8427]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'distribution_version', 'os_family'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 25 04:26:55 managed-node1 python3.9[8578]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 25 04:26:55 managed-node1 python3.9[8727]: ansible-stat Invoked with path=/sbin/transactional-update follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 25 04:26:55 managed-node1 python3.9[8876]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Oct 25 04:26:56 managed-node1 python3.9[8953]: ansible-ansible.legacy.dnf Invoked with name=['tuned', 'python3-configobj'] 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 Oct 25 04:27:01 managed-node1 python3.9[9136]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Oct 25 04:27:01 managed-node1 python3.9[9213]: ansible-ansible.legacy.dnf Invoked with name=['tuned', 'python3-configobj'] 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 Oct 25 04:27:05 managed-node1 sshd-session[9272]: Accepted publickey for root from 10.31.47.220 port 57690 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 25 04:27:05 managed-node1 systemd-logind[611]: New session 12 of user root. ░░ Subject: A new session 12 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 12 has been created for the user root. ░░ ░░ The leading process of the session is 9272. Oct 25 04:27:05 managed-node1 systemd[1]: Started Session 12 of User root. ░░ Subject: A start job for unit session-12.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-12.scope has finished successfully. ░░ ░░ The job identifier is 1388. Oct 25 04:27:05 managed-node1 sshd-session[9272]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 25 04:27:05 managed-node1 sshd-session[9275]: Received disconnect from 10.31.47.220 port 57690:11: disconnected by user Oct 25 04:27:05 managed-node1 sshd-session[9275]: Disconnected from user root 10.31.47.220 port 57690 Oct 25 04:27:05 managed-node1 sshd-session[9272]: pam_unix(sshd:session): session closed for user root Oct 25 04:27:05 managed-node1 systemd[1]: session-12.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-12.scope has successfully entered the 'dead' state. Oct 25 04:27:05 managed-node1 systemd-logind[611]: Session 12 logged out. Waiting for processes to exit. Oct 25 04:27:05 managed-node1 systemd-logind[611]: Removed session 12. ░░ Subject: Session 12 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 12 has been terminated. Oct 25 04:27:05 managed-node1 sshd-session[9300]: Accepted publickey for root from 10.31.47.220 port 57704 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 25 04:27:05 managed-node1 systemd-logind[611]: New session 13 of user root. ░░ Subject: A new session 13 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 13 has been created for the user root. ░░ ░░ The leading process of the session is 9300. Oct 25 04:27:05 managed-node1 systemd[1]: Started Session 13 of User root. ░░ Subject: A start job for unit session-13.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-13.scope has finished successfully. ░░ ░░ The job identifier is 1457. Oct 25 04:27:05 managed-node1 sshd-session[9300]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)