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-ld6 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_large_configuration.yml **************************************** 1 plays in /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_large_configuration.yml PLAY [Test for Sudo - large configuration] ************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_large_configuration.yml:2 Saturday 25 October 2025 19:24:24 -0400 (0:00:00.018) 0:00:00.018 ****** [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 [Test setup] ************************************************************** task path: /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_large_configuration.yml:7 Saturday 25 October 2025 19:24:25 -0400 (0:00:01.082) 0:00:01.100 ****** included: /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml for managed-node1 TASK [Create temp test directory] ********************************************** task path: /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:3 Saturday 25 October 2025 19:24:25 -0400 (0:00:00.017) 0:00:01.117 ****** changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/tmp/sudo_otetf5nm", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Backup sudoers] ********************************************************** task path: /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:10 Saturday 25 October 2025 19:24:26 -0400 (0:00:00.436) 0:00:01.554 ****** changed: [managed-node1] => { "changed": true, "checksum": "e7f68410087808d301bd81bc78423b1227123bf2", "dest": "/var/tmp/sudo_otetf5nm/sudoers", "gid": 0, "group": "root", "md5sum": "e46a568fe9aa73104a1781f414ca6baf", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 771, "src": "/etc/sudoers", "state": "file", "uid": 0 } TASK [Backup sudoers.d] ******************************************************** task path: /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:19 Saturday 25 October 2025 19:24:26 -0400 (0:00:00.460) 0:00:02.014 ****** changed: [managed-node1] => { "changed": true, "checksum": null, "dest": "/var/tmp/sudo_otetf5nm/sudoers.d", "gid": 0, "group": "root", "md5sum": null, "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 23, "src": "/etc/sudoers.d", "state": "directory", "uid": 0 } TASK [Run the role] ************************************************************ task path: /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_large_configuration.yml:10 Saturday 25 October 2025 19:24:26 -0400 (0:00:00.359) 0:00:02.374 ****** included: fedora.linux_system_roles.sudo for managed-node1 TASK [fedora.linux_system_roles.sudo : Set version specific variables] ********* task path: /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:2 Saturday 25 October 2025 19:24:26 -0400 (0:00:00.034) 0:00:02.409 ****** included: /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.sudo : Ensure ansible_facts used by role] ****** task path: /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:2 Saturday 25 October 2025 19:24:26 -0400 (0:00:00.021) 0:00:02.430 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__sudo_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.sudo : Check if system is ostree] ************** task path: /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:10 Saturday 25 October 2025 19:24:26 -0400 (0:00:00.033) 0:00:02.463 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.sudo : Set flag to indicate system is ostree] *** task path: /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:15 Saturday 25 October 2025 19:24:27 -0400 (0:00:00.444) 0:00:02.908 ****** ok: [managed-node1] => { "ansible_facts": { "__sudo_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.sudo : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:22 Saturday 25 October 2025 19:24:27 -0400 (0:00:00.022) 0:00:02.930 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.sudo : Set flag if transactional-update exists] *** task path: /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:27 Saturday 25 October 2025 19:24:27 -0400 (0:00:00.350) 0:00:03.281 ****** ok: [managed-node1] => { "ansible_facts": { "__sudo_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.sudo : Set platform/version specific variables] *** task path: /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:31 Saturday 25 October 2025 19:24:27 -0400 (0:00:00.022) 0:00:03.303 ****** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.sudo : Scan sudoers] *************************** task path: /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:5 Saturday 25 October 2025 19:24:27 -0400 (0:00:00.030) 0:00:03.334 ****** ok: [managed-node1] => { "ansible_facts": { "sudoers": { "all_scanned_files": [ "/etc/sudoers" ], "sudoers_files": [ { "defaults": [ "!visiblepw", "always_set_home", "match_group_by_gid", "always_query_group_plugin", "env_reset", { "secure_path": [ "/sbin", "/bin", "/usr/sbin", "/usr/bin" ] }, { "env_keep": [ "COLORS", "DISPLAY", "HOSTNAME", "HISTSIZE", "KDEDIR", "LS_COLORS", "MAIL", "PS1", "PS2", "QTDIR", "USERNAME", "LANG", "LC_ADDRESS", "LC_CTYPE", "LC_COLLATE", "LC_IDENTIFICATION", "LC_MEASUREMENT", "LC_MESSAGES", "LC_MONETARY", "LC_NAME", "LC_NUMERIC", "LC_PAPER", "LC_TELEPHONE", "LC_TIME", "LC_ALL", "LANGUAGE", "LINGUAS", "_XKB_CHARSET", "XAUTHORITY" ] } ], "include_directories": [ "/etc/sudoers.d" ], "include_files": [], "path": "/etc/sudoers", "user_specifications": [ { "commands": [ "ALL" ], "hosts": [ "ALL" ], "operators": [ "ALL" ], "users": [ "root" ] }, { "commands": [ "ALL" ], "hosts": [ "ALL" ], "operators": [ "ALL" ], "users": [ "%wheel" ] } ] } ] } }, "changed": false } TASK [fedora.linux_system_roles.sudo : Sudo is already configured - skip rest of role] *** task path: /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:12 Saturday 25 October 2025 19:24:28 -0400 (0:00:00.443) 0:00:03.777 ****** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [fedora.linux_system_roles.sudo : Ensure sudo is installed] *************** task path: /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:20 Saturday 25 October 2025 19:24:28 -0400 (0:00:00.030) 0:00:03.807 ****** 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 [Test cleanup] ************************************************************ task path: /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_large_configuration.yml:183 Saturday 25 October 2025 19:24:41 -0400 (0:00:13.339) 0:00:17.146 ****** included: /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml for managed-node1 TASK [Restore sudoers] ********************************************************* task path: /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:3 Saturday 25 October 2025 19:24:41 -0400 (0:00:00.024) 0:00:17.171 ****** changed: [managed-node1] => { "changed": true, "checksum": "e7f68410087808d301bd81bc78423b1227123bf2", "dest": "/etc/sudoers", "gid": 0, "group": "root", "md5sum": "e46a568fe9aa73104a1781f414ca6baf", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 771, "src": "/var/tmp/sudo_otetf5nm/sudoers", "state": "file", "uid": 0 } TASK [Restore sudoers.d] ******************************************************* task path: /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:12 Saturday 25 October 2025 19:24:42 -0400 (0:00:00.356) 0:00:17.527 ****** changed: [managed-node1] => { "changed": true, "checksum": null, "dest": "/etc/sudoers.d/sudoers.d", "gid": 0, "group": "root", "md5sum": null, "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 23, "src": "/var/tmp/sudo_otetf5nm/sudoers.d", "state": "directory", "uid": 0 } TASK [Clean up temp directory] ************************************************* task path: /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:21 Saturday 25 October 2025 19:24:42 -0400 (0:00:00.358) 0:00:17.886 ****** changed: [managed-node1] => { "changed": true, "path": "/var/tmp/sudo_otetf5nm", "state": "absent" } PLAY RECAP ********************************************************************* managed-node1 : ok=16 changed=6 unreachable=0 failed=1 skipped=2 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.14", "end_time": "2025-10-25T23:24:41.647442+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-25T23:24:28.313425+00:00Z", "task_name": "Ensure sudo is installed", "task_path": "/tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:20" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 25 October 2025 19:24:42 -0400 (0:00:00.443) 0:00:18.329 ****** =============================================================================== fedora.linux_system_roles.sudo : Ensure sudo is installed -------------- 13.34s /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:20 Gathering Facts --------------------------------------------------------- 1.08s /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_large_configuration.yml:2 Backup sudoers ---------------------------------------------------------- 0.46s /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:10 fedora.linux_system_roles.sudo : Check if system is ostree -------------- 0.44s /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:10 Clean up temp directory ------------------------------------------------- 0.44s /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:21 fedora.linux_system_roles.sudo : Scan sudoers --------------------------- 0.44s /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:5 Create temp test directory ---------------------------------------------- 0.44s /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:3 Backup sudoers.d -------------------------------------------------------- 0.36s /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:19 Restore sudoers.d ------------------------------------------------------- 0.36s /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:12 Restore sudoers --------------------------------------------------------- 0.36s /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:3 fedora.linux_system_roles.sudo : Check if transactional-update exists in /sbin --- 0.35s /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:22 Run the role ------------------------------------------------------------ 0.03s /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_large_configuration.yml:10 fedora.linux_system_roles.sudo : Ensure ansible_facts used by role ------ 0.03s /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:2 fedora.linux_system_roles.sudo : Set platform/version specific variables --- 0.03s /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:31 fedora.linux_system_roles.sudo : Sudo is already configured - skip rest of role --- 0.03s /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:12 Test cleanup ------------------------------------------------------------ 0.02s /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_large_configuration.yml:183 fedora.linux_system_roles.sudo : Set flag to indicate system is ostree --- 0.02s /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:15 fedora.linux_system_roles.sudo : Set flag if transactional-update exists --- 0.02s /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:27 fedora.linux_system_roles.sudo : Set version specific variables --------- 0.02s /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:2 Test setup -------------------------------------------------------------- 0.02s /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_large_configuration.yml:7 Oct 25 19:24:24 managed-node1 sshd-session[10228]: Accepted publickey for root from 10.31.46.16 port 35860 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 25 19:24:24 managed-node1 systemd-logind[607]: New session 9 of user root. ░░ Subject: A new session 9 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 9 has been created for the user root. ░░ ░░ The leading process of the session is 10228. Oct 25 19:24:24 managed-node1 systemd[1]: Started Session 9 of User root. ░░ Subject: A start job for unit session-9.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-9.scope has finished successfully. ░░ ░░ The job identifier is 1176. Oct 25 19:24:24 managed-node1 sshd-session[10228]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 25 19:24:24 managed-node1 sshd-session[10231]: Received disconnect from 10.31.46.16 port 35860:11: disconnected by user Oct 25 19:24:24 managed-node1 sshd-session[10231]: Disconnected from user root 10.31.46.16 port 35860 Oct 25 19:24:24 managed-node1 sshd-session[10228]: pam_unix(sshd:session): session closed for user root Oct 25 19:24:24 managed-node1 systemd-logind[607]: Session 9 logged out. Waiting for processes to exit. Oct 25 19:24:24 managed-node1 systemd[1]: session-9.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-9.scope has successfully entered the 'dead' state. Oct 25 19:24:24 managed-node1 systemd-logind[607]: Removed session 9. ░░ Subject: Session 9 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 9 has been terminated. Oct 25 19:24:25 managed-node1 python3.9[10429]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 25 19:24:26 managed-node1 python3.9[10604]: ansible-tempfile Invoked with path=/var/tmp prefix=sudo_ state=directory suffix= Oct 25 19:24:26 managed-node1 python3.9[10753]: ansible-ansible.legacy.copy Invoked with src=/etc/sudoers dest=/var/tmp/sudo_otetf5nm/sudoers owner=root group=root mode=0644 remote_src=True backup=False force=True follow=False unsafe_writes=False _original_basename=None content=NOT_LOGGING_PARAMETER validate=None directory_mode=None local_follow=None checksum=None seuser=None serole=None selevel=None setype=None attributes=None Oct 25 19:24:26 managed-node1 python3.9[10902]: ansible-ansible.legacy.copy Invoked with src=/etc/sudoers.d dest=/var/tmp/sudo_otetf5nm/sudoers.d owner=root group=root mode=0644 remote_src=True backup=False force=True follow=False unsafe_writes=False _original_basename=None content=NOT_LOGGING_PARAMETER validate=None directory_mode=None local_follow=None checksum=None seuser=None serole=None selevel=None setype=None attributes=None Oct 25 19:24:27 managed-node1 python3.9[11051]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 25 19:24:27 managed-node1 python3.9[11200]: ansible-stat Invoked with path=/sbin/transactional-update follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 25 19:24:28 managed-node1 python3.9[11349]: ansible-fedora.linux_system_roles.scan_sudoers Invoked with output_parsed_configs=True output_raw_configs=False Oct 25 19:24:28 managed-node1 python3.9[11498]: ansible-ansible.legacy.dnf Invoked with name=['sudo'] 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 19:24:41 managed-node1 python3.9[11704]: ansible-ansible.legacy.copy Invoked with src=/var/tmp/sudo_otetf5nm/sudoers dest=/etc/sudoers owner=root group=root mode=0644 remote_src=True backup=False force=True follow=False unsafe_writes=False _original_basename=None content=NOT_LOGGING_PARAMETER validate=None directory_mode=None local_follow=None checksum=None seuser=None serole=None selevel=None setype=None attributes=None Oct 25 19:24:42 managed-node1 python3.9[11853]: ansible-ansible.legacy.copy Invoked with src=/var/tmp/sudo_otetf5nm/sudoers.d dest=/etc/sudoers.d owner=root group=root mode=0644 remote_src=True backup=False force=True follow=False unsafe_writes=False _original_basename=None content=NOT_LOGGING_PARAMETER validate=None directory_mode=None local_follow=None checksum=None seuser=None serole=None selevel=None setype=None attributes=None Oct 25 19:24:42 managed-node1 python3.9[12002]: ansible-file Invoked with path=/var/tmp/sudo_otetf5nm state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Oct 25 19:24:42 managed-node1 sshd-session[12027]: Accepted publickey for root from 10.31.46.16 port 41566 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 25 19:24:43 managed-node1 systemd-logind[607]: New session 10 of user root. ░░ Subject: A new session 10 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 10 has been created for the user root. ░░ ░░ The leading process of the session is 12027. Oct 25 19:24:43 managed-node1 systemd[1]: Started Session 10 of User root. ░░ Subject: A start job for unit session-10.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-10.scope has finished successfully. ░░ ░░ The job identifier is 1246. Oct 25 19:24:43 managed-node1 sshd-session[12027]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 25 19:24:43 managed-node1 sshd-session[12030]: Received disconnect from 10.31.46.16 port 41566:11: disconnected by user Oct 25 19:24:43 managed-node1 sshd-session[12030]: Disconnected from user root 10.31.46.16 port 41566 Oct 25 19:24:43 managed-node1 sshd-session[12027]: pam_unix(sshd:session): session closed for user root Oct 25 19:24:43 managed-node1 systemd[1]: session-10.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-10.scope has successfully entered the 'dead' state. Oct 25 19:24:43 managed-node1 systemd-logind[607]: Session 10 logged out. Waiting for processes to exit. Oct 25 19:24:43 managed-node1 systemd-logind[607]: Removed session 10. ░░ Subject: Session 10 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 10 has been terminated. Oct 25 19:24:43 managed-node1 sshd-session[12055]: Accepted publickey for root from 10.31.46.16 port 41578 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 25 19:24:43 managed-node1 systemd-logind[607]: New session 11 of user root. ░░ Subject: A new session 11 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 11 has been created for the user root. ░░ ░░ The leading process of the session is 12055. Oct 25 19:24:43 managed-node1 systemd[1]: Started Session 11 of User root. ░░ Subject: A start job for unit session-11.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-11.scope has finished successfully. ░░ ░░ The job identifier is 1315. Oct 25 19:24:43 managed-node1 sshd-session[12055]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)