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-ScU 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_scan_sudoers.yml *********************************************** 1 plays in /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_scan_sudoers.yml PLAY [Ensure that the role can parse existing sudoers] ************************* TASK [Test setup] ************************************************************** task path: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_scan_sudoers.yml:43 Saturday 11 October 2025 19:24:28 -0400 (0:00:00.017) 0:00:00.017 ****** included: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml for managed-node2 TASK [Create temp test directory] ********************************************** task path: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:3 Saturday 11 October 2025 19:24:28 -0400 (0:00:00.013) 0:00:00.031 ****** [WARNING]: Platform linux on host managed-node2 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. changed: [managed-node2] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3.9" }, "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/tmp/sudo_zhdi1ddg", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Backup sudoers] ********************************************************** task path: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:10 Saturday 11 October 2025 19:24:28 -0400 (0:00:00.533) 0:00:00.565 ****** changed: [managed-node2] => { "changed": true, "checksum": "e683ad5e5d8d7112d14924c11c98be7bf2ef4918", "dest": "/var/tmp/sudo_zhdi1ddg/sudoers", "gid": 0, "group": "root", "md5sum": "1b134d95a4618029ff962a63b021e1ca", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 4328, "src": "/etc/sudoers", "state": "file", "uid": 0 } TASK [Backup sudoers.d] ******************************************************** task path: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:19 Saturday 11 October 2025 19:24:29 -0400 (0:00:00.498) 0:00:01.064 ****** changed: [managed-node2] => { "changed": true, "checksum": null, "dest": "/var/tmp/sudo_zhdi1ddg/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 [Try with no spaces in alias definitions] ********************************* task path: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_scan_sudoers.yml:46 Saturday 11 October 2025 19:24:29 -0400 (0:00:00.353) 0:00:01.418 ****** changed: [managed-node2] => { "changed": true, "checksum": "b5413040e51fbde51edc2beb05afff5069808c66", "dest": "/etc/sudoers", "gid": 0, "group": "root", "md5sum": "1166f0accd7cafa59991512ee217b4e8", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 380, "src": "/root/.ansible/tmp/ansible-tmp-1760225069.8151534-9775-163699426002974/.source", "state": "file", "uid": 0 } TASK [Run the role] ************************************************************ task path: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_scan_sudoers.yml:57 Saturday 11 October 2025 19:24:30 -0400 (0:00:00.816) 0:00:02.234 ****** included: fedora.linux_system_roles.sudo for managed-node2 TASK [fedora.linux_system_roles.sudo : Set version specific variables] ********* task path: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:2 Saturday 11 October 2025 19:24:30 -0400 (0:00:00.045) 0:00:02.280 ****** included: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.sudo : Ensure ansible_facts used by role] ****** task path: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:2 Saturday 11 October 2025 19:24:30 -0400 (0:00:00.016) 0:00:02.297 ****** ok: [managed-node2] TASK [fedora.linux_system_roles.sudo : Check if system is ostree] ************** task path: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:10 Saturday 11 October 2025 19:24:31 -0400 (0:00:00.668) 0:00:02.966 ****** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.sudo : Set flag to indicate system is ostree] *** task path: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:15 Saturday 11 October 2025 19:24:31 -0400 (0:00:00.333) 0:00:03.299 ****** ok: [managed-node2] => { "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-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:22 Saturday 11 October 2025 19:24:31 -0400 (0:00:00.020) 0:00:03.320 ****** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.sudo : Set flag if transactional-update exists] *** task path: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:27 Saturday 11 October 2025 19:24:31 -0400 (0:00:00.329) 0:00:03.649 ****** ok: [managed-node2] => { "ansible_facts": { "__sudo_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.sudo : Set platform/version specific variables] *** task path: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:31 Saturday 11 October 2025 19:24:31 -0400 (0:00:00.020) 0:00:03.669 ****** skipping: [managed-node2] => (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-node2] => (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-node2] => (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-node2] => (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-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.sudo : Scan sudoers] *************************** task path: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:5 Saturday 11 October 2025 19:24:32 -0400 (0:00:00.028) 0:00:03.698 ****** ok: [managed-node2] => { "ansible_facts": { "sudoers": { "all_scanned_files": [ "/etc/sudoers" ], "sudoers_files": [ { "aliases": { "cmnd_alias": [ { "commands": [ "/usr/local/bin/my_cmd_alias.sh" ], "name": "MY_CMND_NO_SPACES" }, { "commands": [ "/usr/local/bin/my_cmd_alias.sh" ], "name": "MY_CMND_SPACES" } ], "host_alias": [ { "hosts": [ "myhostalias.example.com" ], "name": "MY_HOST_NO_SPACES" }, { "hosts": [ "myhostalias.example.com" ], "name": "MY_HOST_SPACES" } ], "runas_alias": [ { "name": "MY_RUNAS_NO_SPACES", "users": [ "myrunasuser" ] }, { "name": "MY_RUNAS_SPACES", "users": [ "myrunasuser" ] } ], "user_alias": [ { "name": "MY_USER_NO_SPACES", "users": [ "myuser" ] }, { "name": "MY_USER_SPACES", "users": [ "myuser" ] } ] }, "path": "/etc/sudoers", "user_specifications": [] } ] } }, "changed": false } TASK [fedora.linux_system_roles.sudo : Sudo is already configured - skip rest of role] *** task path: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:12 Saturday 11 October 2025 19:24:32 -0400 (0:00:00.438) 0:00:04.137 ****** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.sudo : Ensure sudo is installed] *************** task path: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:20 Saturday 11 October 2025 19:24:32 -0400 (0:00:00.032) 0:00:04.169 ****** fatal: [managed-node2]: 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-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_scan_sudoers.yml:100 Saturday 11 October 2025 19:24:37 -0400 (0:00:05.058) 0:00:09.227 ****** included: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml for managed-node2 TASK [Restore sudoers] ********************************************************* task path: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:3 Saturday 11 October 2025 19:24:37 -0400 (0:00:00.019) 0:00:09.247 ****** changed: [managed-node2] => { "changed": true, "checksum": "e683ad5e5d8d7112d14924c11c98be7bf2ef4918", "dest": "/etc/sudoers", "gid": 0, "group": "root", "md5sum": "1b134d95a4618029ff962a63b021e1ca", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 4328, "src": "/var/tmp/sudo_zhdi1ddg/sudoers", "state": "file", "uid": 0 } TASK [Restore sudoers.d] ******************************************************* task path: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:12 Saturday 11 October 2025 19:24:37 -0400 (0:00:00.336) 0:00:09.583 ****** changed: [managed-node2] => { "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_zhdi1ddg/sudoers.d", "state": "directory", "uid": 0 } TASK [Clean up temp directory] ************************************************* task path: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:21 Saturday 11 October 2025 19:24:38 -0400 (0:00:00.333) 0:00:09.916 ****** changed: [managed-node2] => { "changed": true, "path": "/var/tmp/sudo_zhdi1ddg", "state": "absent" } PLAY RECAP ********************************************************************* managed-node2 : ok=17 changed=7 unreachable=0 failed=1 skipped=1 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.14", "end_time": "2025-10-11T23:24:37.534461+00:00Z", "host": "managed-node2", "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-11T23:24:32.478513+00:00Z", "task_name": "Ensure sudo is installed", "task_path": "/tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:20" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 11 October 2025 19:24:38 -0400 (0:00:00.419) 0:00:10.335 ****** =============================================================================== fedora.linux_system_roles.sudo : Ensure sudo is installed --------------- 5.06s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:20 Try with no spaces in alias definitions --------------------------------- 0.82s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_scan_sudoers.yml:46 fedora.linux_system_roles.sudo : Ensure ansible_facts used by role ------ 0.67s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:2 Create temp test directory ---------------------------------------------- 0.53s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:3 Backup sudoers ---------------------------------------------------------- 0.50s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:10 fedora.linux_system_roles.sudo : Scan sudoers --------------------------- 0.44s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:5 Clean up temp directory ------------------------------------------------- 0.42s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:21 Backup sudoers.d -------------------------------------------------------- 0.35s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:19 Restore sudoers --------------------------------------------------------- 0.34s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:3 fedora.linux_system_roles.sudo : Check if system is ostree -------------- 0.33s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:10 Restore sudoers.d ------------------------------------------------------- 0.33s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:12 fedora.linux_system_roles.sudo : Check if transactional-update exists in /sbin --- 0.33s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:22 Run the role ------------------------------------------------------------ 0.05s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_scan_sudoers.yml:57 fedora.linux_system_roles.sudo : Sudo is already configured - skip rest of role --- 0.03s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:12 fedora.linux_system_roles.sudo : Set platform/version specific variables --- 0.03s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:31 fedora.linux_system_roles.sudo : Set flag to indicate system is ostree --- 0.02s /tmp/collections-ScU/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-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:27 Test cleanup ------------------------------------------------------------ 0.02s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_scan_sudoers.yml:100 fedora.linux_system_roles.sudo : Set version specific variables --------- 0.02s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:2 Test setup -------------------------------------------------------------- 0.01s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_scan_sudoers.yml:43 Oct 11 19:24:28 managed-node2 python3.9[11481]: ansible-tempfile Invoked with path=/var/tmp prefix=sudo_ state=directory suffix= Oct 11 19:24:29 managed-node2 python3.9[11630]: ansible-ansible.legacy.copy Invoked with src=/etc/sudoers dest=/var/tmp/sudo_zhdi1ddg/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 11 19:24:29 managed-node2 python3.9[11779]: ansible-ansible.legacy.copy Invoked with src=/etc/sudoers.d dest=/var/tmp/sudo_zhdi1ddg/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 11 19:24:30 managed-node2 python3.9[11928]: ansible-ansible.legacy.stat Invoked with path=/etc/sudoers follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Oct 11 19:24:30 managed-node2 python3.9[12050]: ansible-ansible.legacy.copy Invoked with dest=/etc/sudoers mode=0600 src=/root/.ansible/tmp/ansible-tmp-1760225069.8151534-9775-163699426002974/.source _original_basename=.q_89sumh follow=False checksum=b5413040e51fbde51edc2beb05afff5069808c66 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Oct 11 19:24:31 managed-node2 python3.9[12199]: 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 11 19:24:31 managed-node2 python3.9[12350]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 11 19:24:31 managed-node2 python3.9[12499]: ansible-stat Invoked with path=/sbin/transactional-update follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 11 19:24:32 managed-node2 python3.9[12648]: ansible-fedora.linux_system_roles.scan_sudoers Invoked with output_parsed_configs=True output_raw_configs=False Oct 11 19:24:32 managed-node2 python3.9[12797]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Oct 11 19:24:33 managed-node2 python3.9[12874]: 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 11 19:24:37 managed-node2 python3.9[13056]: ansible-ansible.legacy.copy Invoked with src=/var/tmp/sudo_zhdi1ddg/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 11 19:24:38 managed-node2 python3.9[13205]: ansible-ansible.legacy.copy Invoked with src=/var/tmp/sudo_zhdi1ddg/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 11 19:24:38 managed-node2 python3.9[13354]: ansible-file Invoked with path=/var/tmp/sudo_zhdi1ddg 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 11 19:24:38 managed-node2 sshd-session[13379]: Accepted publickey for root from 10.31.47.129 port 49838 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 11 19:24:38 managed-node2 systemd-logind[597]: 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 13379. Oct 11 19:24:38 managed-node2 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 11 19:24:38 managed-node2 sshd-session[13379]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 11 19:24:38 managed-node2 sshd-session[13382]: Received disconnect from 10.31.47.129 port 49838:11: disconnected by user Oct 11 19:24:38 managed-node2 sshd-session[13382]: Disconnected from user root 10.31.47.129 port 49838 Oct 11 19:24:38 managed-node2 sshd-session[13379]: pam_unix(sshd:session): session closed for user root Oct 11 19:24:38 managed-node2 systemd[1]: session-13.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-13.scope has successfully entered the 'dead' state. Oct 11 19:24:38 managed-node2 systemd-logind[597]: Session 13 logged out. Waiting for processes to exit. Oct 11 19:24:38 managed-node2 systemd-logind[597]: Removed session 13. ░░ Subject: Session 13 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 13 has been terminated. Oct 11 19:24:38 managed-node2 sshd-session[13407]: Accepted publickey for root from 10.31.47.129 port 49846 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 11 19:24:38 managed-node2 systemd-logind[597]: New session 14 of user root. ░░ Subject: A new session 14 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 14 has been created for the user root. ░░ ░░ The leading process of the session is 13407. Oct 11 19:24:38 managed-node2 systemd[1]: Started Session 14 of User root. ░░ Subject: A start job for unit session-14.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-14.scope has finished successfully. ░░ ░░ The job identifier is 1526. Oct 11 19:24:38 managed-node2 sshd-session[13407]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)