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-m2v 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_2019.yml ******************************************* 1 plays in /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_idempotency_2019.yml PLAY [Ensure that the role is idempotent] ************************************** TASK [Run tests_idempotency with SQL Server 2019] ****************************** task path: /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_idempotency_2019.yml:15 Friday 24 October 2025 21:19:52 -0400 (0:00:00.081) 0:00:00.081 ******** included: /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_idempotency.yml for managed-node1 TASK [Assert fail on EL 7 with version = 2022 and EL 9 with version != 2022] *** task path: /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_idempotency.yml:2 Friday 24 October 2025 21:19:52 -0400 (0:00:00.029) 0:00:00.111 ******** included: /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml for managed-node1 TASK [Ensure ansible_facts to get ansible_distribution] ************************ task path: /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml:2 Friday 24 October 2025 21:19:52 -0400 (0:00:00.041) 0:00:00.152 ******** [WARNING]: Platform linux on host managed-node1 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-node1] TASK [Run the role] ************************************************************ task path: /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml:16 Friday 24 October 2025 21:19:53 -0400 (0:00:00.964) 0:00:01.117 ******** included: fedora.linux_system_roles.mssql for managed-node1 TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Friday 24 October 2025 21:19:53 -0400 (0:00:00.221) 0:00:01.338 ******** included: /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts used by role] ***** task path: /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Friday 24 October 2025 21:19:53 -0400 (0:00:00.075) 0:00:01.414 ******** skipping: [managed-node1] => { "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-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Friday 24 October 2025 21:19:53 -0400 (0:00:00.061) 0:00:01.475 ******** ok: [managed-node1] => (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-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node1] => (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-node1] => (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-node1] => (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-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:22 Friday 24 October 2025 21:19:54 -0400 (0:00:00.111) 0:00:01.587 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.009834", "end": "2025-10-24 21:19:54.586013", "failed_when_result": false, "rc": 0, "start": "2025-10-24 21:19:54.576179" } STDOUT: running TASK [fedora.linux_system_roles.mssql : Require installed systemd] ************* task path: /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:29 Friday 24 October 2025 21:19:54 -0400 (0:00:00.593) 0:00:02.181 ******** skipping: [managed-node1] => { "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-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:34 Friday 24 October 2025 21:19:54 -0400 (0:00:00.067) 0:00:02.248 ******** ok: [managed-node1] => { "ansible_facts": { "__mssql_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.mssql : Unset internal role facts] ************* task path: /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Friday 24 October 2025 21:19:54 -0400 (0:00:00.071) 0:00:02.320 ******** ok: [managed-node1] => { "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-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:16 Friday 24 October 2025 21:19:54 -0400 (0:00:00.069) 0:00:02.390 ******** skipping: [managed-node1] => { "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-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:24 Friday 24 October 2025 21:19:54 -0400 (0:00:00.063) 0:00:02.453 ******** skipping: [managed-node1] => { "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-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:31 Friday 24 October 2025 21:19:54 -0400 (0:00:00.042) 0:00:02.496 ******** skipping: [managed-node1] => { "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-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:38 Friday 24 October 2025 21:19:55 -0400 (0:00:00.039) 0:00:02.535 ******** skipping: [managed-node1] => { "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-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:45 Friday 24 October 2025 21:19:55 -0400 (0:00:00.047) 0:00:02.582 ******** skipping: [managed-node1] => { "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-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:52 Friday 24 October 2025 21:19:55 -0400 (0:00:00.048) 0:00:02.630 ******** skipping: [managed-node1] => { "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-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:59 Friday 24 October 2025 21:19:55 -0400 (0:00:00.042) 0:00:02.673 ******** skipping: [managed-node1] => { "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-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:66 Friday 24 October 2025 21:19:55 -0400 (0:00:00.039) 0:00:02.712 ******** skipping: [managed-node1] => { "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-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:75 Friday 24 October 2025 21:19:55 -0400 (0:00:00.041) 0:00:02.754 ******** skipping: [managed-node1] => { "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-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:84 Friday 24 October 2025 21:19:55 -0400 (0:00:00.039) 0:00:02.793 ******** skipping: [managed-node1] => { "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-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:88 Friday 24 October 2025 21:19:55 -0400 (0:00:00.038) 0:00:02.832 ******** skipping: [managed-node1] => { "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-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:95 Friday 24 October 2025 21:19:55 -0400 (0:00:00.039) 0:00:02.871 ******** ok: [managed-node1] => { "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-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:107 Friday 24 October 2025 21:19:55 -0400 (0:00:00.047) 0:00:02.919 ******** skipping: [managed-node1] => { "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-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:115 Friday 24 October 2025 21:19:55 -0400 (0:00:00.048) 0:00:02.967 ******** skipping: [managed-node1] => { "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-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:124 Friday 24 October 2025 21:19:55 -0400 (0:00:00.063) 0:00:03.031 ******** skipping: [managed-node1] => { "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-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:133 Friday 24 October 2025 21:19:55 -0400 (0:00:00.063) 0:00:03.095 ******** skipping: [managed-node1] => { "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-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:143 Friday 24 October 2025 21:19:55 -0400 (0:00:00.066) 0:00:03.161 ******** skipping: [managed-node1] => { "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-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:152 Friday 24 October 2025 21:19:55 -0400 (0:00:00.075) 0:00:03.237 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "mssql_manage_selinux | bool", "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-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:163 Friday 24 October 2025 21:19:55 -0400 (0:00:00.062) 0:00:03.300 ******** skipping: [managed-node1] => { "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-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174 Friday 24 October 2025 21:19:55 -0400 (0:00:00.066) 0:00:03.367 ******** skipping: [managed-node1] => { "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-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:185 Friday 24 October 2025 21:19:55 -0400 (0:00:00.071) 0:00:03.439 ******** ok: [managed-node1] => { "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-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:189 Friday 24 October 2025 21:19:57 -0400 (0:00:01.315) 0:00:04.755 ******** skipping: [managed-node1] => (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-node1] => (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-node1] => (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-node1] => { "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-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:197 Friday 24 October 2025 21:19:57 -0400 (0:00:00.204) 0:00:04.960 ******** skipping: [managed-node1] => { "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-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:210 Friday 24 October 2025 21:19:57 -0400 (0:00:00.153) 0:00:05.113 ******** skipping: [managed-node1] => { "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-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:217 Friday 24 October 2025 21:19:57 -0400 (0:00:00.157) 0:00:05.271 ******** fatal: [managed-node1]: FAILED! => { "assertion": "mssql_version | int in __mssql_supported_versions", "changed": false, "evaluated_to": false } MSG: You must set the mssql_version variable to one of 2022 TASK [Assert that the role failed with mssql_version not supported] ************ task path: /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml:27 Friday 24 October 2025 21:19:57 -0400 (0:00:00.160) 0:00:05.432 ******** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Clean up after the role invocation] ************************************** task path: /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml:36 Friday 24 October 2025 21:19:58 -0400 (0:00:00.126) 0:00:05.558 ******** included: /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml for managed-node1 TASK [Gather package facts] **************************************************** task path: /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:3 Friday 24 October 2025 21:19:58 -0400 (0:00:00.439) 0:00:05.998 ******** ok: [managed-node1] => { "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-m2v/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:7 Friday 24 October 2025 21:19:59 -0400 (0:00:01.158) 0:00:07.156 ******** included: fedora.linux_system_roles.mssql for managed-node1 TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts used by role] ***** task path: /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Friday 24 October 2025 21:19:59 -0400 (0:00:00.243) 0:00:07.399 ******** skipping: [managed-node1] => { "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-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Friday 24 October 2025 21:20:00 -0400 (0:00:00.140) 0:00:07.540 ******** ok: [managed-node1] => (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-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node1] => (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-node1] => (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-node1] => (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-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:22 Friday 24 October 2025 21:20:00 -0400 (0:00:00.148) 0:00:07.688 ******** skipping: [managed-node1] => { "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-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:29 Friday 24 October 2025 21:20:00 -0400 (0:00:00.089) 0:00:07.777 ******** skipping: [managed-node1] => { "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-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:34 Friday 24 October 2025 21:20:00 -0400 (0:00:00.089) 0:00:07.866 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__mssql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [Purge cluster configuration] ********************************************* task path: /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:13 Friday 24 October 2025 21:20:00 -0400 (0:00:00.137) 0:00:08.004 ******** skipping: [managed-node1] => { "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-m2v/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:21 Friday 24 October 2025 21:20:00 -0400 (0:00:00.120) 0:00:08.125 ******** ok: [managed-node1] => { "ansible_python_version": "3.9.23" } TASK [Purge firewall configuration] ******************************************** task path: /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:25 Friday 24 October 2025 21:20:00 -0400 (0:00:00.099) 0:00:08.224 ******** included: fedora.linux_system_roles.firewall for managed-node1 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Friday 24 October 2025 21:20:00 -0400 (0:00:00.260) 0:00:08.485 ******** included: /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Friday 24 October 2025 21:20:01 -0400 (0:00:00.214) 0:00:08.699 ******** skipping: [managed-node1] => { "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-m2v/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Friday 24 October 2025 21:20:01 -0400 (0:00:00.196) 0:00:08.895 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Friday 24 October 2025 21:20:02 -0400 (0:00:00.889) 0:00:09.785 ******** ok: [managed-node1] => { "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-m2v/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Friday 24 October 2025 21:20:02 -0400 (0:00:00.203) 0:00:09.989 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Friday 24 October 2025 21:20:03 -0400 (0:00:00.651) 0:00:10.640 ******** ok: [managed-node1] => { "ansible_facts": { "__firewall_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Friday 24 October 2025 21:20:03 -0400 (0:00:00.177) 0:00:10.818 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.007941", "end": "2025-10-24 21:20:03.805680", "failed_when_result": false, "rc": 0, "start": "2025-10-24 21:20:03.797739" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Friday 24 October 2025 21:20:03 -0400 (0:00:00.622) 0:00:11.440 ******** skipping: [managed-node1] => { "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-m2v/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Friday 24 October 2025 21:20:04 -0400 (0:00:00.118) 0:00:11.559 ******** ok: [managed-node1] => { "ansible_facts": { "__firewall_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 Friday 24 October 2025 21:20:04 -0400 (0:00:00.113) 0:00:11.672 ******** fatal: [managed-node1]: 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-m2v/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_idempotency_2019.yml:18 Friday 24 October 2025 21:20:08 -0400 (0:00:04.827) 0:00:16.499 ******** included: /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml for managed-node1 TASK [Gather package facts] **************************************************** task path: /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:3 Friday 24 October 2025 21:20:09 -0400 (0:00:00.235) 0:00:16.734 ******** ok: [managed-node1] => { "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-m2v/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:7 Friday 24 October 2025 21:20:10 -0400 (0:00:01.115) 0:00:17.850 ******** included: fedora.linux_system_roles.mssql for managed-node1 TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts used by role] ***** task path: /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Friday 24 October 2025 21:20:10 -0400 (0:00:00.145) 0:00:17.996 ******** skipping: [managed-node1] => { "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-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Friday 24 October 2025 21:20:10 -0400 (0:00:00.104) 0:00:18.100 ******** ok: [managed-node1] => (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-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node1] => (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-node1] => (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-node1] => (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-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:22 Friday 24 October 2025 21:20:10 -0400 (0:00:00.123) 0:00:18.223 ******** skipping: [managed-node1] => { "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-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:29 Friday 24 October 2025 21:20:10 -0400 (0:00:00.089) 0:00:18.313 ******** skipping: [managed-node1] => { "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-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:34 Friday 24 October 2025 21:20:10 -0400 (0:00:00.119) 0:00:18.433 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__mssql_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [Purge cluster configuration] ********************************************* task path: /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:13 Friday 24 October 2025 21:20:11 -0400 (0:00:00.113) 0:00:18.547 ******** skipping: [managed-node1] => { "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-m2v/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:21 Friday 24 October 2025 21:20:11 -0400 (0:00:00.087) 0:00:18.634 ******** ok: [managed-node1] => { "ansible_python_version": "3.9.23" } TASK [Purge firewall configuration] ******************************************** task path: /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:25 Friday 24 October 2025 21:20:11 -0400 (0:00:00.050) 0:00:18.685 ******** included: fedora.linux_system_roles.firewall for managed-node1 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Friday 24 October 2025 21:20:11 -0400 (0:00:00.223) 0:00:18.908 ******** included: /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Friday 24 October 2025 21:20:11 -0400 (0:00:00.153) 0:00:19.062 ******** skipping: [managed-node1] => { "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-m2v/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Friday 24 October 2025 21:20:11 -0400 (0:00:00.098) 0:00:19.160 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__firewall_is_ostree is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Friday 24 October 2025 21:20:11 -0400 (0:00:00.061) 0:00:19.222 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__firewall_is_ostree is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Friday 24 October 2025 21:20:11 -0400 (0:00:00.044) 0:00:19.267 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Friday 24 October 2025 21:20:11 -0400 (0:00:00.039) 0:00:19.306 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Friday 24 October 2025 21:20:11 -0400 (0:00:00.040) 0:00:19.347 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__firewall_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Friday 24 October 2025 21:20:11 -0400 (0:00:00.036) 0:00:19.383 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__firewall_is_booted is not defined", "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-m2v/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Friday 24 October 2025 21:20:11 -0400 (0:00:00.032) 0:00:19.415 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__firewall_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 Friday 24 October 2025 21:20:11 -0400 (0:00:00.035) 0:00:19.450 ******** fatal: [managed-node1]: 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-node1 : ok=32 changed=0 unreachable=0 failed=2 skipped=44 rescued=1 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.14", "end_time": "2025-10-25T01:19:57.868976+00:00Z", "host": "managed-node1", "message": "You must set the mssql_version variable to one of 2022", "start_time": "2025-10-25T01:19:57.746226+00:00Z", "task_name": "Verify if the mssql_version variable is provided correctly", "task_path": "/tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:217" }, { "ansible_version": "2.17.14", "end_time": "2025-10-25T01:20:08.917828+00:00Z", "host": "managed-node1", "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-25T01:20:04.147707+00:00Z", "task_name": "Install firewalld", "task_path": "/tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51" }, { "ansible_version": "2.17.14", "end_time": "2025-10-25T01:20:16.254782+00:00Z", "host": "managed-node1", "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-25T01:20:11.926348+00:00Z", "task_name": "Install firewalld", "task_path": "/tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Friday 24 October 2025 21:20:16 -0400 (0:00:04.332) 0:00:23.783 ******** =============================================================================== fedora.linux_system_roles.firewall : Install firewalld ------------------ 4.83s /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 fedora.linux_system_roles.firewall : Install firewalld ------------------ 4.33s /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 fedora.linux_system_roles.mssql : Gather package facts ------------------ 1.32s /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:185 Gather package facts ---------------------------------------------------- 1.16s /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:3 Gather package facts ---------------------------------------------------- 1.12s /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:3 Ensure ansible_facts to get ansible_distribution ------------------------ 0.96s /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml:2 fedora.linux_system_roles.firewall : Check if system is ostree ---------- 0.89s /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin --- 0.65s /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 fedora.linux_system_roles.firewall : Run systemctl ---------------------- 0.62s /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 fedora.linux_system_roles.mssql : Run systemctl ------------------------- 0.59s /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:22 Clean up after the role invocation -------------------------------------- 0.44s /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml:36 Purge firewall configuration -------------------------------------------- 0.26s /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:25 Set role variables needed for cleanup ----------------------------------- 0.24s /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:7 Clean up after the role invocation -------------------------------------- 0.24s /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_idempotency_2019.yml:18 Purge firewall configuration -------------------------------------------- 0.22s /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:25 Run the role ------------------------------------------------------------ 0.22s /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml:16 fedora.linux_system_roles.firewall : Setup firewalld -------------------- 0.21s /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 fedora.linux_system_roles.mssql : Set fact with the currently installed SQL Server version if any --- 0.20s /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:189 fedora.linux_system_roles.firewall : Set flag to indicate system is ostree --- 0.20s /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 fedora.linux_system_roles.firewall : Ensure ansible_facts used by role --- 0.20s /tmp/collections-m2v/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Oct 24 21:19:51 managed-node1 sshd-session[10846]: Accepted publickey for root from 10.31.41.146 port 57268 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 24 21:19:51 managed-node1 systemd-logind[631]: New session 10 of user root. ░░ Subject: A new session 10 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 10 has been created for the user root. ░░ ░░ The leading process of the session is 10846. Oct 24 21:19:51 managed-node1 systemd[1]: Started Session 10 of User root. ░░ Subject: A start job for unit session-10.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-10.scope has finished successfully. ░░ ░░ The job identifier is 1245. Oct 24 21:19:51 managed-node1 sshd-session[10846]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 24 21:19:51 managed-node1 sshd-session[10849]: Received disconnect from 10.31.41.146 port 57268:11: disconnected by user Oct 24 21:19:51 managed-node1 sshd-session[10849]: Disconnected from user root 10.31.41.146 port 57268 Oct 24 21:19:51 managed-node1 sshd-session[10846]: pam_unix(sshd:session): session closed for user root Oct 24 21:19:51 managed-node1 systemd[1]: session-10.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-10.scope has successfully entered the 'dead' state. Oct 24 21:19:51 managed-node1 systemd-logind[631]: Session 10 logged out. Waiting for processes to exit. Oct 24 21:19:51 managed-node1 systemd-logind[631]: Removed session 10. ░░ Subject: Session 10 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 10 has been terminated. Oct 24 21:19:51 managed-node1 sshd-session[10874]: Accepted publickey for root from 10.31.41.146 port 57284 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 24 21:19:51 managed-node1 systemd-logind[631]: New session 11 of user root. ░░ Subject: A new session 11 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 11 has been created for the user root. ░░ ░░ The leading process of the session is 10874. Oct 24 21:19:51 managed-node1 systemd[1]: Started Session 11 of User root. ░░ Subject: A start job for unit session-11.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-11.scope has finished successfully. ░░ ░░ The job identifier is 1314. Oct 24 21:19:51 managed-node1 sshd-session[10874]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 24 21:19:51 managed-node1 sshd-session[10877]: Received disconnect from 10.31.41.146 port 57284:11: disconnected by user Oct 24 21:19:51 managed-node1 sshd-session[10877]: Disconnected from user root 10.31.41.146 port 57284 Oct 24 21:19:51 managed-node1 sshd-session[10874]: pam_unix(sshd:session): session closed for user root Oct 24 21:19:51 managed-node1 systemd[1]: session-11.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-11.scope has successfully entered the 'dead' state. Oct 24 21:19:51 managed-node1 systemd-logind[631]: Session 11 logged out. Waiting for processes to exit. Oct 24 21:19:51 managed-node1 systemd-logind[631]: Removed session 11. ░░ Subject: Session 11 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 11 has been terminated. Oct 24 21:19:53 managed-node1 python3.9[11075]: ansible-setup Invoked with gather_subset=['min'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 24 21:19:54 managed-node1 python3.9[11228]: 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 24 21:20:02 managed-node1 python3.9[11676]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 24 21:20:02 managed-node1 python3.9[11825]: ansible-stat Invoked with path=/sbin/transactional-update follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 24 21:20:03 managed-node1 python3.9[11974]: 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 24 21:20:05 managed-node1 python3.9[12124]: 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 24 21:20:12 managed-node1 python3.9[12457]: 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 24 21:20:16 managed-node1 sshd-session[12517]: Accepted publickey for root from 10.31.41.146 port 32896 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 24 21:20:16 managed-node1 systemd-logind[631]: 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 12517. Oct 24 21:20:16 managed-node1 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 1383. Oct 24 21:20:16 managed-node1 sshd-session[12517]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 24 21:20:16 managed-node1 sshd-session[12520]: Received disconnect from 10.31.41.146 port 32896:11: disconnected by user Oct 24 21:20:16 managed-node1 sshd-session[12520]: Disconnected from user root 10.31.41.146 port 32896 Oct 24 21:20:16 managed-node1 sshd-session[12517]: pam_unix(sshd:session): session closed for user root Oct 24 21:20:16 managed-node1 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 24 21:20:16 managed-node1 systemd-logind[631]: Session 12 logged out. Waiting for processes to exit. Oct 24 21:20:16 managed-node1 systemd-logind[631]: 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 24 21:20:16 managed-node1 sshd-session[12545]: Accepted publickey for root from 10.31.41.146 port 32904 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 24 21:20:16 managed-node1 systemd-logind[631]: 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 12545. Oct 24 21:20:16 managed-node1 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 1452. Oct 24 21:20:16 managed-node1 sshd-session[12545]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)