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_default.yml **************************************************** 1 plays in /tmp/collections-ld6/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-ld6/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_default.yml:9 Saturday 25 October 2025 19:24:13 -0400 (0:00:00.017) 0:00:00.017 ****** included: /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml for managed-node2 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:13 -0400 (0:00:00.034) 0:00:00.051 ****** [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_s4b5vw6v", "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:15 -0400 (0:00:01.695) 0:00:01.747 ****** changed: [managed-node2] => { "changed": true, "checksum": "e683ad5e5d8d7112d14924c11c98be7bf2ef4918", "dest": "/var/tmp/sudo_s4b5vw6v/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-ld6/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:19 Saturday 25 October 2025 19:24:15 -0400 (0:00:00.469) 0:00:02.217 ****** changed: [managed-node2] => { "changed": true, "checksum": null, "dest": "/var/tmp/sudo_s4b5vw6v/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_default.yml:13 Saturday 25 October 2025 19:24:15 -0400 (0:00:00.357) 0:00:02.575 ****** included: fedora.linux_system_roles.sudo for managed-node2 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:16 -0400 (0:00:00.099) 0:00:02.674 ****** included: /tmp/collections-ld6/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-ld6/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:2 Saturday 25 October 2025 19:24:16 -0400 (0:00:00.017) 0:00:02.691 ****** ok: [managed-node2] 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:16 -0400 (0:00:00.685) 0:00:03.376 ****** 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-ld6/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:15 Saturday 25 October 2025 19:24:17 -0400 (0:00:00.428) 0:00:03.804 ****** 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-ld6/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:22 Saturday 25 October 2025 19:24:17 -0400 (0:00:00.023) 0:00:03.827 ****** ok: [managed-node2] => { "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:17 -0400 (0:00:00.345) 0:00:04.173 ****** 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-ld6/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:31 Saturday 25 October 2025 19:24:17 -0400 (0:00:00.024) 0:00:04.197 ****** 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-ld6/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:5 Saturday 25 October 2025 19:24:17 -0400 (0:00:00.030) 0:00:04.228 ****** 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-ld6/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:12 Saturday 25 October 2025 19:24:18 -0400 (0:00:00.466) 0:00:04.694 ****** 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-ld6/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:20 Saturday 25 October 2025 19:24:18 -0400 (0:00:00.046) 0:00:04.741 ****** 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-ld6/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_default.yml:33 Saturday 25 October 2025 19:24:32 -0400 (0:00:13.975) 0:00:18.717 ****** included: /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml for managed-node2 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:32 -0400 (0:00:00.024) 0:00:18.741 ****** 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_s4b5vw6v/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:32 -0400 (0:00:00.339) 0:00:19.081 ****** 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_s4b5vw6v/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:32 -0400 (0:00:00.342) 0:00:19.424 ****** changed: [managed-node2] => { "changed": true, "path": "/var/tmp/sudo_s4b5vw6v", "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-25T23:24:32.078735+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-25T23:24:18.106437+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:33 -0400 (0:00:00.426) 0:00:19.851 ****** =============================================================================== fedora.linux_system_roles.sudo : Ensure sudo is installed -------------- 13.98s /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:20 Create temp test directory ---------------------------------------------- 1.70s /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:3 fedora.linux_system_roles.sudo : Ensure ansible_facts used by role ------ 0.69s /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:2 Backup sudoers ---------------------------------------------------------- 0.47s /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/setup.yml:10 fedora.linux_system_roles.sudo : Scan sudoers --------------------------- 0.47s /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:5 fedora.linux_system_roles.sudo : Check if system is ostree -------------- 0.43s /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:10 Clean up temp directory ------------------------------------------------- 0.43s /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:21 Backup sudoers.d -------------------------------------------------------- 0.36s /tmp/collections-ld6/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.35s /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:22 Restore sudoers.d ------------------------------------------------------- 0.34s /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:12 Restore sudoers --------------------------------------------------------- 0.34s /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/tests/sudo/tasks/cleanup.yml:3 Run the role ------------------------------------------------------------ 0.10s /tmp/collections-ld6/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.05s /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:12 Test setup -------------------------------------------------------------- 0.03s /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_default.yml:9 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 : Set flag if transactional-update exists --- 0.02s /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/set_vars.yml:27 Test cleanup ------------------------------------------------------------ 0.02s /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/tests/sudo/tests_default.yml:33 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 version specific variables --------- 0.02s /tmp/collections-ld6/ansible_collections/fedora/linux_system_roles/roles/sudo/tasks/main.yml:2 Oct 25 19:24:13 managed-node2 sshd-session[7414]: Accepted publickey for root from 10.31.46.16 port 49734 ssh2: ECDSA SHA256:Y6XjwPlt7wZm6sNnpa0nQvKHiPk+BhdwrxOcCvWqvLA Oct 25 19:24:13 managed-node2 systemd-logind[610]: New session 7 of user root. ░░ Subject: A new session 7 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 7 has been created for the user root. ░░ ░░ The leading process of the session is 7414. Oct 25 19:24:13 managed-node2 systemd[1]: Started Session 7 of User root. ░░ Subject: A start job for unit session-7.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-7.scope has finished successfully. ░░ ░░ The job identifier is 1038. Oct 25 19:24:13 managed-node2 sshd-session[7414]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 25 19:24:15 managed-node2 python3.9[7591]: ansible-tempfile Invoked with path=/var/tmp prefix=sudo_ state=directory suffix= Oct 25 19:24:15 managed-node2 python3.9[7740]: ansible-ansible.legacy.copy Invoked with src=/etc/sudoers dest=/var/tmp/sudo_s4b5vw6v/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:15 managed-node2 python3.9[7889]: ansible-ansible.legacy.copy Invoked with src=/etc/sudoers.d dest=/var/tmp/sudo_s4b5vw6v/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:16 managed-node2 python3.9[8038]: 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 19:24:17 managed-node2 python3.9[8189]: 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:17 managed-node2 python3.9[8338]: 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:18 managed-node2 python3.9[8487]: ansible-fedora.linux_system_roles.scan_sudoers Invoked with output_parsed_configs=True output_raw_configs=False Oct 25 19:24:18 managed-node2 python3.9[8636]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Oct 25 19:24:19 managed-node2 python3.9[8713]: 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:32 managed-node2 python3.9[8919]: ansible-ansible.legacy.copy Invoked with src=/var/tmp/sudo_s4b5vw6v/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:32 managed-node2 python3.9[9068]: ansible-ansible.legacy.copy Invoked with src=/var/tmp/sudo_s4b5vw6v/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:33 managed-node2 python3.9[9217]: ansible-file Invoked with path=/var/tmp/sudo_s4b5vw6v 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:33 managed-node2 sshd-session[9242]: Accepted publickey for root from 10.31.46.16 port 45982 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 25 19:24:33 managed-node2 systemd-logind[610]: 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 9242. Oct 25 19:24:33 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 1108. Oct 25 19:24:33 managed-node2 sshd-session[9242]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 25 19:24:33 managed-node2 sshd-session[9245]: Received disconnect from 10.31.46.16 port 45982:11: disconnected by user Oct 25 19:24:33 managed-node2 sshd-session[9245]: Disconnected from user root 10.31.46.16 port 45982 Oct 25 19:24:33 managed-node2 sshd-session[9242]: pam_unix(sshd:session): session closed for user root Oct 25 19:24:33 managed-node2 systemd[1]: session-8.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-8.scope has successfully entered the 'dead' state. Oct 25 19:24:33 managed-node2 systemd-logind[610]: Session 8 logged out. Waiting for processes to exit. Oct 25 19:24:33 managed-node2 systemd-logind[610]: Removed session 8. ░░ Subject: Session 8 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 8 has been terminated. Oct 25 19:24:33 managed-node2 sshd-session[9270]: Accepted publickey for root from 10.31.46.16 port 45986 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 25 19:24:33 managed-node2 systemd-logind[610]: 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 9270. Oct 25 19:24:33 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 1177. Oct 25 19:24:33 managed-node2 sshd-session[9270]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)