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_idempotency_2022.yml ******************************************* 1 plays in /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_idempotency_2022.yml PLAY [Ensure that the role is idempotent] ************************************** TASK [Run tests_idempotency with SQL Server 2022] ****************************** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_idempotency_2022.yml:16 Friday 10 October 2025 21:16:32 -0400 (0:00:00.077) 0:00:00.077 ******** included: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_idempotency.yml for managed-node2 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_idempotency.yml:2 Friday 10 October 2025 21:16:32 -0400 (0:00:00.042) 0:00:00.119 ******** included: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml for managed-node2 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:16:32 -0400 (0:00:00.032) 0:00:00.152 ******** [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. ok: [managed-node2] 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:16:33 -0400 (0:00:01.066) 0:00:01.219 ******** skipping: [managed-node2] => { "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:16:33 -0400 (0:00:00.043) 0:00:01.262 ******** skipping: [managed-node2] => { "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 [Run on a fresh host and set all parameters] ****************************** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_idempotency.yml:5 Friday 10 October 2025 21:16:33 -0400 (0:00:00.038) 0:00:01.301 ******** included: fedora.linux_system_roles.mssql for managed-node2 TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Friday 10 October 2025 21:16:33 -0400 (0:00:00.203) 0:00:01.505 ******** included: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml for managed-node2 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:16:33 -0400 (0:00:00.020) 0:00:01.525 ******** skipping: [managed-node2] => { "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:16:33 -0400 (0:00:00.054) 0:00:01.580 ******** ok: [managed-node2] => (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-node2] => (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-node2] => (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-node2] => (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:16:34 -0400 (0:00:00.070) 0:00:01.650 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.007974", "end": "2025-10-10 21:16:34.660480", "failed_when_result": false, "rc": 0, "start": "2025-10-10 21:16:34.652506" } 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:16:34 -0400 (0:00:00.695) 0:00:02.345 ******** skipping: [managed-node2] => { "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:16:34 -0400 (0:00:00.056) 0:00:02.402 ******** ok: [managed-node2] => { "ansible_facts": { "__mssql_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.mssql : Unset internal role facts] ************* task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Friday 10 October 2025 21:16:34 -0400 (0:00:00.035) 0:00:02.437 ******** ok: [managed-node2] => { "ansible_facts": { "__mssql_is_active": null, "__mssql_sqlcmd_login_cmd": null }, "changed": false } TASK [fedora.linux_system_roles.mssql : Print that the mssql_input_sql_file variable is deprecated] *** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:16 Friday 10 October 2025 21:16:34 -0400 (0:00:00.024) 0:00:02.462 ******** skipping: [managed-node2] => { "false_condition": "mssql_input_sql_file is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:24 Friday 10 October 2025 21:16:34 -0400 (0:00:00.020) 0:00:02.482 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_input_sql_file is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the variable is deprecated] *** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:31 Friday 10 October 2025 21:16:34 -0400 (0:00:00.018) 0:00:02.500 ******** skipping: [managed-node2] => { "false_condition": "mssql_ha_listener_port is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:38 Friday 10 October 2025 21:16:34 -0400 (0:00:00.017) 0:00:02.518 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_listener_port is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the mssql_ad_sql_user_name variable is deprecated] *** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:45 Friday 10 October 2025 21:16:34 -0400 (0:00:00.021) 0:00:02.540 ******** skipping: [managed-node2] => { "false_condition": "mssql_ad_sql_user_name is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:52 Friday 10 October 2025 21:16:34 -0400 (0:00:00.019) 0:00:02.559 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ad_sql_user_name is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the mssql_ha_cluster_run_role variable is deprecated] *** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:59 Friday 10 October 2025 21:16:34 -0400 (0:00:00.021) 0:00:02.581 ******** skipping: [managed-node2] => { "false_condition": "mssql_ha_cluster_run_role is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:66 Friday 10 October 2025 21:16:34 -0400 (0:00:00.019) 0:00:02.601 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_cluster_run_role is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that variable is deprecated] ***** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:75 Friday 10 October 2025 21:16:34 -0400 (0:00:00.018) 0:00:02.619 ******** skipping: [managed-node2] => { "false_condition": "mssql_accept_microsoft_odbc_driver_17_for_sql_server_eula is defined" } TASK [fedora.linux_system_roles.mssql : Link the deprecated fact] ************** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:84 Friday 10 October 2025 21:16:35 -0400 (0:00:00.020) 0:00:02.640 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_accept_microsoft_odbc_driver_17_for_sql_server_eula is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail on RHEL or CentOS 10 because it's not supported] *** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:88 Friday 10 October 2025 21:16:35 -0400 (0:00:00.017) 0:00:02.658 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_distribution_major_version is version('10', '=')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that the user accepts EULA variables] *** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:95 Friday 10 October 2025 21:16:35 -0400 (0:00:00.016) 0:00:02.674 ******** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.mssql : Verify that EL < 8 is not used with mssql_ha_configure=true] *** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:107 Friday 10 October 2025 21:16:35 -0400 (0:00:00.035) 0:00:02.710 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if the mssql_ha_replica_type variable is provided correctly] *** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:115 Friday 10 October 2025 21:16:35 -0400 (0:00:00.032) 0:00:02.742 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that 'mssql_ha_replica_type = primary' is provided once] *** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:124 Friday 10 October 2025 21:16:35 -0400 (0:00:00.029) 0:00:02.772 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_configure | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_ha_prep_for_pacemaker is provided correctly] *** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:133 Friday 10 October 2025 21:16:35 -0400 (0:00:00.029) 0:00:02.802 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_ag_cluster_type | lower == 'none'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that selinux variables are used on supported platforms] *** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:143 Friday 10 October 2025 21:16:35 -0400 (0:00:00.032) 0:00:02.834 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __mssql_confined_supported", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_manage_selinux is set properly] *** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:152 Friday 10 October 2025 21:16:35 -0400 (0:00:00.035) 0:00:02.870 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not mssql_run_selinux_confined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_ha_ag_is_contained is not provided with version 2017] *** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:163 Friday 10 October 2025 21:16:35 -0400 (0:00:00.034) 0:00:02.905 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_ag_is_contained | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify fail reuse_system_db=true is not provided without ag_is_contained] *** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174 Friday 10 October 2025 21:16:35 -0400 (0:00:00.031) 0:00:02.936 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_ha_ag_reuse_system_db | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:185 Friday 10 October 2025 21:16:35 -0400 (0:00:00.035) 0:00:02.971 ******** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.mssql : Set fact with the currently installed SQL Server version if any] *** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:189 Friday 10 October 2025 21:16:36 -0400 (0:00:01.253) 0:00:04.225 ******** skipping: [managed-node2] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"] is defined", "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"] is defined", "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"] is defined", "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Verify if mssql_version is not bigger then the existing SQL Server version] *** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:197 Friday 10 October 2025 21:16:36 -0400 (0:00:00.120) 0:00:04.346 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_current_version is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set mssql_version variable if user does not define it] *** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:210 Friday 10 October 2025 21:16:36 -0400 (0:00:00.081) 0:00:04.428 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "mssql_version is none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if the mssql_version variable is provided correctly] *** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:217 Friday 10 October 2025 21:16:36 -0400 (0:00:00.050) 0:00:04.478 ******** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.mssql : Verify if mssql_version is not smaller then the existing SQL Server version] *** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:224 Friday 10 October 2025 21:16:36 -0400 (0:00:00.057) 0:00:04.536 ******** skipping: [managed-node2] => (item={'key': 2017, 'value': 14}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_version | int == item.key", "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 2019, 'value': 15}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "mssql_version | int == item.key", "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'key': 2022, 'value': 16}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "ansible_facts.packages[\"mssql-server\"][0][\"version\"] is defined", "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:238 Friday 10 October 2025 21:16:37 -0400 (0:00:00.111) 0:00:04.648 ******** changed: [managed-node2] => { "attempts": 1, "changed": true } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version {{ __mssql_current_version }}] *** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:252 Friday 10 October 2025 21:16:37 -0400 (0:00:00.712) 0:00:05.360 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_current_version is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:262 Friday 10 October 2025 21:16:37 -0400 (0:00:00.057) 0:00:05.418 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_current_version is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2022] *** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:273 Friday 10 October 2025 21:16:37 -0400 (0:00:00.056) 0:00:05.475 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_current_version is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version {{ __mssql_current_version }}] *** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:287 Friday 10 October 2025 21:16:37 -0400 (0:00:00.062) 0:00:05.538 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_current_version is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get zypper repositories] *************** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:296 Friday 10 October 2025 21:16:37 -0400 (0:00:00.082) 0:00:05.620 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_current_version is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2022] *** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:308 Friday 10 October 2025 21:16:38 -0400 (0:00:00.053) 0:00:05.674 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_current_version is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2022] *** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:315 Friday 10 October 2025 21:16:38 -0400 (0:00:00.056) 0:00:05.730 ******** redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf changed: [managed-node2] => { "changed": true, "repo": "packages-microsoft-com-mssql-server-2022", "state": "present" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2022] *** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:327 Friday 10 October 2025 21:16:38 -0400 (0:00:00.766) 0:00:06.497 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_pkg_mgr == \"zypper\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure to run as a confined application with SELinux] *** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:340 Friday 10 October 2025 21:16:38 -0400 (0:00:00.066) 0:00:06.564 ******** 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 [Clean up after the role invocation] ************************************** task path: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_idempotency_2022.yml:19 Friday 10 October 2025 21:16:43 -0400 (0:00:04.344) 0:00:10.908 ******** included: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml for managed-node2 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:16:43 -0400 (0:00:00.156) 0:00:11.065 ******** ok: [managed-node2] => { "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:16:44 -0400 (0:00:01.043) 0:00:12.108 ******** included: fedora.linux_system_roles.mssql for managed-node2 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:16:44 -0400 (0:00:00.154) 0:00:12.263 ******** skipping: [managed-node2] => { "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:16:44 -0400 (0:00:00.200) 0:00:12.464 ******** ok: [managed-node2] => (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-node2] => (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-node2] => (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-node2] => (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:16:44 -0400 (0:00:00.159) 0:00:12.623 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_is_booted is not defined", "skip_reason": "Conditional result was False" } 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:16:45 -0400 (0:00:00.053) 0:00:12.677 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_is_booted is not defined", "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:16:45 -0400 (0:00:00.051) 0:00:12.728 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__mssql_is_booted is not defined", "skip_reason": "Conditional result was 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:16:45 -0400 (0:00:00.077) 0:00:12.806 ******** skipping: [managed-node2] => { "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:16:45 -0400 (0:00:00.155) 0:00:12.961 ******** ok: [managed-node2] => { "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:16:45 -0400 (0:00:00.092) 0:00:13.054 ******** included: fedora.linux_system_roles.firewall for managed-node2 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:16:45 -0400 (0:00:00.491) 0:00:13.545 ******** included: /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 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:16:46 -0400 (0:00:00.184) 0:00:13.730 ******** skipping: [managed-node2] => { "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:16:46 -0400 (0:00:00.190) 0:00:13.921 ******** ok: [managed-node2] => { "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:16:47 -0400 (0:00:00.841) 0:00:14.762 ******** ok: [managed-node2] => { "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:16:47 -0400 (0:00:00.115) 0:00:14.878 ******** ok: [managed-node2] => { "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:16:47 -0400 (0:00:00.504) 0:00:15.383 ******** ok: [managed-node2] => { "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:16:47 -0400 (0:00:00.061) 0:00:15.444 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.007990", "end": "2025-10-10 21:16:48.164520", "failed_when_result": false, "rc": 0, "start": "2025-10-10 21:16:48.156530" } 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:16:48 -0400 (0:00:00.470) 0:00:15.914 ******** skipping: [managed-node2] => { "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:16:48 -0400 (0:00:00.154) 0:00:16.069 ******** ok: [managed-node2] => { "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:16:48 -0400 (0:00:00.060) 0:00:16.129 ******** 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 PLAY RECAP ********************************************************************* managed-node2 : ok=27 changed=2 unreachable=0 failed=2 skipped=41 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.14", "end_time": "2025-10-11T01:16:43.238757+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-11T01:16:38.937631+00:00Z", "task_name": "Configure to run as a confined application with SELinux", "task_path": "/tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:340" }, { "ansible_version": "2.17.14", "end_time": "2025-10-11T01:16:53.175432+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-11T01:16:48.502755+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:16:53 -0400 (0:00:04.675) 0:00:20.804 ******** =============================================================================== fedora.linux_system_roles.firewall : Install firewalld ------------------ 4.68s /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 fedora.linux_system_roles.mssql : Configure to run as a confined application with SELinux --- 4.34s /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:340 fedora.linux_system_roles.mssql : Gather package facts ------------------ 1.25s /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:185 Ensure ansible_facts to get ansible_distribution ------------------------ 1.07s /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml:2 Gather package facts ---------------------------------------------------- 1.04s /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:3 fedora.linux_system_roles.firewall : Check if system is ostree ---------- 0.84s /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2022 --- 0.77s /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:315 fedora.linux_system_roles.mssql : Deploy the GPG key for Microsoft repositories --- 0.71s /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:238 fedora.linux_system_roles.mssql : Run systemctl ------------------------- 0.70s /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:22 fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin --- 0.50s /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Purge firewall configuration -------------------------------------------- 0.49s /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:25 fedora.linux_system_roles.firewall : Run systemctl ---------------------- 0.47s /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Run on a fresh host and set all parameters ------------------------------ 0.20s /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_idempotency.yml:5 fedora.linux_system_roles.mssql : Ensure ansible_facts used by role ----- 0.20s /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.19s /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 fedora.linux_system_roles.firewall : Setup firewalld -------------------- 0.18s /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 fedora.linux_system_roles.mssql : Set platform/version specific variables --- 0.16s /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Clean up after the role invocation -------------------------------------- 0.16s /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_idempotency_2022.yml:19 Purge cluster configuration --------------------------------------------- 0.16s /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:13 Set role variables needed for cleanup ----------------------------------- 0.15s /tmp/collections-mbV/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:7 Oct 10 21:16:33 managed-node2 python3.9[11260]: ansible-setup Invoked with gather_subset=['min'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 10 21:16:34 managed-node2 python3.9[11413]: 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:16:37 managed-node2 python3.9[11712]: ansible-rpm_key Invoked with key=https://packages.microsoft.com/keys/microsoft.asc state=present validate_certs=True fingerprint=None Oct 10 21:16:38 managed-node2 python3.9[11867]: ansible-yum_repository Invoked with name=packages-microsoft-com-mssql-server-2022 description=Microsoft SQL Server 2022 baseurl=['https://packages.microsoft.com/rhel/9/mssql-server-2022/'] gpgcheck=True reposdir=/etc/yum.repos.d state=present unsafe_writes=False bandwidth=None cost=None deltarpm_metadata_percentage=None deltarpm_percentage=None enabled=None enablegroups=None exclude=None failovermethod=None file=None gpgcakey=None gpgkey=None module_hotfixes=None http_caching=None include=None includepkgs=None ip_resolve=None keepalive=None keepcache=None metadata_expire=None metadata_expire_filter=None metalink=None mirrorlist=None mirrorlist_expire=None password=NOT_LOGGING_PARAMETER priority=None protect=None proxy=None proxy_password=NOT_LOGGING_PARAMETER proxy_username=None repo_gpgcheck=None retries=None s3_enabled=None skip_if_unavailable=None sslcacert=None ssl_check_cert_permissions=None sslclientcert=None sslclientkey=None sslverify=None throttle=None timeout=None ui_repoid_vars=None username=None async=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Oct 10 21:16:39 managed-node2 python3.9[12016]: ansible-ansible.legacy.dnf Invoked with name=['mssql-server-selinux'] 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:16:47 managed-node2 python3.9[12347]: 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:16:47 managed-node2 python3.9[12496]: 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:16:48 managed-node2 python3.9[12645]: 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:16:48 managed-node2 python3.9[12795]: 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:16:53 managed-node2 sshd-session[12853]: Accepted publickey for root from 10.31.40.226 port 39740 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 10 21:16:53 managed-node2 systemd-logind[630]: New session 12 of user root. ░░ Subject: A new session 12 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 12 has been created for the user root. ░░ ░░ The leading process of the session is 12853. Oct 10 21:16:53 managed-node2 systemd[1]: Started Session 12 of User root. ░░ Subject: A start job for unit session-12.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-12.scope has finished successfully. ░░ ░░ The job identifier is 1384. Oct 10 21:16:53 managed-node2 sshd-session[12853]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 10 21:16:53 managed-node2 sshd-session[12856]: Received disconnect from 10.31.40.226 port 39740:11: disconnected by user Oct 10 21:16:53 managed-node2 sshd-session[12856]: Disconnected from user root 10.31.40.226 port 39740 Oct 10 21:16:53 managed-node2 sshd-session[12853]: pam_unix(sshd:session): session closed for user root Oct 10 21:16:53 managed-node2 systemd[1]: session-12.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-12.scope has successfully entered the 'dead' state. Oct 10 21:16:53 managed-node2 systemd-logind[630]: Session 12 logged out. Waiting for processes to exit. Oct 10 21:16:53 managed-node2 systemd-logind[630]: Removed session 12. ░░ Subject: Session 12 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 12 has been terminated. Oct 10 21:16:53 managed-node2 sshd-session[12881]: Accepted publickey for root from 10.31.40.226 port 39750 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 10 21:16:53 managed-node2 systemd-logind[630]: 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 12881. Oct 10 21:16:53 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 1453. Oct 10 21:16:53 managed-node2 sshd-session[12881]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)