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_default.yml **************************************************** 1 plays in /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_default.yml PLAY [Ensure that the role runs with default parameters] *********************** TASK [Test setup] ************************************************************** task path: /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_default.yml:9 Saturday 11 October 2025 19:23:54 -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:23:54 -0400 (0:00:00.034) 0:00:00.052 ****** [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_d0tzyaf0", "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:23:56 -0400 (0:00:01.704) 0:00:01.756 ****** changed: [managed-node2] => { "changed": true, "checksum": "e683ad5e5d8d7112d14924c11c98be7bf2ef4918", "dest": "/var/tmp/sudo_d0tzyaf0/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:23:57 -0400 (0:00:00.460) 0:00:02.217 ****** changed: [managed-node2] => { "changed": true, "checksum": null, "dest": "/var/tmp/sudo_d0tzyaf0/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-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_default.yml:13 Saturday 11 October 2025 19:23:57 -0400 (0:00:00.352) 0:00:02.569 ****** 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:23:57 -0400 (0:00:00.087) 0:00:02.657 ****** 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:23:57 -0400 (0:00:00.017) 0:00:02.675 ****** 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:23:58 -0400 (0:00:00.698) 0:00:03.373 ****** 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:23:58 -0400 (0:00:00.439) 0:00:03.813 ****** 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:23:58 -0400 (0:00:00.029) 0:00:03.842 ****** 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:23:58 -0400 (0:00:00.342) 0:00:04.185 ****** 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:23:59 -0400 (0:00:00.030) 0:00:04.215 ****** 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:23:59 -0400 (0:00:00.046) 0:00:04.262 ****** ok: [managed-node2] => { "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-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:12 Saturday 11 October 2025 19:23:59 -0400 (0:00:00.431) 0:00:04.693 ****** 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:23:59 -0400 (0:00:00.055) 0:00:04.748 ****** 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_default.yml:33 Saturday 11 October 2025 19:24:13 -0400 (0:00:14.154) 0:00:18.903 ****** 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:13 -0400 (0:00:00.023) 0:00:18.926 ****** 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_d0tzyaf0/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:14 -0400 (0:00:00.331) 0:00:19.258 ****** 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_d0tzyaf0/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:14 -0400 (0:00:00.329) 0:00:19.588 ****** changed: [managed-node2] => { "changed": true, "path": "/var/tmp/sudo_d0tzyaf0", "state": "absent" } PLAY RECAP ********************************************************************* managed-node2 : ok=16 changed=6 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:13.700830+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:23:59.550096+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:14 -0400 (0:00:00.419) 0:00:20.007 ****** =============================================================================== fedora.linux_system_roles.sudo : Ensure sudo is installed -------------- 14.15s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:20 Create temp test directory ---------------------------------------------- 1.70s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:3 fedora.linux_system_roles.sudo : Ensure ansible_facts used by role ------ 0.70s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:2 Backup sudoers ---------------------------------------------------------- 0.46s /tmp/collections-ScU/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-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:10 fedora.linux_system_roles.sudo : Scan sudoers --------------------------- 0.43s /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 fedora.linux_system_roles.sudo : Check if transactional-update exists in /sbin --- 0.34s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:22 Restore sudoers --------------------------------------------------------- 0.33s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:3 Restore sudoers.d ------------------------------------------------------- 0.33s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:12 Run the role ------------------------------------------------------------ 0.09s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_default.yml:13 fedora.linux_system_roles.sudo : Sudo is already configured - skip rest of role --- 0.06s /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.05s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:31 Test setup -------------------------------------------------------------- 0.03s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_default.yml:9 fedora.linux_system_roles.sudo : Set flag if transactional-update exists --- 0.03s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:27 fedora.linux_system_roles.sudo : Set flag to indicate system is ostree --- 0.03s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:15 Test cleanup ------------------------------------------------------------ 0.02s /tmp/collections-ScU/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_default.yml:33 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 Oct 11 19:23:54 managed-node2 sshd-session[7623]: Accepted publickey for root from 10.31.47.129 port 42706 ssh2: ECDSA SHA256:4iv5KS8krxyXMGzjlR9ZVtnrbNs1hsqayN9NE/U4/OI Oct 11 19:23:54 managed-node2 systemd-logind[597]: New session 8 of user root. ░░ Subject: A new session 8 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 8 has been created for the user root. ░░ ░░ The leading process of the session is 7623. Oct 11 19:23:54 managed-node2 systemd[1]: Started Session 8 of User root. ░░ Subject: A start job for unit session-8.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-8.scope has finished successfully. ░░ ░░ The job identifier is 1111. Oct 11 19:23:54 managed-node2 sshd-session[7623]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 11 19:23:56 managed-node2 python3.9[7800]: ansible-tempfile Invoked with path=/var/tmp prefix=sudo_ state=directory suffix= Oct 11 19:23:56 managed-node2 python3.9[7949]: ansible-ansible.legacy.copy Invoked with src=/etc/sudoers dest=/var/tmp/sudo_d0tzyaf0/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:23:57 managed-node2 python3.9[8098]: ansible-ansible.legacy.copy Invoked with src=/etc/sudoers.d dest=/var/tmp/sudo_d0tzyaf0/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:23:58 managed-node2 python3.9[8247]: 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:23:58 managed-node2 python3.9[8398]: 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:23:58 managed-node2 python3.9[8547]: 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:23:59 managed-node2 python3.9[8696]: ansible-fedora.linux_system_roles.scan_sudoers Invoked with output_parsed_configs=True output_raw_configs=False Oct 11 19:23:59 managed-node2 python3.9[8845]: 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:00 managed-node2 python3.9[8922]: 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:14 managed-node2 python3.9[9126]: ansible-ansible.legacy.copy Invoked with src=/var/tmp/sudo_d0tzyaf0/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:14 managed-node2 python3.9[9275]: ansible-ansible.legacy.copy Invoked with src=/var/tmp/sudo_d0tzyaf0/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:14 managed-node2 python3.9[9424]: ansible-file Invoked with path=/var/tmp/sudo_d0tzyaf0 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:14 managed-node2 sshd-session[9449]: Accepted publickey for root from 10.31.47.129 port 42572 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 11 19:24:14 managed-node2 systemd-logind[597]: 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 9449. Oct 11 19:24:14 managed-node2 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 1181. Oct 11 19:24:14 managed-node2 sshd-session[9449]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 11 19:24:15 managed-node2 sshd-session[9452]: Received disconnect from 10.31.47.129 port 42572:11: disconnected by user Oct 11 19:24:15 managed-node2 sshd-session[9452]: Disconnected from user root 10.31.47.129 port 42572 Oct 11 19:24:15 managed-node2 sshd-session[9449]: pam_unix(sshd:session): session closed for user root Oct 11 19:24:15 managed-node2 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 11 19:24:15 managed-node2 systemd-logind[597]: Session 9 logged out. Waiting for processes to exit. Oct 11 19:24:15 managed-node2 systemd-logind[597]: 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 11 19:24:15 managed-node2 sshd-session[9477]: Accepted publickey for root from 10.31.47.129 port 42588 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 11 19:24:15 managed-node2 systemd-logind[597]: 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 9477. Oct 11 19:24:15 managed-node2 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 1250. Oct 11 19:24:15 managed-node2 sshd-session[9477]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)