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-mbV 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_tls_2022.yml *************************************************** 2 plays in /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_tls_2022.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_tls_2022.yml:5 Friday 10 October 2025 21:17:59 -0400 (0:00:00.026) 0:00:00.026 ******** ok: [managed-node4] => { "ansible_facts": { "mssql_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n66336361663164656232326461653662643537386337346563613939356466313835383235313234\n3634333565616161316639666662613564353237653663610a616639306439653033386664303839\n30663030636161326137656235636230356162373234386461363632353863393161353035316162\n3664353366373231360a343334326337353861366233656330363634353164316434616561333161\n3234\n" } }, "ansible_included_var_files": [ "/tmp/mssql-u3N/tests/vars/vault-variables.yml" ], "changed": false } PLAY [Ensure that tls encryption configuration works] ************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_tls_2022.yml:9 Friday 10 October 2025 21:17:59 -0400 (0:00:00.018) 0:00:00.045 ******** [WARNING]: Platform linux on host managed-node4 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-node4] TASK [Run tests_tls with SQL Server 2022] ************************************** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_tls_2022.yml:28 Friday 10 October 2025 21:18:00 -0400 (0:00:01.328) 0:00:01.373 ******** included: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml for managed-node4 TASK [Assert fail on EL 7 with version = 2022 and EL 9 with version != 2022] *** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:2 Friday 10 October 2025 21:18:00 -0400 (0:00:00.107) 0:00:01.480 ******** included: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml for managed-node4 TASK [Ensure ansible_facts to get ansible_distribution] ************************ task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml:2 Friday 10 October 2025 21:18:00 -0400 (0:00:00.073) 0:00:01.554 ******** ok: [managed-node4] TASK [Run the role] ************************************************************ task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml:16 Friday 10 October 2025 21:18:01 -0400 (0:00:00.595) 0:00:02.149 ******** skipping: [managed-node4] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS', 'RedHat'] and ansible_distribution_major_version is version('7', '=') and mssql_version | int == 2022) or (((ansible_distribution in ['CentOS', 'RedHat'] and ansible_distribution_major_version is version('9', '=')) or (ansible_distribution in ['Fedora'])) and mssql_version | int != 2022)", "skip_reason": "Conditional result was False" } TASK [Unreachable task] ******************************************************** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml:23 Friday 10 October 2025 21:18:01 -0400 (0:00:00.104) 0:00:02.253 ******** skipping: [managed-node4] => { "changed": false, "false_condition": "(ansible_distribution in ['CentOS', 'RedHat'] and ansible_distribution_major_version is version('7', '=') and mssql_version | int == 2022) or (((ansible_distribution in ['CentOS', 'RedHat'] and ansible_distribution_major_version is version('9', '=')) or (ansible_distribution in ['Fedora'])) and mssql_version | int != 2022)", "skip_reason": "Conditional result was False" } TASK [Ensure the openssl package] ********************************************** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:5 Friday 10 October 2025 21:18:01 -0400 (0:00:00.071) 0:00:02.325 ******** fatal: [managed-node4]: 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 [Clean up after the role invocation] ************************************** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_tls_2022.yml:31 Friday 10 October 2025 21:18:05 -0400 (0:00:04.233) 0:00:06.559 ******** included: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml for managed-node4 TASK [Gather package facts] **************************************************** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:3 Friday 10 October 2025 21:18:05 -0400 (0:00:00.034) 0:00:06.593 ******** ok: [managed-node4] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Set role variables needed for cleanup] *********************************** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:7 Friday 10 October 2025 21:18:06 -0400 (0:00:00.978) 0:00:07.572 ******** included: fedora.linux_system_roles.mssql for managed-node4 TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts used by role] ***** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Friday 10 October 2025 21:18:06 -0400 (0:00:00.058) 0:00:07.630 ******** skipping: [managed-node4] => { "changed": false, "false_condition": "__mssql_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set platform/version specific variables] *** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Friday 10 October 2025 21:18:06 -0400 (0:00:00.051) 0:00:07.682 ******** ok: [managed-node4] => (item=RedHat.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/9/prod/", "__mssql_confined_supported": true, "__mssql_server_repository": "https://packages.microsoft.com/rhel/9/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2022 ], "__mssql_tuned_supported": true }, "ansible_included_var_files": [ "/tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node4] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__mssql_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node4] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__mssql_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node4] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__mssql_vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Run systemctl] ************************* task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:22 Friday 10 October 2025 21:18:06 -0400 (0:00:00.047) 0:00:07.730 ******** ok: [managed-node4] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.008023", "end": "2025-10-10 21:18:07.095080", "failed_when_result": false, "rc": 0, "start": "2025-10-10 21:18:07.087057" } STDOUT: running TASK [fedora.linux_system_roles.mssql : Require installed systemd] ************* task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:29 Friday 10 October 2025 21:18:07 -0400 (0:00:00.450) 0:00:08.180 ******** skipping: [managed-node4] => { "changed": false, "false_condition": "\"No such file or directory\" in __is_system_running.msg | d(\"\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:34 Friday 10 October 2025 21:18:07 -0400 (0:00:00.051) 0:00:08.231 ******** ok: [managed-node4] => { "ansible_facts": { "__mssql_is_booted": true }, "changed": false } TASK [Purge cluster configuration] ********************************************* task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:13 Friday 10 October 2025 21:18:07 -0400 (0:00:00.055) 0:00:08.287 ******** skipping: [managed-node4] => { "changed": false, "false_condition": "ansible_facts.packages.pcs is defined", "skip_reason": "Conditional result was False" } TASK [Debug ansible_python_version] ******************************************** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:21 Friday 10 October 2025 21:18:07 -0400 (0:00:00.036) 0:00:08.324 ******** ok: [managed-node4] => { "ansible_python_version": "3.9.23" } TASK [Purge firewall configuration] ******************************************** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:25 Friday 10 October 2025 21:18:07 -0400 (0:00:00.029) 0:00:08.354 ******** included: fedora.linux_system_roles.firewall for managed-node4 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Friday 10 October 2025 21:18:07 -0400 (0:00:00.084) 0:00:08.438 ******** included: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node4 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Friday 10 October 2025 21:18:07 -0400 (0:00:00.075) 0:00:08.514 ******** skipping: [managed-node4] => { "changed": false, "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Friday 10 October 2025 21:18:07 -0400 (0:00:00.051) 0:00:08.565 ******** ok: [managed-node4] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Friday 10 October 2025 21:18:07 -0400 (0:00:00.428) 0:00:08.994 ******** ok: [managed-node4] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Friday 10 October 2025 21:18:08 -0400 (0:00:00.036) 0:00:09.030 ******** ok: [managed-node4] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Friday 10 October 2025 21:18:08 -0400 (0:00:00.345) 0:00:09.375 ******** ok: [managed-node4] => { "ansible_facts": { "__firewall_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Friday 10 October 2025 21:18:08 -0400 (0:00:00.036) 0:00:09.412 ******** ok: [managed-node4] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.008506", "end": "2025-10-10 21:18:08.681389", "failed_when_result": false, "rc": 0, "start": "2025-10-10 21:18:08.672883" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Friday 10 October 2025 21:18:08 -0400 (0:00:00.354) 0:00:09.766 ******** skipping: [managed-node4] => { "changed": false, "false_condition": "\"No such file or directory\" in __is_system_running.msg | d(\"\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Friday 10 October 2025 21:18:08 -0400 (0:00:00.050) 0:00:09.817 ******** ok: [managed-node4] => { "ansible_facts": { "__firewall_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 Friday 10 October 2025 21:18:08 -0400 (0:00:00.035) 0:00:09.852 ******** fatal: [managed-node4]: 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 PLAY RECAP ********************************************************************* managed-node4 : ok=20 changed=0 unreachable=0 failed=2 skipped=7 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.14", "end_time": "2025-10-11T01:18:05.532664+00:00Z", "host": "managed-node4", "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-11T01:18:01.305013+00:00Z", "task_name": "Ensure the openssl package", "task_path": "/tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:5" }, { "ansible_version": "2.17.14", "end_time": "2025-10-11T01:18:12.550242+00:00Z", "host": "managed-node4", "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-11T01:18:08.830966+00:00Z", "task_name": "Install firewalld", "task_path": "/tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Friday 10 October 2025 21:18:12 -0400 (0:00:03.721) 0:00:13.573 ******** =============================================================================== Ensure the openssl package ---------------------------------------------- 4.23s /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:5 fedora.linux_system_roles.firewall : Install firewalld ------------------ 3.72s /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 Gathering Facts --------------------------------------------------------- 1.33s /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_tls_2022.yml:9 Gather package facts ---------------------------------------------------- 0.98s /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:3 Ensure ansible_facts to get ansible_distribution ------------------------ 0.60s /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml:2 fedora.linux_system_roles.mssql : Run systemctl ------------------------- 0.45s /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:22 fedora.linux_system_roles.firewall : Check if system is ostree ---------- 0.43s /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 fedora.linux_system_roles.firewall : Run systemctl ---------------------- 0.35s /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin --- 0.35s /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Run tests_tls with SQL Server 2022 -------------------------------------- 0.11s /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_tls_2022.yml:28 Run the role ------------------------------------------------------------ 0.10s /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml:16 Purge firewall configuration -------------------------------------------- 0.08s /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:25 fedora.linux_system_roles.firewall : Setup firewalld -------------------- 0.08s /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Assert fail on EL 7 with version = 2022 and EL 9 with version != 2022 --- 0.07s /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_tls.yml:2 Unreachable task -------------------------------------------------------- 0.07s /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml:23 Set role variables needed for cleanup ----------------------------------- 0.06s /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:7 fedora.linux_system_roles.mssql : Set flag to indicate that systemd runtime operations are available --- 0.06s /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:34 fedora.linux_system_roles.mssql : Ensure ansible_facts used by role ----- 0.05s /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 fedora.linux_system_roles.firewall : Ensure ansible_facts used by role --- 0.05s /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 fedora.linux_system_roles.mssql : Require installed systemd ------------- 0.05s /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:29 Oct 10 21:17:59 managed-node4 python3.9[17720]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 10 21:18:01 managed-node4 python3.9[17897]: ansible-setup Invoked with gather_subset=['min'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 10 21:18:01 managed-node4 python3.9[18050]: ansible-ansible.legacy.dnf Invoked with name=['openssl'] 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 10 21:18:07 managed-node4 python3.9[18381]: ansible-ansible.legacy.command Invoked with _raw_params=systemctl is-system-running _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 10 21:18:07 managed-node4 python3.9[18531]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 10 21:18:08 managed-node4 python3.9[18680]: ansible-stat Invoked with path=/sbin/transactional-update follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 10 21:18:08 managed-node4 python3.9[18829]: ansible-ansible.legacy.command Invoked with _raw_params=systemctl is-system-running _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Oct 10 21:18:09 managed-node4 python3.9[18979]: ansible-ansible.legacy.dnf Invoked with name=['firewalld'] 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 10 21:18:12 managed-node4 sshd-session[19037]: Accepted publickey for root from 10.31.40.226 port 47550 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 10 21:18:12 managed-node4 systemd-logind[637]: New session 21 of user root. ░░ Subject: A new session 21 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 21 has been created for the user root. ░░ ░░ The leading process of the session is 19037. Oct 10 21:18:12 managed-node4 systemd[1]: Started Session 21 of User root. ░░ Subject: A start job for unit session-21.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-21.scope has finished successfully. ░░ ░░ The job identifier is 2006. Oct 10 21:18:12 managed-node4 sshd-session[19037]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 10 21:18:12 managed-node4 sshd-session[19040]: Received disconnect from 10.31.40.226 port 47550:11: disconnected by user Oct 10 21:18:12 managed-node4 sshd-session[19040]: Disconnected from user root 10.31.40.226 port 47550 Oct 10 21:18:12 managed-node4 sshd-session[19037]: pam_unix(sshd:session): session closed for user root Oct 10 21:18:12 managed-node4 systemd[1]: session-21.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-21.scope has successfully entered the 'dead' state. Oct 10 21:18:12 managed-node4 systemd-logind[637]: Session 21 logged out. Waiting for processes to exit. Oct 10 21:18:12 managed-node4 systemd-logind[637]: Removed session 21. ░░ Subject: Session 21 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 21 has been terminated. Oct 10 21:18:12 managed-node4 sshd-session[19065]: Accepted publickey for root from 10.31.40.226 port 47560 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 10 21:18:12 managed-node4 systemd-logind[637]: New session 22 of user root. ░░ Subject: A new session 22 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 22 has been created for the user root. ░░ ░░ The leading process of the session is 19065. Oct 10 21:18:12 managed-node4 systemd[1]: Started Session 22 of User root. ░░ Subject: A start job for unit session-22.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-22.scope has finished successfully. ░░ ░░ The job identifier is 2075. Oct 10 21:18:12 managed-node4 sshd-session[19065]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)