ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', 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 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_idempotency_2017.yml ******************************************* 1 plays in /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_idempotency_2017.yml PLAY [Ensure that the role is idempotent] ************************************** META: ran handlers TASK [Run tests_idempotency with SQL Server 2017] ****************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_idempotency_2017.yml:15 Tuesday 29 July 2025 15:29:30 -0400 (0:00:00.049) 0:00:00.049 ********** included: /tmp/collections-x4y/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-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_idempotency.yml:2 Tuesday 29 July 2025 15:29:30 -0400 (0:00:00.025) 0:00:00.075 ********** included: /tmp/collections-x4y/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-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml:2 Tuesday 29 July 2025 15:29:30 -0400 (0:00:00.106) 0:00:00.181 ********** ok: [managed-node2] TASK [Run the role] ************************************************************ task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml:16 Tuesday 29 July 2025 15:29:31 -0400 (0:00:00.841) 0:00:01.023 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Unreachable task] ******************************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/assert_fail_on_unsupported_ver.yml:23 Tuesday 29 July 2025 15:29:31 -0400 (0:00:00.035) 0:00:01.058 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run on a fresh host and set all parameters] ****************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_idempotency.yml:5 Tuesday 29 July 2025 15:29:31 -0400 (0:00:00.030) 0:00:01.089 ********** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Tuesday 29 July 2025 15:29:31 -0400 (0:00:00.606) 0:00:01.695 ********** included: /tmp/collections-x4y/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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Tuesday 29 July 2025 15:29:31 -0400 (0:00:00.041) 0:00:01.736 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set platform/version specific variables] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Tuesday 29 July 2025 15:29:31 -0400 (0:00:00.028) 0:00:01.765 ********** 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-x4y/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, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node2] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Run systemctl] ************************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:22 Tuesday 29 July 2025 15:29:31 -0400 (0:00:00.086) 0:00:01.852 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.008031", "end": "2025-07-29 15:29:32.305992", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:29:32.297961" } STDOUT: running TASK [fedora.linux_system_roles.mssql : Require installed systemd] ************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:29 Tuesday 29 July 2025 15:29:32 -0400 (0:00:00.486) 0:00:02.338 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:34 Tuesday 29 July 2025 15:29:32 -0400 (0:00:00.028) 0:00:02.367 ********** 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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Tuesday 29 July 2025 15:29:32 -0400 (0:00:00.031) 0:00:02.399 ********** 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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:16 Tuesday 29 July 2025 15:29:32 -0400 (0:00:00.020) 0:00:02.419 ********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:24 Tuesday 29 July 2025 15:29:32 -0400 (0:00:00.020) 0:00:02.439 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the variable is deprecated] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:31 Tuesday 29 July 2025 15:29:32 -0400 (0:00:00.019) 0:00:02.458 ********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:38 Tuesday 29 July 2025 15:29:32 -0400 (0:00:00.020) 0:00:02.478 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:45 Tuesday 29 July 2025 15:29:32 -0400 (0:00:00.023) 0:00:02.502 ********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:52 Tuesday 29 July 2025 15:29:32 -0400 (0:00:00.022) 0:00:02.525 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:59 Tuesday 29 July 2025 15:29:32 -0400 (0:00:00.024) 0:00:02.550 ********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:66 Tuesday 29 July 2025 15:29:32 -0400 (0:00:00.027) 0:00:02.577 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that variable is deprecated] ***** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:75 Tuesday 29 July 2025 15:29:32 -0400 (0:00:00.029) 0:00:02.606 ********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated fact] ************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:84 Tuesday 29 July 2025 15:29:32 -0400 (0:00:00.027) 0:00:02.633 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:88 Tuesday 29 July 2025 15:29:32 -0400 (0:00:00.027) 0:00:02.661 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that the user accepts EULA variables] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:95 Tuesday 29 July 2025 15:29:32 -0400 (0:00:00.030) 0:00:02.692 ********** 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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:107 Tuesday 29 July 2025 15:29:32 -0400 (0:00:00.041) 0:00:02.734 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:115 Tuesday 29 July 2025 15:29:32 -0400 (0:00:00.030) 0:00:02.764 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:124 Tuesday 29 July 2025 15:29:32 -0400 (0:00:00.028) 0:00:02.793 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:133 Tuesday 29 July 2025 15:29:32 -0400 (0:00:00.021) 0:00:02.815 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:143 Tuesday 29 July 2025 15:29:32 -0400 (0:00:00.020) 0:00:02.835 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_manage_selinux is set properly] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:152 Tuesday 29 July 2025 15:29:32 -0400 (0:00:00.028) 0:00:02.864 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:163 Tuesday 29 July 2025 15:29:32 -0400 (0:00:00.022) 0:00:02.886 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174 Tuesday 29 July 2025 15:29:32 -0400 (0:00:00.026) 0:00:02.913 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:185 Tuesday 29 July 2025 15:29:32 -0400 (0:00:00.026) 0:00:02.940 ********** 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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:189 Tuesday 29 July 2025 15:29:34 -0400 (0:00:01.479) 0:00:04.420 ********** skipping: [managed-node2] => (item={u'value': 14, u'key': 2017}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'value': 15, u'key': 2019}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'value': 16, u'key': 2022}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if mssql_version is not bigger then the existing SQL Server version] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:197 Tuesday 29 July 2025 15:29:34 -0400 (0:00:00.162) 0:00:04.582 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:210 Tuesday 29 July 2025 15:29:34 -0400 (0:00:00.089) 0:00:04.671 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:217 Tuesday 29 July 2025 15:29:34 -0400 (0:00:00.083) 0:00:04.754 ********** 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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:224 Tuesday 29 July 2025 15:29:34 -0400 (0:00:00.097) 0:00:04.852 ********** skipping: [managed-node2] => (item={u'value': 14, u'key': 2017}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'value': 15, u'key': 2019}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'value': 16, u'key': 2022}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:238 Tuesday 29 July 2025 15:29:35 -0400 (0:00:00.173) 0:00:05.025 ********** ok: [managed-node2] => { "attempts": 1, "changed": false } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version {{ __mssql_current_version }}] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:252 Tuesday 29 July 2025 15:29:35 -0400 (0:00:00.799) 0:00:05.825 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:262 Tuesday 29 July 2025 15:29:35 -0400 (0:00:00.077) 0:00:05.903 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:273 Tuesday 29 July 2025 15:29:36 -0400 (0:00:00.078) 0:00:05.982 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:287 Tuesday 29 July 2025 15:29:36 -0400 (0:00:00.081) 0:00:06.063 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get zypper repositories] *************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:296 Tuesday 29 July 2025 15:29:36 -0400 (0:00:00.054) 0:00:06.118 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:308 Tuesday 29 July 2025 15:29:36 -0400 (0:00:00.055) 0:00:06.173 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:315 Tuesday 29 July 2025 15:29:36 -0400 (0:00:00.063) 0:00:06.237 ********** changed: [managed-node2] => { "changed": true, "repo": "packages-microsoft-com-mssql-server-2017", "state": "present" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:327 Tuesday 29 July 2025 15:29:36 -0400 (0:00:00.539) 0:00:06.777 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:340 Tuesday 29 July 2025 15:29:36 -0400 (0:00:00.085) 0:00:06.862 ********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "mssql-server-selinux is not installed" ] } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server] ******* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:345 Tuesday 29 July 2025 15:29:37 -0400 (0:00:00.931) 0:00:07.793 ********** changed: [managed-node2] => { "changed": true, "changes": { "installed": [ "mssql-server" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * epel: d2lzkl7pfhq30w.cloudfront.net\n * epel-debuginfo: d2lzkl7pfhq30w.cloudfront.net\n * epel-source: d2lzkl7pfhq30w.cloudfront.net\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server.x86_64 0:14.0.3465.1-1 will be installed\n--> Processing Dependency: libatomic for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: bzip2 for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: gdb for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: libsss_nss_idmap for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: cyrus-sasl for package: mssql-server-14.0.3465.1-1.x86_64\n--> Processing Dependency: cyrus-sasl-gssapi for package: mssql-server-14.0.3465.1-1.x86_64\n--> Running transaction check\n---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed\n---> Package cyrus-sasl.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package gdb.x86_64 0:7.6.1-120.el7 will be installed\n---> Package libatomic.x86_64 0:4.8.5-44.el7 will be installed\n---> Package libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.16 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n mssql-server x86_64 14.0.3465.1-1 packages-microsoft-com-mssql-server-2017\n 200 M\nInstalling for dependencies:\n bzip2 x86_64 1.0.6-13.el7 base 52 k\n cyrus-sasl x86_64 2.1.26-24.el7_9 updates 88 k\n cyrus-sasl-gssapi x86_64 2.1.26-24.el7_9 updates 41 k\n gdb x86_64 7.6.1-120.el7 base 2.4 M\n libatomic x86_64 4.8.5-44.el7 base 51 k\n libsss_nss_idmap x86_64 1.16.5-10.el7_9.16 updates 170 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+6 Dependent packages)\n\nTotal download size: 203 M\nInstalled size: 1.0 G\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 64 MB/s | 203 MB 00:03 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libatomic-4.8.5-44.el7.x86_64 1/7 \n Installing : cyrus-sasl-2.1.26-24.el7_9.x86_64 2/7 \n Installing : gdb-7.6.1-120.el7.x86_64 3/7 \n Installing : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 4/7 \n Installing : bzip2-1.0.6-13.el7.x86_64 5/7 \n Installing : libsss_nss_idmap-1.16.5-10.el7_9.16.x86_64 6/7 \n Installing : mssql-server-14.0.3465.1-1.x86_64 7/7 \n\n+--------------------------------------------------------------+\nPlease run 'sudo /opt/mssql/bin/mssql-conf setup'\nto complete the setup of Microsoft SQL Server\n+--------------------------------------------------------------+\n\nSQL Server needs to be restarted in order to apply this setting. Please run\n'systemctl restart mssql-server.service'.\n Verifying : libsss_nss_idmap-1.16.5-10.el7_9.16.x86_64 1/7 \n Verifying : bzip2-1.0.6-13.el7.x86_64 2/7 \n Verifying : mssql-server-14.0.3465.1-1.x86_64 3/7 \n Verifying : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 4/7 \n Verifying : gdb-7.6.1-120.el7.x86_64 5/7 \n Verifying : cyrus-sasl-2.1.26-24.el7_9.x86_64 6/7 \n Verifying : libatomic-4.8.5-44.el7.x86_64 7/7 \n\nInstalled:\n mssql-server.x86_64 0:14.0.3465.1-1 \n\nDependency Installed:\n bzip2.x86_64 0:1.0.6-13.el7 \n cyrus-sasl.x86_64 0:2.1.26-24.el7_9 \n cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 \n gdb.x86_64 0:7.6.1-120.el7 \n libatomic.x86_64 0:4.8.5-44.el7 \n libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.16 \n\nComplete!\n" ] } TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:350 Tuesday 29 July 2025 15:30:14 -0400 (0:00:36.647) 0:00:44.441 ********** ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\nerrorlog=\"$(grep '^errorlogfile = ' /var/opt/mssql/mssql.conf \\\n| sed 's/errorlogfile : //')\" || :\nif [ -s \"${errorlog}\" ]; then\n echo \"${errorlog}\"\nelif [ -s /var/opt/mssql/log/errorlog ]; then\n echo /var/opt/mssql/log/errorlog\nelse\n echo \"\"\nfi\n", "delta": "0:00:00.005478", "end": "2025-07-29 15:30:14.748620", "rc": 0, "start": "2025-07-29 15:30:14.743142" } TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is enabled] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:367 Tuesday 29 July 2025 15:30:14 -0400 (0:00:00.362) 0:00:44.804 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "mssql-server.service" ], "delta": "0:00:00.006859", "end": "2025-07-29 15:30:15.113203", "failed_when_result": false, "rc": 1, "start": "2025-07-29 15:30:15.106344" } STDOUT: disabled MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is running] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:374 Tuesday 29 July 2025 15:30:15 -0400 (0:00:00.363) 0:00:45.167 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-active", "mssql-server.service" ], "delta": "0:00:00.004899", "end": "2025-07-29 15:30:15.443210", "failed_when_result": false, "rc": 3, "start": "2025-07-29 15:30:15.438311" } STDOUT: unknown MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Set the __mssql_is_setup variable] ***** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:381 Tuesday 29 July 2025 15:30:15 -0400 (0:00:00.373) 0:00:45.541 ********** ok: [managed-node2] => { "ansible_facts": { "__mssql_is_setup": false }, "changed": false } TASK [fedora.linux_system_roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:388 Tuesday 29 July 2025 15:30:15 -0400 (0:00:00.089) 0:00:45.630 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:404 Tuesday 29 July 2025 15:30:15 -0400 (0:00:00.097) 0:00:45.727 ********** changed: [managed-node2] => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.mssql : Ensure the directory and permissions for datadir and logdir] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:430 Tuesday 29 July 2025 15:30:20 -0400 (0:00:04.888) 0:00:50.616 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml for managed-node2 included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Ensure the directory and permissions /tmp/mssql_data] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Tuesday 29 July 2025 15:30:20 -0400 (0:00:00.175) 0:00:50.792 ********** changed: [managed-node2] => { "changed": true, "gid": 994, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/tmp/mssql_data", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:12 Tuesday 29 July 2025 15:30:21 -0400 (0:00:00.668) 0:00:51.460 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the setting defaultdatadir] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:28 Tuesday 29 July 2025 15:30:21 -0400 (0:00:00.109) 0:00:51.570 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting filelocation defaultdatadir] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Tuesday 29 July 2025 15:30:21 -0400 (0:00:00.161) 0:00:51.731 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003288", "end": "2025-07-29 15:30:22.100421", "failed_when_result": false, "rc": 1, "start": "2025-07-29 15:30:22.097133" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Tuesday 29 July 2025 15:30:22 -0400 (0:00:00.465) 0:00:52.197 ********** NOTIFIED HANDLER fedora.linux_system_roles.mssql : Restart the mssql-server service for managed-node2 changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultdatadir", "/tmp/mssql_data" ], "delta": "0:00:00.056329", "end": "2025-07-29 15:30:22.606559", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:30:22.550230" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting filelocation defaultdatadir] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Tuesday 29 July 2025 15:30:22 -0400 (0:00:00.521) 0:00:52.718 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the directory and permissions /tmp/mssql_log] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Tuesday 29 July 2025 15:30:22 -0400 (0:00:00.095) 0:00:52.814 ********** changed: [managed-node2] => { "changed": true, "gid": 994, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/tmp/mssql_log", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:12 Tuesday 29 July 2025 15:30:23 -0400 (0:00:00.509) 0:00:53.323 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the setting defaultlogdir] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:28 Tuesday 29 July 2025 15:30:23 -0400 (0:00:00.090) 0:00:53.414 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting filelocation defaultlogdir] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Tuesday 29 July 2025 15:30:23 -0400 (0:00:00.166) 0:00:53.580 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.003974", "end": "2025-07-29 15:30:24.913365", "failed_when_result": false, "rc": 1, "start": "2025-07-29 15:30:23.909391" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Tuesday 29 July 2025 15:30:25 -0400 (0:00:01.392) 0:00:54.972 ********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultlogdir", "/tmp/mssql_log" ], "delta": "0:00:00.047616", "end": "2025-07-29 15:30:25.327313", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:30:25.279697" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting filelocation defaultlogdir] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Tuesday 29 July 2025 15:30:25 -0400 (0:00:00.465) 0:00:55.438 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set selinux role facts for ports] ****** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:445 Tuesday 29 July 2025 15:30:25 -0400 (0:00:00.157) 0:00:55.596 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:459 Tuesday 29 July 2025 15:30:25 -0400 (0:00:00.086) 0:00:55.682 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:470 Tuesday 29 July 2025 15:30:25 -0400 (0:00:00.106) 0:00:55.789 ********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:476 Tuesday 29 July 2025 15:30:26 -0400 (0:00:00.589) 0:00:56.378 ********** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Tue 2025-07-29 15:21:44 EDT", "ActiveEnterTimestampMonotonic": "14445810", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.service systemd-journald.socket systemd-sysctl.service system.slice network.target basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Tue 2025-07-29 15:21:43 EDT", "AssertTimestampMonotonic": "13740956", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2025-07-29 15:21:43 EDT", "ConditionTimestampMonotonic": "13740955", "Conflicts": "cpupower.service shutdown.target", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "873", "ExecMainStartTimestamp": "Tue 2025-07-29 15:21:43 EDT", "ExecMainStartTimestampMonotonic": "13742797", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Tue 2025-07-29 15:21:43 EDT", "InactiveExitTimestampMonotonic": "13742837", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "873", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "polkit.service basic.target system.slice dbus.service", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Tue 2025-07-29 15:21:44 EDT", "WatchdogTimestampMonotonic": "14445765", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:483 Tuesday 29 July 2025 15:30:27 -0400 (0:00:00.794) 0:00:57.172 ********** ok: [managed-node2] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBtc3NxbAo=", "encoding": "base64", "source": "/etc/tuned/active_profile" } TASK [fedora.linux_system_roles.mssql : Decode the active Tuned profiles] ****** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:489 Tuesday 29 July 2025 15:30:27 -0400 (0:00:00.459) 0:00:57.632 ********** ok: [managed-node2] => { "ansible_facts": { "__mssql_tuned_active_profiles": "virtual-guest mssql" }, "changed": false } TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:502 Tuesday 29 July 2025 15:30:27 -0400 (0:00:00.070) 0:00:57.702 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:514 Tuesday 29 July 2025 15:30:27 -0400 (0:00:00.061) 0:00:57.764 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:523 Tuesday 29 July 2025 15:30:27 -0400 (0:00:00.062) 0:00:57.826 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:540 Tuesday 29 July 2025 15:30:27 -0400 (0:00:00.075) 0:00:57.902 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:548 Tuesday 29 July 2025 15:30:27 -0400 (0:00:00.057) 0:00:57.960 ********** changed: [managed-node2] => { "changed": true, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:556 Tuesday 29 July 2025 15:30:28 -0400 (0:00:00.329) 0:00:58.289 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:565 Tuesday 29 July 2025 15:30:28 -0400 (0:00:00.057) 0:00:58.347 ********** changed: [managed-node2] => { "changed": true, "changes": { "installed": [ "mssql-tools18", "unixODBC-devel" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * epel: d2lzkl7pfhq30w.cloudfront.net\n * epel-debuginfo: d2lzkl7pfhq30w.cloudfront.net\n * epel-source: d2lzkl7pfhq30w.cloudfront.net\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-tools18.x86_64 0:18.4.1.1-1 will be installed\n--> Processing Dependency: msodbcsql18 >= 18.0.0.0 for package: mssql-tools18-18.4.1.1-1.x86_64\n---> Package unixODBC-devel.x86_64 0:2.3.11-1.rh will be installed\n--> Processing Dependency: unixODBC = 2.3.11 for package: unixODBC-devel-2.3.11-1.rh.x86_64\n--> Running transaction check\n---> Package msodbcsql18.x86_64 0:18.4.1.1-1 will be installed\n---> Package unixODBC.x86_64 0:2.3.11-1.rh will be installed\n--> Processing Dependency: libltdl.so.7()(64bit) for package: unixODBC-2.3.11-1.rh.x86_64\n--> Running transaction check\n---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n mssql-tools18 x86_64 18.4.1.1-1 packages-microsoft-com-prod 293 k\n unixODBC-devel x86_64 2.3.11-1.rh packages-microsoft-com-prod 53 k\nInstalling for dependencies:\n libtool-ltdl x86_64 2.4.2-22.el7_3 base 49 k\n msodbcsql18 x86_64 18.4.1.1-1 packages-microsoft-com-prod 923 k\n unixODBC x86_64 2.3.11-1.rh packages-microsoft-com-prod 274 k\n\nTransaction Summary\n================================================================================\nInstall 2 Packages (+3 Dependent packages)\n\nTotal download size: 1.6 M\nInstalled size: 3.9 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 1.9 MB/s | 1.6 MB 00:00 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libtool-ltdl-2.4.2-22.el7_3.x86_64 1/5 \n Installing : unixODBC-2.3.11-1.rh.x86_64 2/5 \n Installing : msodbcsql18-18.4.1.1-1.x86_64 3/5 \nodbcinst: Driver installed. Usage count increased to 1. \n Target directory is /etc\n Installing : mssql-tools18-18.4.1.1-1.x86_64 4/5 \n Installing : unixODBC-devel-2.3.11-1.rh.x86_64 5/5 \n Verifying : mssql-tools18-18.4.1.1-1.x86_64 1/5 \n Verifying : unixODBC-devel-2.3.11-1.rh.x86_64 2/5 \n Verifying : libtool-ltdl-2.4.2-22.el7_3.x86_64 3/5 \n Verifying : unixODBC-2.3.11-1.rh.x86_64 4/5 \n Verifying : msodbcsql18-18.4.1.1-1.x86_64 5/5 \n\nInstalled:\n mssql-tools18.x86_64 0:18.4.1.1-1 unixODBC-devel.x86_64 0:2.3.11-1.rh \n\nDependency Installed:\n libtool-ltdl.x86_64 0:2.4.2-22.el7_3 msodbcsql18.x86_64 0:18.4.1.1-1 \n unixODBC.x86_64 0:2.3.11-1.rh \n\nComplete!\n" ] } TASK [fedora.linux_system_roles.mssql : Reset certificate_requests] ************ task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:582 Tuesday 29 July 2025 15:30:33 -0400 (0:00:04.912) 0:01:03.259 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set certificate_requests] ************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:586 Tuesday 29 July 2025 15:30:33 -0400 (0:00:00.056) 0:01:03.315 ********** TASK [Create certificates using the certificate role] ************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:597 Tuesday 29 July 2025 15:30:33 -0400 (0:00:00.053) 0:01:03.369 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:603 Tuesday 29 July 2025 15:30:33 -0400 (0:00:00.058) 0:01:03.428 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Copy certificate and private_key files to the host] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:608 Tuesday 29 July 2025 15:30:33 -0400 (0:00:00.057) 0:01:03.485 ********** skipping: [managed-node2] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlscert setting] ********* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:626 Tuesday 29 July 2025 15:30:33 -0400 (0:00:00.065) 0:01:03.551 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlskey setting] ********** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:635 Tuesday 29 July 2025 15:30:33 -0400 (0:00:00.055) 0:01:03.606 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlsprotocols setting] **** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:644 Tuesday 29 July 2025 15:30:33 -0400 (0:00:00.056) 0:01:03.663 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the forceencryption setting] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:651 Tuesday 29 July 2025 15:30:33 -0400 (0:00:00.057) 0:01:03.720 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get the setting forceencryption] ******* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:660 Tuesday 29 July 2025 15:30:33 -0400 (0:00:00.055) 0:01:03.776 ********** ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail; grep '^forceencryption' /var/opt/mssql/mssql.conf | sed 's/forceencryption = //g'", "delta": "0:00:00.004683", "end": "2025-07-29 15:30:34.067032", "failed_when_result": false, "rc": 1, "start": "2025-07-29 15:30:34.062349" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Append -No to sqlcmd when TLS is not configured] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:669 Tuesday 29 July 2025 15:30:34 -0400 (0:00:00.343) 0:01:04.119 ********** ok: [managed-node2] => { "ansible_facts": { "__sqlcmd_cli": "/opt/mssql-tools18/bin/sqlcmd -No" }, "changed": false } TASK [fedora.linux_system_roles.mssql : Append -C to sqlcmd when TLS is configured but certs are self-signed] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:676 Tuesday 29 July 2025 15:30:34 -0400 (0:00:00.146) 0:01:04.266 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:689 Tuesday 29 July 2025 15:30:34 -0400 (0:00:00.074) 0:01:04.340 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Wait for mssql-server to prepare for client connections] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:693 Tuesday 29 July 2025 15:30:34 -0400 (0:00:00.074) 0:01:04.414 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the set password matches the existing password] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:699 Tuesday 29 July 2025 15:30:34 -0400 (0:00:00.061) 0:01:04.476 ********** skipping: [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 : Ensure that the mssql-server service is stopped] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:708 Tuesday 29 July 2025 15:30:34 -0400 (0:00:00.056) 0:01:04.533 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:717 Tuesday 29 July 2025 15:30:34 -0400 (0:00:00.080) 0:01:04.613 ********** skipping: [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 : Change the password of sa user] ******** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:725 Tuesday 29 July 2025 15:30:34 -0400 (0:00:00.081) 0:01:04.695 ********** skipping: [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 : Pre-input SQL script files to SQL Server] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:746 Tuesday 29 July 2025 15:30:34 -0400 (0:00:00.072) 0:01:04.767 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:755 Tuesday 29 July 2025 15:30:34 -0400 (0:00:00.071) 0:01:04.839 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the set edition matches the existing edition] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:768 Tuesday 29 July 2025 15:30:34 -0400 (0:00:00.058) 0:01:04.897 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:783 Tuesday 29 July 2025 15:30:34 -0400 (0:00:00.066) 0:01:04.964 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:792 Tuesday 29 July 2025 15:30:35 -0400 (0:00:00.090) 0:01:05.054 ********** skipping: [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 : Change the edition of MSSQL] *********** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:798 Tuesday 29 July 2025 15:30:35 -0400 (0:00:00.097) 0:01:05.152 ********** skipping: [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 : Configure the IP address setting] ****** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:817 Tuesday 29 July 2025 15:30:35 -0400 (0:00:00.066) 0:01:05.219 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting network ipaddress] ***** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Tuesday 29 July 2025 15:30:35 -0400 (0:00:00.158) 0:01:05.377 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003067", "end": "2025-07-29 15:30:35.720083", "failed_when_result": false, "rc": 1, "start": "2025-07-29 15:30:35.717016" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network ipaddress] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Tuesday 29 July 2025 15:30:35 -0400 (0:00:00.424) 0:01:05.802 ********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.ipaddress", "0.0.0.0" ], "delta": "0:00:00.122568", "end": "2025-07-29 15:30:36.229352", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:30:36.106784" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting network ipaddress] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Tuesday 29 July 2025 15:30:36 -0400 (0:00:00.528) 0:01:06.330 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register the previous tcpport setting] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:824 Tuesday 29 July 2025 15:30:36 -0400 (0:00:00.075) 0:01:06.406 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:831 Tuesday 29 July 2025 15:30:36 -0400 (0:00:00.076) 0:01:06.483 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the TCP port setting to 1433] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:843 Tuesday 29 July 2025 15:30:36 -0400 (0:00:00.067) 0:01:06.550 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting network tcpport] ******* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Tuesday 29 July 2025 15:30:36 -0400 (0:00:00.114) 0:01:06.665 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003372", "end": "2025-07-29 15:30:36.976059", "failed_when_result": false, "rc": 1, "start": "2025-07-29 15:30:36.972687" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Tuesday 29 July 2025 15:30:37 -0400 (0:00:00.460) 0:01:07.125 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.046289", "end": "2025-07-29 15:30:37.521851", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:30:37.475562" } STDOUT: Validation error on setting 'network.tcpport' Port '1433' is already in use. Please use another port TASK [fedora.linux_system_roles.mssql : Unset the setting network tcpport] ***** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Tuesday 29 July 2025 15:30:37 -0400 (0:00:00.465) 0:01:07.591 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:849 Tuesday 29 July 2025 15:30:37 -0400 (0:00:00.054) 0:01:07.646 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the sqlagent setting] ******** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:869 Tuesday 29 July 2025 15:30:37 -0400 (0:00:00.057) 0:01:07.704 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting sqlagent enabled] ****** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Tuesday 29 July 2025 15:30:37 -0400 (0:00:00.120) 0:01:07.825 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003090", "end": "2025-07-29 15:30:38.130110", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:30:38.127020" } STDOUT: enabled = false TASK [fedora.linux_system_roles.mssql : Configure the setting sqlagent enabled] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Tuesday 29 July 2025 15:30:38 -0400 (0:00:00.364) 0:01:08.189 ********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "sqlagent.enabled", "True" ], "delta": "0:00:00.045029", "end": "2025-07-29 15:30:38.546227", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:30:38.501198" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting sqlagent enabled] **** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Tuesday 29 July 2025 15:30:38 -0400 (0:00:00.422) 0:01:08.612 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:876 Tuesday 29 July 2025 15:30:38 -0400 (0:00:00.072) 0:01:08.684 ********** changed: [managed-node2] => { "changed": true, "changes": { "installed": [ "mssql-server-fts" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * epel: d2lzkl7pfhq30w.cloudfront.net\n * epel-debuginfo: d2lzkl7pfhq30w.cloudfront.net\n * epel-source: d2lzkl7pfhq30w.cloudfront.net\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server-fts.x86_64 0:14.0.3465.1-1 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n mssql-server-fts\n x86_64 14.0.3465.1-1 packages-microsoft-com-mssql-server-2017 225 M\n\nTransaction Summary\n================================================================================\nInstall 1 Package\n\nTotal download size: 225 M\nInstalled size: 554 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : mssql-server-fts-14.0.3465.1-1.x86_64 1/1 \n\n+-------------------------------------------------------------------------------------+\nPlease restart mssql-server to enable Microsoft SQL Server Full Text Search.\n+-------------------------------------------------------------------------------------+\n\n Verifying : mssql-server-fts-14.0.3465.1-1.x86_64 1/1 \n\nInstalled:\n mssql-server-fts.x86_64 0:14.0.3465.1-1 \n\nComplete!\n" ] } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:883 Tuesday 29 July 2025 15:31:08 -0400 (0:00:29.458) 0:01:38.142 ********** changed: [managed-node2] => { "changed": true, "changes": { "installed": [ "powershell" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * epel: d2lzkl7pfhq30w.cloudfront.net\n * epel-debuginfo: d2lzkl7pfhq30w.cloudfront.net\n * epel-source: d2lzkl7pfhq30w.cloudfront.net\nResolving Dependencies\n--> Running transaction check\n---> Package powershell.x86_64 0:7.3.12-1.rh will be installed\n--> Processing Dependency: libicu for package: powershell-7.3.12-1.rh.x86_64\n--> Running transaction check\n---> Package libicu.x86_64 0:50.2-4.el7_7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n powershell x86_64 7.3.12-1.rh packages-microsoft-com-prod 66 M\nInstalling for dependencies:\n libicu x86_64 50.2-4.el7_7 base 6.9 M\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+1 Dependent package)\n\nTotal download size: 72 M\nInstalled size: 192 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 34 MB/s | 72 MB 00:02 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libicu-50.2-4.el7_7.x86_64 1/2 \n Installing : powershell-7.3.12-1.rh.x86_64 2/2 \n Verifying : powershell-7.3.12-1.rh.x86_64 1/2 \n Verifying : libicu-50.2-4.el7_7.x86_64 2/2 \n\nInstalled:\n powershell.x86_64 0:7.3.12-1.rh \n\nDependency Installed:\n libicu.x86_64 0:50.2-4.el7_7 \n\nComplete!\n" ] } TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:892 Tuesday 29 July 2025 15:31:22 -0400 (0:00:14.500) 0:01:52.642 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004107", "end": "2025-07-29 15:31:23.953817", "failed_when_result": false, "rc": 1, "start": "2025-07-29 15:31:22.949710" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:898 Tuesday 29 July 2025 15:31:24 -0400 (0:00:01.372) 0:01:54.015 ********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "traceflag", "3979", "on" ], "delta": "0:00:00.046313", "end": "2025-07-29 15:31:24.351420", "rc": 0, "start": "2025-07-29 15:31:24.305107" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] ************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:905 Tuesday 29 July 2025 15:31:24 -0400 (0:00:00.435) 0:01:54.451 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:913 Tuesday 29 July 2025 15:31:24 -0400 (0:00:00.093) 0:01:54.544 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting control alternatewritethrough] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Tuesday 29 July 2025 15:31:24 -0400 (0:00:00.221) 0:01:54.766 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003495", "end": "2025-07-29 15:31:25.099640", "failed_when_result": false, "rc": 1, "start": "2025-07-29 15:31:25.096145" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting control alternatewritethrough] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Tuesday 29 July 2025 15:31:25 -0400 (0:00:00.430) 0:01:55.196 ********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.alternatewritethrough", "0" ], "delta": "0:00:00.048486", "end": "2025-07-29 15:31:25.567471", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:31:25.518985" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting control alternatewritethrough] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Tuesday 29 July 2025 15:31:25 -0400 (0:00:00.439) 0:01:55.636 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] **** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:919 Tuesday 29 July 2025 15:31:25 -0400 (0:00:00.059) 0:01:55.695 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting control writethrough] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Tuesday 29 July 2025 15:31:25 -0400 (0:00:00.107) 0:01:55.802 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004105", "end": "2025-07-29 15:31:27.081405", "failed_when_result": false, "rc": 1, "start": "2025-07-29 15:31:26.077300" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting control writethrough] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Tuesday 29 July 2025 15:31:27 -0400 (0:00:01.406) 0:01:57.209 ********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.writethrough", "1" ], "delta": "0:00:00.044927", "end": "2025-07-29 15:31:27.574163", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:31:27.529236" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting control writethrough] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Tuesday 29 July 2025 15:31:27 -0400 (0:00:00.471) 0:01:57.680 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:929 Tuesday 29 July 2025 15:31:27 -0400 (0:00:00.093) 0:01:57.774 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:937 Tuesday 29 July 2025 15:31:27 -0400 (0:00:00.088) 0:01:57.863 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure adutil and krb5-workstation] **** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:945 Tuesday 29 July 2025 15:31:27 -0400 (0:00:00.081) 0:01:57.945 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print credential caches to check if AD principal exists] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:952 Tuesday 29 July 2025 15:31:28 -0400 (0:00:00.078) 0:01:58.024 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:959 Tuesday 29 July 2025 15:31:28 -0400 (0:00:00.099) 0:01:58.123 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:968 Tuesday 29 July 2025 15:31:28 -0400 (0:00:00.072) 0:01:58.195 ********** skipping: [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 : Check if AD user exists] *************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:981 Tuesday 29 July 2025 15:31:28 -0400 (0:00:00.077) 0:01:58.273 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : In AD server create user] ************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:990 Tuesday 29 July 2025 15:31:28 -0400 (0:00:00.138) 0:01:58.411 ********** skipping: [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 : Ensure proper configuration on user] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1004 Tuesday 29 July 2025 15:31:28 -0400 (0:00:00.088) 0:01:58.499 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get SPNs for the principal] ************ task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1014 Tuesday 29 July 2025 15:31:28 -0400 (0:00:00.091) 0:01:58.591 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register SPNs to the principal] ******** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1019 Tuesday 29 July 2025 15:31:28 -0400 (0:00:00.065) 0:01:58.657 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get kvno of the SPN host] ************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1036 Tuesday 29 July 2025 15:31:28 -0400 (0:00:00.071) 0:01:58.728 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get stats of the keytab file] ********** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1041 Tuesday 29 July 2025 15:31:28 -0400 (0:00:00.063) 0:01:58.791 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get keytab properties] ***************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1046 Tuesday 29 July 2025 15:31:28 -0400 (0:00:00.057) 0:01:58.849 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create keytab] ************************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1052 Tuesday 29 July 2025 15:31:28 -0400 (0:00:00.074) 0:01:58.923 ********** skipping: [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 : Add an entry in the keytab for the principal name and password] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1078 Tuesday 29 July 2025 15:31:29 -0400 (0:00:00.085) 0:01:59.008 ********** skipping: [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 : Ensure correct permissions and ownership on the keytab] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1099 Tuesday 29 July 2025 15:31:29 -0400 (0:00:00.092) 0:01:59.100 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fetch keytab file to host] ************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1107 Tuesday 29 July 2025 15:31:29 -0400 (0:00:00.071) 0:01:59.172 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1117 Tuesday 29 July 2025 15:31:29 -0400 (0:00:00.072) 0:01:59.245 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1123 Tuesday 29 July 2025 15:31:29 -0400 (0:00:00.077) 0:01:59.322 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Mark active hosts] ********************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1140 Tuesday 29 July 2025 15:31:29 -0400 (0:00:00.056) 0:01:59.378 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail if any hosts are no longer active] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1144 Tuesday 29 July 2025 15:31:29 -0400 (0:00:00.066) 0:01:59.445 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset __mssql_is_active] *************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1159 Tuesday 29 July 2025 15:31:29 -0400 (0:00:00.088) 0:01:59.533 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the port and enable the high-availability service in firewall tcp port 5022] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1165 Tuesday 29 July 2025 15:31:29 -0400 (0:00:00.090) 0:01:59.624 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set host variables] ******************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1185 Tuesday 29 July 2025 15:31:29 -0400 (0:00:00.095) 0:01:59.720 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1238 Tuesday 29 July 2025 15:31:29 -0400 (0:00:00.083) 0:01:59.804 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1245 Tuesday 29 July 2025 15:31:29 -0400 (0:00:00.079) 0:01:59.883 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1252 Tuesday 29 July 2025 15:31:29 -0400 (0:00:00.084) 0:01:59.967 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1264 Tuesday 29 July 2025 15:31:30 -0400 (0:00:00.095) 0:02:00.062 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate and private key files] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1270 Tuesday 29 July 2025 15:31:30 -0400 (0:00:00.090) 0:02:00.152 ********** skipping: [managed-node2] => (item=/var/opt/mssql/data/.cer) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.cer", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/var/opt/mssql/data/.pvk) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.pvk", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure SQL entities on the primary replica] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1278 Tuesday 29 July 2025 15:31:30 -0400 (0:00:00.088) 0:02:00.241 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create login for HA on in SQL Server] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1287 Tuesday 29 July 2025 15:31:30 -0400 (0:00:00.072) 0:02:00.313 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1295 Tuesday 29 July 2025 15:31:30 -0400 (0:00:00.059) 0:02:00.373 ********** skipping: [managed-node2] => (item={u'key': u'cert', u'value': u'/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'key': u'key', u'value': u'/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get the current primary replica in SQL] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1309 Tuesday 29 July 2025 15:31:30 -0400 (0:00:00.123) 0:02:00.497 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set fact with the current primary replica] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1315 Tuesday 29 July 2025 15:31:30 -0400 (0:00:00.065) 0:02:00.563 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that primary instance hosts is available] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1321 Tuesday 29 July 2025 15:31:30 -0400 (0:00:00.090) 0:02:00.654 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure ag] ************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1331 Tuesday 29 July 2025 15:31:30 -0400 (0:00:00.088) 0:02:00.742 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1338 Tuesday 29 July 2025 15:31:30 -0400 (0:00:00.089) 0:02:00.832 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Replicate DBs] ************************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1347 Tuesday 29 July 2025 15:31:30 -0400 (0:00:00.090) 0:02:00.922 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Mark active hosts] ********************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1354 Tuesday 29 July 2025 15:31:31 -0400 (0:00:00.087) 0:02:01.010 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail if any hosts are no longer active] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1358 Tuesday 29 July 2025 15:31:31 -0400 (0:00:00.090) 0:02:01.101 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1375 Tuesday 29 July 2025 15:31:31 -0400 (0:00:00.086) 0:02:01.188 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1388 Tuesday 29 July 2025 15:31:31 -0400 (0:00:00.092) 0:02:01.280 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1395 Tuesday 29 July 2025 15:31:31 -0400 (0:00:00.092) 0:02:01.373 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1402 Tuesday 29 July 2025 15:31:31 -0400 (0:00:00.084) 0:02:01.457 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1411 Tuesday 29 July 2025 15:31:31 -0400 (0:00:00.094) 0:02:01.552 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1418 Tuesday 29 July 2025 15:31:31 -0400 (0:00:00.093) 0:02:01.645 ********** skipping: [managed-node2] => (item={u'key': u'cert', u'value': u'/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'key': u'key', u'value': u'/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure SQL entities on not primary replicas] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1430 Tuesday 29 July 2025 15:31:31 -0400 (0:00:00.116) 0:02:01.762 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create HA login] *********************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1439 Tuesday 29 July 2025 15:31:31 -0400 (0:00:00.083) 0:02:01.845 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Join to availability group] ************ task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1446 Tuesday 29 July 2025 15:31:31 -0400 (0:00:00.071) 0:02:01.917 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1452 Tuesday 29 July 2025 15:31:32 -0400 (0:00:00.061) 0:02:01.979 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate and private key from the control node] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1460 Tuesday 29 July 2025 15:31:32 -0400 (0:00:00.059) 0:02:02.038 ********** skipping: [managed-node2] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=key) => { "ansible_loop_var": "item", "changed": false, "item": "key", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Save credentials for the SQL Server login] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1473 Tuesday 29 July 2025 15:31:32 -0400 (0:00:00.070) 0:02:02.109 ********** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1485 Tuesday 29 July 2025 15:31:32 -0400 (0:00:00.078) 0:02:02.187 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Wait for the cluster to finish configuration] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1490 Tuesday 29 July 2025 15:31:32 -0400 (0:00:00.088) 0:02:02.276 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure listener for the availability group] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1498 Tuesday 29 July 2025 15:31:32 -0400 (0:00:00.070) 0:02:02.346 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1507 Tuesday 29 July 2025 15:31:32 -0400 (0:00:00.077) 0:02:02.424 ********** changed: [managed-node2] => { "changed": true } MSG: Block inserted RUNNING HANDLER [fedora.linux_system_roles.mssql : Restart the mssql-server service] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 Tuesday 29 July 2025 15:31:33 -0400 (0:00:00.665) 0:02:03.089 ********** changed: [managed-node2] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Tue 2025-07-29 15:30:20 EDT", "ActiveEnterTimestampMonotonic": "530832924", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "auditd.service systemd-journald.socket system.slice -.mount network.target basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Tue 2025-07-29 15:30:20 EDT", "AssertTimestampMonotonic": "530832387", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2025-07-29 15:30:20 EDT", "ConditionTimestampMonotonic": "530832386", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "13390", "ExecMainStartTimestamp": "Tue 2025-07-29 15:30:20 EDT", "ExecMainStartTimestampMonotonic": "530832877", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Tue 2025-07-29 15:30:20 EDT", "InactiveExitTimestampMonotonic": "530832924", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "13390", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target -.mount system.slice", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "3", "StartLimitInterval": "120000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Tue 2025-07-29 15:30:20 EDT", "WatchdogTimestampMonotonic": "530832908", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } META: ran handlers TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1520 Tuesday 29 July 2025 15:31:34 -0400 (0:00:01.193) 0:02:04.283 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1527 Tuesday 29 July 2025 15:31:34 -0400 (0:00:00.089) 0:02:04.372 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Configure the mssql-server service start limit interval and burst] ******* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_idempotency.yml:20 Tuesday 29 July 2025 15:31:34 -0400 (0:00:00.091) 0:02:04.464 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql-sever-increase-start-limit.yml for managed-node2 TASK [Create service drop-in directory] **************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql-sever-increase-start-limit.yml:3 Tuesday 29 July 2025 15:31:34 -0400 (0:00:00.316) 0:02:04.780 ********** changed: [managed-node2] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/systemd/system/mssql-server.service.d", "secontext": "unconfined_u:object_r:systemd_unit_file_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [Modify the mssql-server service start limit interval and burst] ********** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql-sever-increase-start-limit.yml:11 Tuesday 29 July 2025 15:31:35 -0400 (0:00:00.340) 0:02:05.120 ********** changed: [managed-node2] => { "changed": true, "checksum": "c2c05a3dc1d516acdec3ead86f9dbbc1adaa39d7", "dest": "/etc/systemd/system/mssql-server.service.d/startlimit.conf", "gid": 0, "group": "root", "md5sum": "4e553ebde6af773b4efe9008c4676a82", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:systemd_unit_file_t:s0", "size": 49, "src": "/root/.ansible/tmp/ansible-tmp-1753817495.19-21026-260618470147045/source", "state": "file", "uid": 0 } TASK [Reload service daemon] *************************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql-sever-increase-start-limit.yml:23 Tuesday 29 July 2025 15:31:36 -0400 (0:00:00.913) 0:02:06.034 ********** ok: [managed-node2] => { "changed": false, "name": null, "status": {} } TASK [Run again with the same settings - should report not changed] ************ task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_idempotency.yml:23 Tuesday 29 July 2025 15:31:36 -0400 (0:00:00.495) 0:02:06.530 ********** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Tuesday 29 July 2025 15:31:37 -0400 (0:00:00.512) 0:02:07.042 ********** included: /tmp/collections-x4y/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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Tuesday 29 July 2025 15:31:37 -0400 (0:00:00.099) 0:02:07.142 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set platform/version specific variables] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Tuesday 29 July 2025 15:31:37 -0400 (0:00:00.076) 0:02:07.218 ********** 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-x4y/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, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node2] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Run systemctl] ************************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:22 Tuesday 29 July 2025 15:31:37 -0400 (0:00:00.097) 0:02:07.316 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Require installed systemd] ************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:29 Tuesday 29 July 2025 15:31:37 -0400 (0:00:00.058) 0:02:07.374 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:34 Tuesday 29 July 2025 15:31:37 -0400 (0:00:00.058) 0:02:07.432 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset internal role facts] ************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Tuesday 29 July 2025 15:31:37 -0400 (0:00:00.059) 0:02:07.492 ********** 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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:16 Tuesday 29 July 2025 15:31:37 -0400 (0:00:00.054) 0:02:07.546 ********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:24 Tuesday 29 July 2025 15:31:37 -0400 (0:00:00.055) 0:02:07.602 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the variable is deprecated] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:31 Tuesday 29 July 2025 15:31:37 -0400 (0:00:00.057) 0:02:07.660 ********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:38 Tuesday 29 July 2025 15:31:37 -0400 (0:00:00.057) 0:02:07.717 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:45 Tuesday 29 July 2025 15:31:37 -0400 (0:00:00.066) 0:02:07.784 ********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:52 Tuesday 29 July 2025 15:31:37 -0400 (0:00:00.064) 0:02:07.848 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:59 Tuesday 29 July 2025 15:31:37 -0400 (0:00:00.058) 0:02:07.907 ********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:66 Tuesday 29 July 2025 15:31:37 -0400 (0:00:00.059) 0:02:07.966 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that variable is deprecated] ***** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:75 Tuesday 29 July 2025 15:31:38 -0400 (0:00:00.057) 0:02:08.024 ********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated fact] ************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:84 Tuesday 29 July 2025 15:31:38 -0400 (0:00:00.058) 0:02:08.082 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:88 Tuesday 29 July 2025 15:31:38 -0400 (0:00:00.056) 0:02:08.139 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that the user accepts EULA variables] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:95 Tuesday 29 July 2025 15:31:38 -0400 (0:00:00.061) 0:02:08.200 ********** 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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:107 Tuesday 29 July 2025 15:31:38 -0400 (0:00:00.066) 0:02:08.266 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:115 Tuesday 29 July 2025 15:31:38 -0400 (0:00:00.060) 0:02:08.326 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:124 Tuesday 29 July 2025 15:31:38 -0400 (0:00:00.124) 0:02:08.451 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:133 Tuesday 29 July 2025 15:31:38 -0400 (0:00:00.059) 0:02:08.511 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:143 Tuesday 29 July 2025 15:31:38 -0400 (0:00:00.061) 0:02:08.573 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_manage_selinux is set properly] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:152 Tuesday 29 July 2025 15:31:38 -0400 (0:00:00.059) 0:02:08.632 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:163 Tuesday 29 July 2025 15:31:38 -0400 (0:00:00.058) 0:02:08.691 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174 Tuesday 29 July 2025 15:31:38 -0400 (0:00:00.056) 0:02:08.748 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:185 Tuesday 29 July 2025 15:31:38 -0400 (0:00:00.069) 0:02:08.817 ********** 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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:189 Tuesday 29 July 2025 15:31:40 -0400 (0:00:01.408) 0:02:10.225 ********** ok: [managed-node2] => (item={u'value': 14, u'key': 2017}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } skipping: [managed-node2] => (item={u'value': 15, u'key': 2019}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'value': 16, u'key': 2022}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if mssql_version is not bigger then the existing SQL Server version] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:197 Tuesday 29 July 2025 15:31:40 -0400 (0:00:00.176) 0:02:10.402 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:210 Tuesday 29 July 2025 15:31:40 -0400 (0:00:00.063) 0:02:10.466 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:217 Tuesday 29 July 2025 15:31:40 -0400 (0:00:00.059) 0:02:10.525 ********** 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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:224 Tuesday 29 July 2025 15:31:40 -0400 (0:00:00.081) 0:02:10.606 ********** skipping: [managed-node2] => (item={u'value': 14, u'key': 2017}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'value': 15, u'key': 2019}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'value': 16, u'key': 2022}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:238 Tuesday 29 July 2025 15:31:40 -0400 (0:00:00.119) 0:02:10.726 ********** ok: [managed-node2] => { "attempts": 1, "changed": false } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:252 Tuesday 29 July 2025 15:31:41 -0400 (0:00:00.578) 0:02:11.304 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:262 Tuesday 29 July 2025 15:31:41 -0400 (0:00:00.103) 0:02:11.408 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:273 Tuesday 29 July 2025 15:31:41 -0400 (0:00:00.104) 0:02:11.512 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:287 Tuesday 29 July 2025 15:31:41 -0400 (0:00:00.098) 0:02:11.611 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get zypper repositories] *************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:296 Tuesday 29 July 2025 15:31:41 -0400 (0:00:00.102) 0:02:11.714 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:308 Tuesday 29 July 2025 15:31:41 -0400 (0:00:00.080) 0:02:11.794 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:315 Tuesday 29 July 2025 15:31:41 -0400 (0:00:00.098) 0:02:11.893 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:327 Tuesday 29 July 2025 15:31:42 -0400 (0:00:00.125) 0:02:12.019 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:340 Tuesday 29 July 2025 15:31:42 -0400 (0:00:00.099) 0:02:12.118 ********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "mssql-server-selinux is not installed" ] } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server] ******* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:345 Tuesday 29 July 2025 15:31:42 -0400 (0:00:00.645) 0:02:12.764 ********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.x86_64 providing mssql-server is already installed" ] } TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:350 Tuesday 29 July 2025 15:31:43 -0400 (0:00:00.663) 0:02:13.428 ********** ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\nerrorlog=\"$(grep '^errorlogfile = ' /var/opt/mssql/mssql.conf \\\n| sed 's/errorlogfile : //')\" || :\nif [ -s \"${errorlog}\" ]; then\n echo \"${errorlog}\"\nelif [ -s /var/opt/mssql/log/errorlog ]; then\n echo /var/opt/mssql/log/errorlog\nelse\n echo \"\"\nfi\n", "delta": "0:00:00.005323", "end": "2025-07-29 15:31:43.754897", "rc": 0, "start": "2025-07-29 15:31:43.749574" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is enabled] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:367 Tuesday 29 July 2025 15:31:43 -0400 (0:00:00.413) 0:02:13.842 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "mssql-server.service" ], "delta": "0:00:00.005595", "end": "2025-07-29 15:31:44.190398", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:31:44.184803" } STDOUT: enabled TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is running] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:374 Tuesday 29 July 2025 15:31:44 -0400 (0:00:00.440) 0:02:14.283 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-active", "mssql-server.service" ], "delta": "0:00:00.004533", "end": "2025-07-29 15:31:44.615686", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:31:44.611153" } STDOUT: active TASK [fedora.linux_system_roles.mssql : Set the __mssql_is_setup variable] ***** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:381 Tuesday 29 July 2025 15:31:44 -0400 (0:00:00.433) 0:02:14.716 ********** ok: [managed-node2] => { "ansible_facts": { "__mssql_is_setup": true }, "changed": false } TASK [fedora.linux_system_roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:388 Tuesday 29 July 2025 15:31:44 -0400 (0:00:00.095) 0:02:14.811 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:404 Tuesday 29 July 2025 15:31:44 -0400 (0:00:00.085) 0:02:14.897 ********** skipping: [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 : Ensure the directory and permissions for datadir and logdir] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:430 Tuesday 29 July 2025 15:31:45 -0400 (0:00:00.093) 0:02:14.990 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml for managed-node2 included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Ensure the directory and permissions /tmp/mssql_data] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Tuesday 29 July 2025 15:31:45 -0400 (0:00:00.329) 0:02:15.320 ********** ok: [managed-node2] => { "changed": false, "gid": 994, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/tmp/mssql_data", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:12 Tuesday 29 July 2025 15:31:45 -0400 (0:00:00.509) 0:02:15.830 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the setting defaultdatadir] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:28 Tuesday 29 July 2025 15:31:45 -0400 (0:00:00.095) 0:02:15.925 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting filelocation defaultdatadir] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Tuesday 29 July 2025 15:31:46 -0400 (0:00:00.147) 0:02:16.073 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003615", "end": "2025-07-29 15:31:46.423003", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:31:46.419388" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Tuesday 29 July 2025 15:31:46 -0400 (0:00:00.418) 0:02:16.491 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting filelocation defaultdatadir] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Tuesday 29 July 2025 15:31:46 -0400 (0:00:00.099) 0:02:16.591 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the directory and permissions /tmp/mssql_log] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Tuesday 29 July 2025 15:31:46 -0400 (0:00:00.095) 0:02:16.687 ********** ok: [managed-node2] => { "changed": false, "gid": 994, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/tmp/mssql_log", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 4096, "state": "directory", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:12 Tuesday 29 July 2025 15:31:47 -0400 (0:00:00.419) 0:02:17.107 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the setting defaultlogdir] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:28 Tuesday 29 July 2025 15:31:47 -0400 (0:00:00.107) 0:02:17.214 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting filelocation defaultlogdir] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Tuesday 29 July 2025 15:31:47 -0400 (0:00:00.151) 0:02:17.366 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002979", "end": "2025-07-29 15:31:47.689717", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:31:47.686738" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Tuesday 29 July 2025 15:31:47 -0400 (0:00:00.397) 0:02:17.764 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting filelocation defaultlogdir] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Tuesday 29 July 2025 15:31:47 -0400 (0:00:00.070) 0:02:17.834 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set selinux role facts for ports] ****** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:445 Tuesday 29 July 2025 15:31:47 -0400 (0:00:00.063) 0:02:17.897 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:459 Tuesday 29 July 2025 15:31:47 -0400 (0:00:00.059) 0:02:17.957 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:470 Tuesday 29 July 2025 15:31:48 -0400 (0:00:00.061) 0:02:18.018 ********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:476 Tuesday 29 July 2025 15:31:48 -0400 (0:00:00.624) 0:02:18.643 ********** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Tue 2025-07-29 15:21:44 EDT", "ActiveEnterTimestampMonotonic": "14445810", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket system.slice dbus.service network.target basic.target systemd-sysctl.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Tue 2025-07-29 15:21:43 EDT", "AssertTimestampMonotonic": "13740956", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2025-07-29 15:21:43 EDT", "ConditionTimestampMonotonic": "13740955", "Conflicts": "cpupower.service shutdown.target", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "873", "ExecMainStartTimestamp": "Tue 2025-07-29 15:21:43 EDT", "ExecMainStartTimestampMonotonic": "13742797", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Tue 2025-07-29 15:21:43 EDT", "InactiveExitTimestampMonotonic": "13742837", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "873", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice polkit.service dbus.service basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Tue 2025-07-29 15:21:44 EDT", "WatchdogTimestampMonotonic": "14445765", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:483 Tuesday 29 July 2025 15:31:49 -0400 (0:00:00.535) 0:02:19.178 ********** ok: [managed-node2] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBtc3NxbAo=", "encoding": "base64", "source": "/etc/tuned/active_profile" } TASK [fedora.linux_system_roles.mssql : Decode the active Tuned profiles] ****** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:489 Tuesday 29 July 2025 15:31:49 -0400 (0:00:00.420) 0:02:19.598 ********** ok: [managed-node2] => { "ansible_facts": { "__mssql_tuned_active_profiles": "virtual-guest mssql" }, "changed": false } TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:502 Tuesday 29 July 2025 15:31:49 -0400 (0:00:00.102) 0:02:19.700 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:514 Tuesday 29 July 2025 15:31:49 -0400 (0:00:00.103) 0:02:19.804 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:523 Tuesday 29 July 2025 15:31:49 -0400 (0:00:00.084) 0:02:19.889 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:540 Tuesday 29 July 2025 15:31:49 -0400 (0:00:00.078) 0:02:19.968 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:548 Tuesday 29 July 2025 15:31:50 -0400 (0:00:00.060) 0:02:20.028 ********** ok: [managed-node2] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:556 Tuesday 29 July 2025 15:31:50 -0400 (0:00:00.376) 0:02:20.405 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:565 Tuesday 29 July 2025 15:31:50 -0400 (0:00:00.096) 0:02:20.501 ********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "mssql-tools18-18.4.1.1-1.x86_64 providing mssql-tools18 is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } TASK [fedora.linux_system_roles.mssql : Reset certificate_requests] ************ task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:582 Tuesday 29 July 2025 15:31:51 -0400 (0:00:00.619) 0:02:21.121 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set certificate_requests] ************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:586 Tuesday 29 July 2025 15:31:51 -0400 (0:00:00.072) 0:02:21.193 ********** TASK [Create certificates using the certificate role] ************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:597 Tuesday 29 July 2025 15:31:51 -0400 (0:00:00.059) 0:02:21.253 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:603 Tuesday 29 July 2025 15:31:51 -0400 (0:00:00.083) 0:02:21.336 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Copy certificate and private_key files to the host] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:608 Tuesday 29 July 2025 15:31:51 -0400 (0:00:00.091) 0:02:21.428 ********** skipping: [managed-node2] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlscert setting] ********* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:626 Tuesday 29 July 2025 15:31:51 -0400 (0:00:00.106) 0:02:21.535 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlskey setting] ********** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:635 Tuesday 29 July 2025 15:31:51 -0400 (0:00:00.081) 0:02:21.616 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlsprotocols setting] **** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:644 Tuesday 29 July 2025 15:31:51 -0400 (0:00:00.089) 0:02:21.706 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the forceencryption setting] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:651 Tuesday 29 July 2025 15:31:51 -0400 (0:00:00.092) 0:02:21.799 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get the setting forceencryption] ******* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:660 Tuesday 29 July 2025 15:31:51 -0400 (0:00:00.172) 0:02:21.972 ********** ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail; grep '^forceencryption' /var/opt/mssql/mssql.conf | sed 's/forceencryption = //g'", "delta": "0:00:00.004256", "end": "2025-07-29 15:31:52.251276", "failed_when_result": false, "rc": 1, "start": "2025-07-29 15:31:52.247020" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Append -No to sqlcmd when TLS is not configured] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:669 Tuesday 29 July 2025 15:31:52 -0400 (0:00:00.337) 0:02:22.309 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Append -C to sqlcmd when TLS is configured but certs are self-signed] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:676 Tuesday 29 July 2025 15:31:52 -0400 (0:00:00.096) 0:02:22.406 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:689 Tuesday 29 July 2025 15:31:52 -0400 (0:00:00.100) 0:02:22.506 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Tuesday 29 July 2025 15:31:52 -0400 (0:00:00.154) 0:02:22.660 ********** ok: [managed-node2] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Tue 2025-07-29 15:31:34 EDT", "ActiveEnterTimestampMonotonic": "604519205", "ActiveExitTimestamp": "Tue 2025-07-29 15:31:33 EDT", "ActiveExitTimestampMonotonic": "603972653", "ActiveState": "active", "After": "systemd-journald.socket system.slice auditd.service basic.target network.target -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Tue 2025-07-29 15:31:34 EDT", "AssertTimestampMonotonic": "604518531", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2025-07-29 15:31:34 EDT", "ConditionTimestampMonotonic": "604518530", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "DropInPaths": "/etc/systemd/system/mssql-server.service.d/startlimit.conf", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "15172", "ExecMainStartTimestamp": "Tue 2025-07-29 15:31:34 EDT", "ExecMainStartTimestampMonotonic": "604519144", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Tue 2025-07-29 15:31:34 EDT", "InactiveEnterTimestampMonotonic": "604517184", "InactiveExitTimestamp": "Tue 2025-07-29 15:31:34 EDT", "InactiveExitTimestampMonotonic": "604519205", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "15172", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice -.mount basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Tue 2025-07-29 15:31:34 EDT", "WatchdogTimestampMonotonic": "604519185", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:9 Tuesday 29 July 2025 15:31:53 -0400 (0:00:00.444) 0:02:23.105 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002862", "end": "2025-07-29 15:31:53.379129", "failed_when_result": false, "rc": 1, "start": "2025-07-29 15:31:53.376267" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:15 Tuesday 29 July 2025 15:31:53 -0400 (0:00:00.341) 0:02:23.447 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002952", "end": "2025-07-29 15:31:53.729742", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:31:53.726790" } STDOUT: ipaddress = 0.0.0.0 TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:21 Tuesday 29 July 2025 15:31:53 -0400 (0:00:00.339) 0:02:23.786 ********** 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 : Wait for mssql-server to prepare for client connections] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:693 Tuesday 29 July 2025 15:31:53 -0400 (0:00:00.079) 0:02:23.865 ********** ok: [managed-node2] => { "changed": false, "elapsed": 1, "gid": 994, "group": "mssql", "match_groupdict": {}, "match_groups": [], "mode": "0660", "owner": "mssql", "path": "/var/opt/mssql/log/errorlog", "port": null, "search_regex": "SQL Server is now ready for client connections", "secontext": "system_u:object_r:var_t:s0", "size": 7454, "state": "file", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Check if the set password matches the existing password] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:699 Tuesday 29 July 2025 15:31:55 -0400 (0:00:01.531) 0:02:25.397 ********** ok: [managed-node2] => { "attempts": 1, "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 : Ensure that the mssql-server service is stopped] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:708 Tuesday 29 July 2025 15:31:55 -0400 (0:00:00.386) 0:02:25.783 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:717 Tuesday 29 July 2025 15:31:55 -0400 (0:00:00.069) 0:02:25.853 ********** 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 : Change the password of sa user] ******** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:725 Tuesday 29 July 2025 15:31:57 -0400 (0:00:01.197) 0:02:27.050 ********** skipping: [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 : Pre-input SQL script files to SQL Server] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:746 Tuesday 29 July 2025 15:31:57 -0400 (0:00:00.070) 0:02:27.120 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:755 Tuesday 29 July 2025 15:31:57 -0400 (0:00:00.065) 0:02:27.185 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the set edition matches the existing edition] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:768 Tuesday 29 July 2025 15:31:57 -0400 (0:00:00.063) 0:02:27.249 ********** ok: [managed-node2] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Evaluation edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n edition_matches=false\nelse\n edition_matches=true\nfi\necho \"${edition_matches}\"\n", "delta": "0:00:00.004782", "end": "2025-07-29 15:31:57.535297", "rc": 0, "start": "2025-07-29 15:31:57.530515" } STDOUT: true TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:783 Tuesday 29 July 2025 15:31:57 -0400 (0:00:00.347) 0:02:27.596 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:792 Tuesday 29 July 2025 15:31:57 -0400 (0:00:00.067) 0:02:27.664 ********** 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 : Change the edition of MSSQL] *********** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:798 Tuesday 29 July 2025 15:31:58 -0400 (0:00:01.286) 0:02:28.951 ********** skipping: [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 : Configure the IP address setting] ****** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:817 Tuesday 29 July 2025 15:31:59 -0400 (0:00:00.067) 0:02:29.018 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting network ipaddress] ***** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Tuesday 29 July 2025 15:31:59 -0400 (0:00:00.121) 0:02:29.140 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003117", "end": "2025-07-29 15:31:59.437165", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:31:59.434048" } STDOUT: ipaddress = 0.0.0.0 TASK [fedora.linux_system_roles.mssql : Configure the setting network ipaddress] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Tuesday 29 July 2025 15:31:59 -0400 (0:00:00.369) 0:02:29.509 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network ipaddress] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Tuesday 29 July 2025 15:31:59 -0400 (0:00:00.118) 0:02:29.628 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register the previous tcpport setting] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:824 Tuesday 29 July 2025 15:31:59 -0400 (0:00:00.085) 0:02:29.714 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1433] ************************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:831 Tuesday 29 July 2025 15:31:59 -0400 (0:00:00.077) 0:02:29.791 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the TCP port setting to 1433] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:843 Tuesday 29 July 2025 15:31:59 -0400 (0:00:00.059) 0:02:29.851 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting network tcpport] ******* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Tuesday 29 July 2025 15:31:59 -0400 (0:00:00.108) 0:02:29.959 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003078", "end": "2025-07-29 15:32:00.262907", "failed_when_result": false, "rc": 1, "start": "2025-07-29 15:32:00.259829" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Tuesday 29 July 2025 15:32:00 -0400 (0:00:00.386) 0:02:30.346 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1433" ], "delta": "0:00:00.045501", "end": "2025-07-29 15:32:00.690415", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:32:00.644914" } STDOUT: Validation error on setting 'network.tcpport' Port '1433' is already in use. Please use another port TASK [fedora.linux_system_roles.mssql : Unset the setting network tcpport] ***** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Tuesday 29 July 2025 15:32:00 -0400 (0:00:00.420) 0:02:30.766 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:849 Tuesday 29 July 2025 15:32:00 -0400 (0:00:00.061) 0:02:30.828 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the sqlagent setting] ******** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:869 Tuesday 29 July 2025 15:32:00 -0400 (0:00:00.116) 0:02:30.945 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting sqlagent enabled] ****** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Tuesday 29 July 2025 15:32:01 -0400 (0:00:00.119) 0:02:31.065 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003402", "end": "2025-07-29 15:32:01.343477", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:32:01.340075" } STDOUT: enabled = True TASK [fedora.linux_system_roles.mssql : Configure the setting sqlagent enabled] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Tuesday 29 July 2025 15:32:01 -0400 (0:00:00.340) 0:02:31.405 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting sqlagent enabled] **** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Tuesday 29 July 2025 15:32:01 -0400 (0:00:00.070) 0:02:31.476 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:876 Tuesday 29 July 2025 15:32:01 -0400 (0:00:00.063) 0:02:31.539 ********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "mssql-server-fts-14.0.3465.1-1.x86_64 providing mssql-server-fts is already installed" ] } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:883 Tuesday 29 July 2025 15:32:02 -0400 (0:00:00.643) 0:02:32.183 ********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "powershell-7.3.12-1.rh.x86_64 providing powershell is already installed" ] } TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:892 Tuesday 29 July 2025 15:32:02 -0400 (0:00:00.619) 0:02:32.802 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003234", "end": "2025-07-29 15:32:03.078151", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:32:03.074917" } STDOUT: traceflag0 = 3979 TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:898 Tuesday 29 July 2025 15:32:03 -0400 (0:00:00.335) 0:02:33.138 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] ************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:905 Tuesday 29 July 2025 15:32:03 -0400 (0:00:00.063) 0:02:33.202 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:913 Tuesday 29 July 2025 15:32:03 -0400 (0:00:00.062) 0:02:33.264 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting control alternatewritethrough] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Tuesday 29 July 2025 15:32:03 -0400 (0:00:00.112) 0:02:33.376 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003465", "end": "2025-07-29 15:32:03.659945", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:32:03.656480" } STDOUT: alternatewritethrough = 0 TASK [fedora.linux_system_roles.mssql : Configure the setting control alternatewritethrough] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Tuesday 29 July 2025 15:32:03 -0400 (0:00:00.366) 0:02:33.742 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting control alternatewritethrough] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Tuesday 29 July 2025 15:32:03 -0400 (0:00:00.114) 0:02:33.857 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] **** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:919 Tuesday 29 July 2025 15:32:04 -0400 (0:00:00.156) 0:02:34.013 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting control writethrough] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Tuesday 29 July 2025 15:32:04 -0400 (0:00:00.115) 0:02:34.129 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003185", "end": "2025-07-29 15:32:04.427153", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:32:04.423968" } STDOUT: writethrough = 1 TASK [fedora.linux_system_roles.mssql : Configure the setting control writethrough] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Tuesday 29 July 2025 15:32:04 -0400 (0:00:00.398) 0:02:34.528 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting control writethrough] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Tuesday 29 July 2025 15:32:04 -0400 (0:00:00.109) 0:02:34.638 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:929 Tuesday 29 July 2025 15:32:04 -0400 (0:00:00.099) 0:02:34.737 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:937 Tuesday 29 July 2025 15:32:04 -0400 (0:00:00.097) 0:02:34.835 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure adutil and krb5-workstation] **** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:945 Tuesday 29 July 2025 15:32:04 -0400 (0:00:00.103) 0:02:34.939 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print credential caches to check if AD principal exists] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:952 Tuesday 29 July 2025 15:32:05 -0400 (0:00:00.113) 0:02:35.052 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:959 Tuesday 29 July 2025 15:32:05 -0400 (0:00:00.097) 0:02:35.150 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:968 Tuesday 29 July 2025 15:32:05 -0400 (0:00:00.103) 0:02:35.253 ********** skipping: [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 : Check if AD user exists] *************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:981 Tuesday 29 July 2025 15:32:05 -0400 (0:00:00.094) 0:02:35.348 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : In AD server create user] ************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:990 Tuesday 29 July 2025 15:32:05 -0400 (0:00:00.093) 0:02:35.441 ********** skipping: [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 : Ensure proper configuration on user] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1004 Tuesday 29 July 2025 15:32:05 -0400 (0:00:00.099) 0:02:35.541 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get SPNs for the principal] ************ task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1014 Tuesday 29 July 2025 15:32:05 -0400 (0:00:00.093) 0:02:35.635 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register SPNs to the principal] ******** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1019 Tuesday 29 July 2025 15:32:05 -0400 (0:00:00.099) 0:02:35.734 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get kvno of the SPN host] ************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1036 Tuesday 29 July 2025 15:32:05 -0400 (0:00:00.092) 0:02:35.826 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get stats of the keytab file] ********** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1041 Tuesday 29 July 2025 15:32:05 -0400 (0:00:00.090) 0:02:35.917 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get keytab properties] ***************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1046 Tuesday 29 July 2025 15:32:06 -0400 (0:00:00.104) 0:02:36.022 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create keytab] ************************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1052 Tuesday 29 July 2025 15:32:06 -0400 (0:00:00.112) 0:02:36.134 ********** skipping: [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 : Add an entry in the keytab for the principal name and password] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1078 Tuesday 29 July 2025 15:32:06 -0400 (0:00:00.094) 0:02:36.228 ********** skipping: [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 : Ensure correct permissions and ownership on the keytab] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1099 Tuesday 29 July 2025 15:32:06 -0400 (0:00:00.086) 0:02:36.315 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fetch keytab file to host] ************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1107 Tuesday 29 July 2025 15:32:06 -0400 (0:00:00.097) 0:02:36.413 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1117 Tuesday 29 July 2025 15:32:06 -0400 (0:00:00.088) 0:02:36.502 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1123 Tuesday 29 July 2025 15:32:06 -0400 (0:00:00.091) 0:02:36.594 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Mark active hosts] ********************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1140 Tuesday 29 July 2025 15:32:06 -0400 (0:00:00.174) 0:02:36.768 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail if any hosts are no longer active] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1144 Tuesday 29 July 2025 15:32:06 -0400 (0:00:00.095) 0:02:36.864 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset __mssql_is_active] *************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1159 Tuesday 29 July 2025 15:32:06 -0400 (0:00:00.094) 0:02:36.959 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the port and enable the high-availability service in firewall tcp port 5022] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1165 Tuesday 29 July 2025 15:32:07 -0400 (0:00:00.092) 0:02:37.052 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set host variables] ******************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1185 Tuesday 29 July 2025 15:32:07 -0400 (0:00:00.107) 0:02:37.159 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1238 Tuesday 29 July 2025 15:32:07 -0400 (0:00:00.095) 0:02:37.255 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1245 Tuesday 29 July 2025 15:32:07 -0400 (0:00:00.093) 0:02:37.348 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1252 Tuesday 29 July 2025 15:32:07 -0400 (0:00:00.097) 0:02:37.445 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1264 Tuesday 29 July 2025 15:32:07 -0400 (0:00:00.093) 0:02:37.539 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate and private key files] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1270 Tuesday 29 July 2025 15:32:07 -0400 (0:00:00.098) 0:02:37.637 ********** skipping: [managed-node2] => (item=/var/opt/mssql/data/.cer) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.cer", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/var/opt/mssql/data/.pvk) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.pvk", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure SQL entities on the primary replica] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1278 Tuesday 29 July 2025 15:32:07 -0400 (0:00:00.108) 0:02:37.746 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create login for HA on in SQL Server] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1287 Tuesday 29 July 2025 15:32:07 -0400 (0:00:00.094) 0:02:37.840 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1295 Tuesday 29 July 2025 15:32:07 -0400 (0:00:00.091) 0:02:37.932 ********** skipping: [managed-node2] => (item={u'key': u'cert', u'value': u'/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'key': u'key', u'value': u'/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get the current primary replica in SQL] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1309 Tuesday 29 July 2025 15:32:08 -0400 (0:00:00.117) 0:02:38.050 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set fact with the current primary replica] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1315 Tuesday 29 July 2025 15:32:08 -0400 (0:00:00.091) 0:02:38.141 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that primary instance hosts is available] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1321 Tuesday 29 July 2025 15:32:08 -0400 (0:00:00.108) 0:02:38.249 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure ag] ************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1331 Tuesday 29 July 2025 15:32:08 -0400 (0:00:00.093) 0:02:38.343 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1338 Tuesday 29 July 2025 15:32:08 -0400 (0:00:00.091) 0:02:38.434 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Replicate DBs] ************************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1347 Tuesday 29 July 2025 15:32:08 -0400 (0:00:00.092) 0:02:38.527 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Mark active hosts] ********************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1354 Tuesday 29 July 2025 15:32:08 -0400 (0:00:00.091) 0:02:38.618 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail if any hosts are no longer active] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1358 Tuesday 29 July 2025 15:32:08 -0400 (0:00:00.086) 0:02:38.705 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1375 Tuesday 29 July 2025 15:32:08 -0400 (0:00:00.090) 0:02:38.795 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1388 Tuesday 29 July 2025 15:32:08 -0400 (0:00:00.094) 0:02:38.889 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1395 Tuesday 29 July 2025 15:32:09 -0400 (0:00:00.093) 0:02:38.983 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1402 Tuesday 29 July 2025 15:32:09 -0400 (0:00:00.091) 0:02:39.074 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1411 Tuesday 29 July 2025 15:32:09 -0400 (0:00:00.092) 0:02:39.167 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1418 Tuesday 29 July 2025 15:32:09 -0400 (0:00:00.186) 0:02:39.354 ********** skipping: [managed-node2] => (item={u'key': u'cert', u'value': u'/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'key': u'key', u'value': u'/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure SQL entities on not primary replicas] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1430 Tuesday 29 July 2025 15:32:09 -0400 (0:00:00.119) 0:02:39.473 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create HA login] *********************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1439 Tuesday 29 July 2025 15:32:09 -0400 (0:00:00.093) 0:02:39.566 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Join to availability group] ************ task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1446 Tuesday 29 July 2025 15:32:09 -0400 (0:00:00.090) 0:02:39.657 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1452 Tuesday 29 July 2025 15:32:09 -0400 (0:00:00.093) 0:02:39.751 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate and private key from the control node] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1460 Tuesday 29 July 2025 15:32:09 -0400 (0:00:00.094) 0:02:39.846 ********** skipping: [managed-node2] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=key) => { "ansible_loop_var": "item", "changed": false, "item": "key", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Save credentials for the SQL Server login] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1473 Tuesday 29 July 2025 15:32:09 -0400 (0:00:00.092) 0:02:39.938 ********** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1485 Tuesday 29 July 2025 15:32:10 -0400 (0:00:00.094) 0:02:40.033 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Wait for the cluster to finish configuration] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1490 Tuesday 29 July 2025 15:32:10 -0400 (0:00:00.088) 0:02:40.121 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure listener for the availability group] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1498 Tuesday 29 July 2025 15:32:10 -0400 (0:00:00.085) 0:02:40.207 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1507 Tuesday 29 July 2025 15:32:10 -0400 (0:00:00.076) 0:02:40.283 ********** ok: [managed-node2] => { "changed": false } META: ran handlers TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1520 Tuesday 29 July 2025 15:32:10 -0400 (0:00:00.550) 0:02:40.833 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1527 Tuesday 29 July 2025 15:32:10 -0400 (0:00:00.058) 0:02:40.892 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify settings] ********************************************************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_idempotency.yml:38 Tuesday 29 July 2025 15:32:10 -0400 (0:00:00.058) 0:02:40.951 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml for managed-node2 TASK [Get server version on non-booted systems] ******************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:10 Tuesday 29 July 2025 15:32:11 -0400 (0:00:00.526) 0:02:41.477 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get server edition on booted systems] ************************************ task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:19 Tuesday 29 July 2025 15:32:11 -0400 (0:00:00.109) 0:02:41.586 ********** ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\nerrorlog=\"$(grep '^errorlogfile' /var/opt/mssql/mssql.conf \\\n2>&1 | sed 's\\errorlogfile : \\\\')\" || :\nif [ -f \"${errorlog}\" ]; then\n cat \"${errorlog}\"\nelse\n cat /var/opt/mssql/log/errorlog\nfi\n", "delta": "0:00:00.005889", "end": "2025-07-29 15:32:11.922154", "rc": 0, "start": "2025-07-29 15:32:11.916265" } STDOUT: 2025-07-29 15:31:36.16 Server Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5029376) - 14.0.3465.1 (X64) Jul 30 2023 15:31:58 Copyright (C) 2017 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Linux 7 (Core)) 2025-07-29 15:31:36.16 Server UTC adjustment: -4:00 2025-07-29 15:31:36.16 Server (c) Microsoft Corporation. 2025-07-29 15:31:36.16 Server All rights reserved. 2025-07-29 15:31:36.16 Server Server process ID is 400. 2025-07-29 15:31:36.16 Server Logging SQL Server messages in file '/var/opt/mssql/log/errorlog'. 2025-07-29 15:31:36.17 Server Registry startup parameters: -d /var/opt/mssql/data/master.mdf -l /var/opt/mssql/data/mastlog.ldf -e /var/opt/mssql/log/errorlog -T 3979 2025-07-29 15:31:36.17 Server SQL Server detected 1 sockets with 2 cores per socket and 4 logical processors per socket, 4 total logical processors; using 4 logical processors based on SQL Server licensing. This is an informational message; no user action is required. 2025-07-29 15:31:36.18 Server SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required. 2025-07-29 15:31:36.18 Server Detected 5852 MB of RAM. This is an informational message; no user action is required. 2025-07-29 15:31:36.18 Server Using conventional memory in the memory manager. 2025-07-29 15:31:36.18 Server Page exclusion bitmap is enabled. 2025-07-29 15:31:36.26 Server Buffer pool extension is already disabled. No action is necessary. 2025-07-29 15:31:36.36 Server InitializeExternalUserGroupSid failed. Implied authentication will be disabled. 2025-07-29 15:31:36.36 Server Implied authentication manager initialization failed. Implied authentication will be disabled. 2025-07-29 15:31:36.37 Server Successfully initialized the TLS configuration. Allowed TLS protocol versions are ['1.0 1.1 1.2']. Allowed TLS ciphers are ['ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-ECDSA-AES128-SHA:AES256-GCM-SHA384:AES128-GCM-SHA256:AES256-SHA256:AES128-SHA256:AES256-SHA:AES128-SHA:!DHE-RSA-AES256-GCM-SHA384:!DHE-RSA-AES128-GCM-SHA256:!DHE-RSA-AES256-SHA:!DHE-RSA-AES128-SHA']. 2025-07-29 15:31:36.39 Server Query Store settings initialized with enabled = 1, 2025-07-29 15:31:36.40 Server The maximum number of dedicated administrator connections for this instance is '1' 2025-07-29 15:31:36.40 Server Node configuration: node 0: CPU mask: 0x000000000000000f:0 Active CPU mask: 0x000000000000000f:0. This message provides a description of the NUMA configuration for this computer. This is an informational message only. No user action is required. 2025-07-29 15:31:36.41 Server Using dynamic lock allocation. Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node. This is an informational message only. No user action is required. 2025-07-29 15:31:36.42 Server In-Memory OLTP initialized on lowend machine. 2025-07-29 15:31:36.45 Server Database Instant File Initialization: enabled. For security and performance considerations see the topic 'Database Instant File Initialization' in SQL Server Books Online. This is an informational message only. No user action is required. 2025-07-29 15:31:36.47 Server Software Usage Metrics is disabled. 2025-07-29 15:31:36.47 spid6s Starting up database 'master'. 2025-07-29 15:31:36.65 spid6s Resource governor reconfiguration succeeded. 2025-07-29 15:31:36.65 spid6s SQL Server Audit is starting the audits. This is an informational message. No user action is required. 2025-07-29 15:31:36.65 spid6s SQL Server Audit has started the audits. This is an informational message. No user action is required. 2025-07-29 15:31:36.70 spid6s SQL Trace ID 1 was started by login "sa". 2025-07-29 15:31:36.70 spid6s Server name is 'managed-node2'. This is an informational message only. No user action is required. 2025-07-29 15:31:36.76 spid18s A self-generated certificate was successfully loaded for encryption. 2025-07-29 15:31:36.76 spid18s Server is listening on [ 0.0.0.0 1433]. 2025-07-29 15:31:36.77 Server Server is listening on [ ::1 1434]. 2025-07-29 15:31:36.77 Server Server is listening on [ 127.0.0.1 1434]. 2025-07-29 15:31:36.77 Server Dedicated admin connection support was established for listening locally on port 1434. 2025-07-29 15:31:36.77 spid18s SQL Server is now ready for client connections. This is an informational message; no user action is required. 2025-07-29 15:31:38.35 spid20s A new instance of the full-text filter daemon host process has been successfully started. 2025-07-29 15:31:38.40 spid21s Always On: The availability replica manager is starting. This is an informational message only. No user action is required. 2025-07-29 15:31:38.40 spid6s Starting up database 'msdb'. 2025-07-29 15:31:38.40 spid7s Starting up database 'mssqlsystemresource'. 2025-07-29 15:31:38.40 spid21s Always On: The availability replica manager is waiting for the instance of SQL Server to allow client connections. This is an informational message only. No user action is required. 2025-07-29 15:31:38.40 spid7s The resource database build version is 14.00.3465. This is an informational message only. No user action is required. 2025-07-29 15:31:38.42 spid7s Starting up database 'model'. 2025-07-29 15:31:38.49 spid7s Polybase feature disabled. 2025-07-29 15:31:38.49 spid7s Clearing tempdb database. 2025-07-29 15:31:38.64 spid7s Starting up database 'tempdb'. 2025-07-29 15:31:38.74 spid7s The tempdb database has 1 data file(s). 2025-07-29 15:31:38.75 spid21s The Service Broker endpoint is in disabled or stopped state. 2025-07-29 15:31:38.75 spid21s The Database Mirroring endpoint is in disabled or stopped state. 2025-07-29 15:31:38.76 spid21s Service Broker manager has started. 2025-07-29 15:31:38.77 spid6s Recovery is complete. This is an informational message only. No user action is required. 2025-07-29 15:31:39.08 spid51 Configuration option 'show advanced options' changed from 0 to 1. Run the RECONFIGURE statement to install. 2025-07-29 15:31:39.11 spid51 Configuration option 'Agent XPs' changed from 0 to 1. Run the RECONFIGURE statement to install. 2025-07-29 15:31:39.12 spid51 Configuration option 'show advanced options' changed from 1 to 0. Run the RECONFIGURE statement to install. 2025-07-29 15:31:39.27 spid51 Attempting to load library 'xpsqlbot.dll' into memory. This is an informational message only. No user action is required. 2025-07-29 15:31:39.27 spid51 Using 'xpsqlbot.dll' version '2017.140.3465' to execute extended stored procedure 'xp_qv'. This is an informational message only; no user action is required. 2025-07-29 15:31:39.32 spid51 Attempting to load library 'xpstar.dll' into memory. This is an informational message only. No user action is required. 2025-07-29 15:31:39.36 spid51 Using 'xpstar.dll' version '2017.140.3465' to execute extended stored procedure 'xp_sqlagent_notify'. This is an informational message only; no user action is required. TASK [Verify that the edition matches] ***************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:33 Tuesday 29 July 2025 15:32:12 -0400 (0:00:00.500) 0:02:42.087 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify the setting {{ item.key }}] *************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:39 Tuesday 29 July 2025 15:32:12 -0400 (0:00:00.097) 0:02:42.185 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 TASK [Get the value of the setting ipaddress] ********************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Tuesday 29 July 2025 15:32:12 -0400 (0:00:00.247) 0:02:42.432 ********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^ipaddress' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004084", "end": "2025-07-29 15:32:12.717511", "rc": 0, "start": "2025-07-29 15:32:12.713427" } STDOUT: ipaddress = 0.0.0.0 TASK [Verify the setting when it is type str ipaddress] ************************ task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Tuesday 29 July 2025 15:32:12 -0400 (0:00:00.381) 0:02:42.813 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool ipaddress] *********************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Tuesday 29 July 2025 15:32:12 -0400 (0:00:00.103) 0:02:42.917 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 0.0.0.0] ******************************************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Tuesday 29 July 2025 15:32:13 -0400 (0:00:00.072) 0:02:42.989 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting defaultdatadir] ***************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Tuesday 29 July 2025 15:32:13 -0400 (0:00:00.063) 0:02:43.052 ********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^defaultdatadir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004554", "end": "2025-07-29 15:32:13.354542", "rc": 0, "start": "2025-07-29 15:32:13.349988" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [Verify the setting when it is type str defaultdatadir] ******************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Tuesday 29 July 2025 15:32:13 -0400 (0:00:00.365) 0:02:43.417 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultdatadir] ****************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Tuesday 29 July 2025 15:32:13 -0400 (0:00:00.078) 0:02:43.496 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /tmp/mssql_data] *********************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Tuesday 29 July 2025 15:32:13 -0400 (0:00:00.065) 0:02:43.561 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting enabled] ************************************ task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Tuesday 29 July 2025 15:32:13 -0400 (0:00:00.062) 0:02:43.624 ********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^enabled' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004123", "end": "2025-07-29 15:32:13.947645", "rc": 0, "start": "2025-07-29 15:32:13.943522" } STDOUT: enabled = True TASK [Verify the setting when it is type str enabled] ************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Tuesday 29 July 2025 15:32:14 -0400 (0:00:00.421) 0:02:44.045 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool enabled] ************************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Tuesday 29 July 2025 15:32:14 -0400 (0:00:00.099) 0:02:44.145 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Tuesday 29 July 2025 15:32:14 -0400 (0:00:00.121) 0:02:44.266 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting defaultlogdir] ****************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Tuesday 29 July 2025 15:32:14 -0400 (0:00:00.098) 0:02:44.364 ********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^defaultlogdir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004086", "end": "2025-07-29 15:32:14.681879", "rc": 0, "start": "2025-07-29 15:32:14.677793" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [Verify the setting when it is type str defaultlogdir] ******************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Tuesday 29 July 2025 15:32:14 -0400 (0:00:00.429) 0:02:44.794 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultlogdir] ******************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Tuesday 29 July 2025 15:32:14 -0400 (0:00:00.111) 0:02:44.905 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /tmp/mssql_log] ************************************ task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Tuesday 29 July 2025 15:32:15 -0400 (0:00:00.101) 0:02:45.007 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting tcpport] ************************************ task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Tuesday 29 July 2025 15:32:15 -0400 (0:00:00.195) 0:02:45.203 ********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^tcpport' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004253", "end": "2025-07-29 15:32:15.523244", "rc": 0, "start": "2025-07-29 15:32:15.518991" } TASK [Verify the setting when it is type str tcpport] ************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Tuesday 29 July 2025 15:32:15 -0400 (0:00:00.416) 0:02:45.619 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool tcpport] ************************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Tuesday 29 July 2025 15:32:15 -0400 (0:00:00.106) 0:02:45.726 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1433] ********************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Tuesday 29 July 2025 15:32:15 -0400 (0:00:00.125) 0:02:45.852 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Get stat of mssql_datadir] *********************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:55 Tuesday 29 July 2025 15:32:15 -0400 (0:00:00.110) 0:02:45.962 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:60 Tuesday 29 July 2025 15:32:16 -0400 (0:00:00.095) 0:02:46.057 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get stat of mssql_logdir] ************************************************ task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:70 Tuesday 29 July 2025 15:32:16 -0400 (0:00:00.092) 0:02:46.150 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:75 Tuesday 29 July 2025 15:32:16 -0400 (0:00:00.092) 0:02:46.242 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:85 Tuesday 29 July 2025 15:32:16 -0400 (0:00:00.093) 0:02:46.336 ********** TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Tuesday 29 July 2025 15:32:16 -0400 (0:00:00.191) 0:02:46.527 ********** ok: [managed-node2] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Tue 2025-07-29 15:31:34 EDT", "ActiveEnterTimestampMonotonic": "604519205", "ActiveExitTimestamp": "Tue 2025-07-29 15:31:33 EDT", "ActiveExitTimestampMonotonic": "603972653", "ActiveState": "active", "After": "systemd-journald.socket system.slice auditd.service basic.target network.target -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Tue 2025-07-29 15:31:34 EDT", "AssertTimestampMonotonic": "604518531", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2025-07-29 15:31:34 EDT", "ConditionTimestampMonotonic": "604518530", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "DropInPaths": "/etc/systemd/system/mssql-server.service.d/startlimit.conf", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "15172", "ExecMainStartTimestamp": "Tue 2025-07-29 15:31:34 EDT", "ExecMainStartTimestampMonotonic": "604519144", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Tue 2025-07-29 15:31:34 EDT", "InactiveEnterTimestampMonotonic": "604517184", "InactiveExitTimestamp": "Tue 2025-07-29 15:31:34 EDT", "InactiveExitTimestampMonotonic": "604519205", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "15172", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice -.mount basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Tue 2025-07-29 15:31:34 EDT", "WatchdogTimestampMonotonic": "604519185", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:9 Tuesday 29 July 2025 15:32:17 -0400 (0:00:00.512) 0:02:47.039 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.004421", "end": "2025-07-29 15:32:18.318070", "failed_when_result": false, "rc": 1, "start": "2025-07-29 15:32:17.313649" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:15 Tuesday 29 July 2025 15:32:18 -0400 (0:00:01.376) 0:02:48.416 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003000", "end": "2025-07-29 15:32:18.747116", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:32:18.744116" } STDOUT: ipaddress = 0.0.0.0 TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:21 Tuesday 29 July 2025 15:32:18 -0400 (0:00:00.410) 0:02:48.827 ********** 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 [Wait for mssql-server to prepare for client connections] ***************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:96 Tuesday 29 July 2025 15:32:18 -0400 (0:00:00.078) 0:02:48.905 ********** ok: [managed-node2] => { "changed": false, "elapsed": 1, "gid": 994, "group": "mssql", "match_groupdict": {}, "match_groups": [], "mode": "0660", "owner": "mssql", "path": "/var/opt/mssql/log/errorlog", "port": null, "search_regex": "SQL Server is now ready for client connections", "secontext": "system_u:object_r:var_t:s0", "size": 7454, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:117 Tuesday 29 July 2025 15:32:20 -0400 (0:00:01.376) 0:02:50.282 ********** ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools18/bin/sqlcmd", "-No", "-S", "0.0.0.0", "-U", "sa", "-P", "p@55w0rD", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.020136", "end": "2025-07-29 15:32:20.617882", "rc": 0, "start": "2025-07-29 15:32:20.597746" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5029376) - 14.0.3465.1 (X64) Jul 30 2023 15:31:58 Copyright (C) 2017 Microsoft Corporation Enterprise Evaluation Edition (64-bit) on Linux (CentOS Linux 7 (Core)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:137 Tuesday 29 July 2025 15:32:20 -0400 (0:00:00.405) 0:02:50.687 ********** ok: [managed-node2] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:141 Tuesday 29 July 2025 15:32:20 -0400 (0:00:00.067) 0:02:50.755 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml for managed-node2 TASK [Gather package facts] **************************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml:7 Tuesday 29 July 2025 15:32:20 -0400 (0:00:00.114) 0:02:50.870 ********** 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 [Verify if the package is installed mssql-server-fts] ********************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml:12 Tuesday 29 July 2025 15:32:22 -0400 (0:00:01.337) 0:02:52.207 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify if the package is not installed mssql-server-fts] ***************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml:17 Tuesday 29 July 2025 15:32:22 -0400 (0:00:00.141) 0:02:52.348 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the package powershell] ******************************************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:148 Tuesday 29 July 2025 15:32:22 -0400 (0:00:00.100) 0:02:52.449 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml for managed-node2 TASK [Gather package facts] **************************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml:7 Tuesday 29 July 2025 15:32:22 -0400 (0:00:00.236) 0:02:52.685 ********** 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 [Verify if the package is installed powershell] *************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml:12 Tuesday 29 July 2025 15:32:23 -0400 (0:00:01.238) 0:02:53.923 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify if the package is not installed powershell] *********************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml:17 Tuesday 29 July 2025 15:32:24 -0400 (0:00:00.128) 0:02:54.052 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the traceflag setting] ********************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:159 Tuesday 29 July 2025 15:32:24 -0400 (0:00:00.093) 0:02:54.145 ********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^traceflag' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004300", "end": "2025-07-29 15:32:24.476831", "rc": 0, "start": "2025-07-29 15:32:24.472531" } STDOUT: traceflag0 = 3979 TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:164 Tuesday 29 July 2025 15:32:24 -0400 (0:00:00.391) 0:02:54.537 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:169 Tuesday 29 July 2025 15:32:24 -0400 (0:00:00.094) 0:02:54.631 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:175 Tuesday 29 July 2025 15:32:24 -0400 (0:00:00.098) 0:02:54.730 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 TASK [Get the value of the setting alternatewritethrough] ********************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Tuesday 29 July 2025 15:32:24 -0400 (0:00:00.169) 0:02:54.899 ********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^alternatewritethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004145", "end": "2025-07-29 15:32:25.226019", "rc": 0, "start": "2025-07-29 15:32:25.221874" } STDOUT: alternatewritethrough = 0 TASK [Verify the setting when it is type str alternatewritethrough] ************ task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Tuesday 29 July 2025 15:32:25 -0400 (0:00:00.430) 0:02:55.330 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool alternatewritethrough] *********** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Tuesday 29 July 2025 15:32:25 -0400 (0:00:00.063) 0:02:55.393 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Tuesday 29 July 2025 15:32:25 -0400 (0:00:00.150) 0:02:55.544 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:181 Tuesday 29 July 2025 15:32:25 -0400 (0:00:00.085) 0:02:55.630 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 TASK [Get the value of the setting writethrough] ******************************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Tuesday 29 July 2025 15:32:25 -0400 (0:00:00.161) 0:02:55.792 ********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^writethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004319", "end": "2025-07-29 15:32:26.087302", "rc": 0, "start": "2025-07-29 15:32:26.082983" } STDOUT: writethrough = 1 TASK [Verify the setting when it is type str writethrough] ********************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Tuesday 29 July 2025 15:32:26 -0400 (0:00:00.398) 0:02:56.191 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool writethrough] ******************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Tuesday 29 July 2025 15:32:26 -0400 (0:00:00.095) 0:02:56.286 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = True] ********************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Tuesday 29 July 2025 15:32:26 -0400 (0:00:00.101) 0:02:56.387 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:191 Tuesday 29 July 2025 15:32:26 -0400 (0:00:00.061) 0:02:56.449 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:202 Tuesday 29 July 2025 15:32:26 -0400 (0:00:00.083) 0:02:56.532 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:214 Tuesday 29 July 2025 15:32:26 -0400 (0:00:00.087) 0:02:56.620 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:222 Tuesday 29 July 2025 15:32:26 -0400 (0:00:00.092) 0:02:56.713 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify configuration for confined application] *************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:229 Tuesday 29 July 2025 15:32:26 -0400 (0:00:00.092) 0:02:56.805 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run to edit settings] **************************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_idempotency.yml:52 Tuesday 29 July 2025 15:32:26 -0400 (0:00:00.096) 0:02:56.902 ********** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Tuesday 29 July 2025 15:32:28 -0400 (0:00:01.214) 0:02:58.116 ********** included: /tmp/collections-x4y/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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Tuesday 29 July 2025 15:32:28 -0400 (0:00:00.155) 0:02:58.272 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set platform/version specific variables] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Tuesday 29 July 2025 15:32:28 -0400 (0:00:00.131) 0:02:58.403 ********** 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-x4y/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, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node2] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Run systemctl] ************************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:22 Tuesday 29 July 2025 15:32:28 -0400 (0:00:00.158) 0:02:58.562 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Require installed systemd] ************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:29 Tuesday 29 July 2025 15:32:28 -0400 (0:00:00.095) 0:02:58.658 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:34 Tuesday 29 July 2025 15:32:28 -0400 (0:00:00.096) 0:02:58.754 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset internal role facts] ************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Tuesday 29 July 2025 15:32:28 -0400 (0:00:00.112) 0:02:58.866 ********** 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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:16 Tuesday 29 July 2025 15:32:28 -0400 (0:00:00.095) 0:02:58.962 ********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:24 Tuesday 29 July 2025 15:32:29 -0400 (0:00:00.120) 0:02:59.082 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the variable is deprecated] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:31 Tuesday 29 July 2025 15:32:29 -0400 (0:00:00.127) 0:02:59.209 ********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:38 Tuesday 29 July 2025 15:32:29 -0400 (0:00:00.116) 0:02:59.325 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:45 Tuesday 29 July 2025 15:32:29 -0400 (0:00:00.087) 0:02:59.413 ********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:52 Tuesday 29 July 2025 15:32:29 -0400 (0:00:00.103) 0:02:59.517 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:59 Tuesday 29 July 2025 15:32:29 -0400 (0:00:00.088) 0:02:59.605 ********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:66 Tuesday 29 July 2025 15:32:29 -0400 (0:00:00.103) 0:02:59.709 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that variable is deprecated] ***** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:75 Tuesday 29 July 2025 15:32:29 -0400 (0:00:00.107) 0:02:59.817 ********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated fact] ************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:84 Tuesday 29 July 2025 15:32:29 -0400 (0:00:00.120) 0:02:59.938 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:88 Tuesday 29 July 2025 15:32:30 -0400 (0:00:00.098) 0:03:00.036 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that the user accepts EULA variables] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:95 Tuesday 29 July 2025 15:32:30 -0400 (0:00:00.132) 0:03:00.169 ********** 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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:107 Tuesday 29 July 2025 15:32:30 -0400 (0:00:00.137) 0:03:00.306 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:115 Tuesday 29 July 2025 15:32:30 -0400 (0:00:00.215) 0:03:00.521 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:124 Tuesday 29 July 2025 15:32:30 -0400 (0:00:00.077) 0:03:00.599 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:133 Tuesday 29 July 2025 15:32:30 -0400 (0:00:00.092) 0:03:00.691 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:143 Tuesday 29 July 2025 15:32:30 -0400 (0:00:00.145) 0:03:00.837 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_manage_selinux is set properly] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:152 Tuesday 29 July 2025 15:32:30 -0400 (0:00:00.127) 0:03:00.964 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:163 Tuesday 29 July 2025 15:32:31 -0400 (0:00:00.124) 0:03:01.089 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174 Tuesday 29 July 2025 15:32:31 -0400 (0:00:00.089) 0:03:01.178 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:185 Tuesday 29 July 2025 15:32:31 -0400 (0:00:00.088) 0:03:01.266 ********** 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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:189 Tuesday 29 July 2025 15:32:32 -0400 (0:00:01.205) 0:03:02.472 ********** ok: [managed-node2] => (item={u'value': 14, u'key': 2017}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } skipping: [managed-node2] => (item={u'value': 15, u'key': 2019}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'value': 16, u'key': 2022}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if mssql_version is not bigger then the existing SQL Server version] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:197 Tuesday 29 July 2025 15:32:32 -0400 (0:00:00.183) 0:03:02.655 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:210 Tuesday 29 July 2025 15:32:32 -0400 (0:00:00.069) 0:03:02.725 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:217 Tuesday 29 July 2025 15:32:32 -0400 (0:00:00.064) 0:03:02.789 ********** 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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:224 Tuesday 29 July 2025 15:32:32 -0400 (0:00:00.069) 0:03:02.859 ********** skipping: [managed-node2] => (item={u'value': 14, u'key': 2017}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'value': 15, u'key': 2019}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'value': 16, u'key': 2022}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:238 Tuesday 29 July 2025 15:32:33 -0400 (0:00:00.202) 0:03:03.061 ********** ok: [managed-node2] => { "attempts": 1, "changed": false } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:252 Tuesday 29 July 2025 15:32:33 -0400 (0:00:00.526) 0:03:03.588 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:262 Tuesday 29 July 2025 15:32:33 -0400 (0:00:00.092) 0:03:03.681 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:273 Tuesday 29 July 2025 15:32:33 -0400 (0:00:00.069) 0:03:03.750 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:287 Tuesday 29 July 2025 15:32:33 -0400 (0:00:00.080) 0:03:03.831 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get zypper repositories] *************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:296 Tuesday 29 July 2025 15:32:33 -0400 (0:00:00.102) 0:03:03.933 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:308 Tuesday 29 July 2025 15:32:34 -0400 (0:00:00.094) 0:03:04.027 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:315 Tuesday 29 July 2025 15:32:34 -0400 (0:00:00.102) 0:03:04.130 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:327 Tuesday 29 July 2025 15:32:34 -0400 (0:00:00.100) 0:03:04.231 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:340 Tuesday 29 July 2025 15:32:34 -0400 (0:00:00.078) 0:03:04.309 ********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "mssql-server-selinux is not installed" ] } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server] ******* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:345 Tuesday 29 July 2025 15:32:34 -0400 (0:00:00.582) 0:03:04.892 ********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.x86_64 providing mssql-server is already installed" ] } TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:350 Tuesday 29 July 2025 15:32:35 -0400 (0:00:00.578) 0:03:05.471 ********** ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\nerrorlog=\"$(grep '^errorlogfile = ' /var/opt/mssql/mssql.conf \\\n| sed 's/errorlogfile : //')\" || :\nif [ -s \"${errorlog}\" ]; then\n echo \"${errorlog}\"\nelif [ -s /var/opt/mssql/log/errorlog ]; then\n echo /var/opt/mssql/log/errorlog\nelse\n echo \"\"\nfi\n", "delta": "0:00:00.004791", "end": "2025-07-29 15:32:35.801559", "rc": 0, "start": "2025-07-29 15:32:35.796768" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is enabled] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:367 Tuesday 29 July 2025 15:32:35 -0400 (0:00:00.446) 0:03:05.918 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "mssql-server.service" ], "delta": "0:00:00.004589", "end": "2025-07-29 15:32:36.403055", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:32:36.398466" } STDOUT: enabled TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is running] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:374 Tuesday 29 July 2025 15:32:36 -0400 (0:00:00.545) 0:03:06.463 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-active", "mssql-server.service" ], "delta": "0:00:00.004365", "end": "2025-07-29 15:32:36.749419", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:32:36.745054" } STDOUT: active TASK [fedora.linux_system_roles.mssql : Set the __mssql_is_setup variable] ***** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:381 Tuesday 29 July 2025 15:32:36 -0400 (0:00:00.383) 0:03:06.847 ********** ok: [managed-node2] => { "ansible_facts": { "__mssql_is_setup": true }, "changed": false } TASK [fedora.linux_system_roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:388 Tuesday 29 July 2025 15:32:37 -0400 (0:00:00.207) 0:03:07.055 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:404 Tuesday 29 July 2025 15:32:37 -0400 (0:00:00.101) 0:03:07.157 ********** skipping: [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 : Ensure the directory and permissions for datadir and logdir] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:430 Tuesday 29 July 2025 15:32:37 -0400 (0:00:00.171) 0:03:07.328 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml for managed-node2 included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Ensure the directory and permissions /var/opt/mssql/data] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Tuesday 29 July 2025 15:32:37 -0400 (0:00:00.233) 0:03:07.561 ********** ok: [managed-node2] => { "changed": false, "gid": 994, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/var/opt/mssql/data", "secontext": "unconfined_u:object_r:var_t:s0", "size": 4096, "state": "directory", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:12 Tuesday 29 July 2025 15:32:38 -0400 (0:00:00.486) 0:03:08.048 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the setting defaultdatadir] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:28 Tuesday 29 July 2025 15:32:38 -0400 (0:00:00.129) 0:03:08.177 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting filelocation defaultdatadir] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Tuesday 29 July 2025 15:32:38 -0400 (0:00:00.185) 0:03:08.363 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002936", "end": "2025-07-29 15:32:38.668787", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:32:38.665851" } STDOUT: defaultdatadir = /tmp/mssql_data TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Tuesday 29 July 2025 15:32:38 -0400 (0:00:00.478) 0:03:08.842 ********** NOTIFIED HANDLER fedora.linux_system_roles.mssql : Restart the mssql-server service for managed-node2 changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultdatadir", "/var/opt/mssql/data" ], "delta": "0:00:00.044475", "end": "2025-07-29 15:32:39.349413", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:32:39.304938" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting filelocation defaultdatadir] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Tuesday 29 July 2025 15:32:39 -0400 (0:00:00.629) 0:03:09.471 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the directory and permissions /var/opt/mssql/log] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Tuesday 29 July 2025 15:32:39 -0400 (0:00:00.096) 0:03:09.568 ********** ok: [managed-node2] => { "changed": false, "gid": 994, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/var/opt/mssql/log", "secontext": "unconfined_u:object_r:var_t:s0", "size": 4096, "state": "directory", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:12 Tuesday 29 July 2025 15:32:40 -0400 (0:00:00.467) 0:03:10.035 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the setting defaultlogdir] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:28 Tuesday 29 July 2025 15:32:40 -0400 (0:00:00.089) 0:03:10.125 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting filelocation defaultlogdir] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Tuesday 29 July 2025 15:32:40 -0400 (0:00:00.112) 0:03:10.237 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003108", "end": "2025-07-29 15:32:40.552240", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:32:40.549132" } STDOUT: defaultlogdir = /tmp/mssql_log TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Tuesday 29 July 2025 15:32:40 -0400 (0:00:00.420) 0:03:10.657 ********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "filelocation.defaultlogdir", "/var/opt/mssql/log" ], "delta": "0:00:00.043526", "end": "2025-07-29 15:32:41.005762", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:32:40.962236" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting filelocation defaultlogdir] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Tuesday 29 July 2025 15:32:41 -0400 (0:00:00.463) 0:03:11.121 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set selinux role facts for ports] ****** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:445 Tuesday 29 July 2025 15:32:41 -0400 (0:00:00.099) 0:03:11.220 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:459 Tuesday 29 July 2025 15:32:41 -0400 (0:00:00.219) 0:03:11.440 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:470 Tuesday 29 July 2025 15:32:41 -0400 (0:00:00.081) 0:03:11.522 ********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:476 Tuesday 29 July 2025 15:32:42 -0400 (0:00:00.562) 0:03:12.084 ********** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Tue 2025-07-29 15:21:44 EDT", "ActiveEnterTimestampMonotonic": "14445810", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket system.slice dbus.service network.target basic.target systemd-sysctl.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Tue 2025-07-29 15:21:43 EDT", "AssertTimestampMonotonic": "13740956", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2025-07-29 15:21:43 EDT", "ConditionTimestampMonotonic": "13740955", "Conflicts": "cpupower.service shutdown.target", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "873", "ExecMainStartTimestamp": "Tue 2025-07-29 15:21:43 EDT", "ExecMainStartTimestampMonotonic": "13742797", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Tue 2025-07-29 15:21:43 EDT", "InactiveExitTimestampMonotonic": "13742837", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "873", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice polkit.service dbus.service basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Tue 2025-07-29 15:21:44 EDT", "WatchdogTimestampMonotonic": "14445765", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:483 Tuesday 29 July 2025 15:32:42 -0400 (0:00:00.494) 0:03:12.579 ********** ok: [managed-node2] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBtc3NxbAo=", "encoding": "base64", "source": "/etc/tuned/active_profile" } TASK [fedora.linux_system_roles.mssql : Decode the active Tuned profiles] ****** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:489 Tuesday 29 July 2025 15:32:42 -0400 (0:00:00.380) 0:03:12.960 ********** ok: [managed-node2] => { "ansible_facts": { "__mssql_tuned_active_profiles": "virtual-guest mssql" }, "changed": false } TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:502 Tuesday 29 July 2025 15:32:43 -0400 (0:00:00.103) 0:03:13.064 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:514 Tuesday 29 July 2025 15:32:43 -0400 (0:00:00.103) 0:03:13.167 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:523 Tuesday 29 July 2025 15:32:43 -0400 (0:00:00.110) 0:03:13.277 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:540 Tuesday 29 July 2025 15:32:43 -0400 (0:00:00.106) 0:03:13.383 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:548 Tuesday 29 July 2025 15:32:43 -0400 (0:00:00.080) 0:03:13.464 ********** ok: [managed-node2] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:556 Tuesday 29 July 2025 15:32:43 -0400 (0:00:00.402) 0:03:13.867 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:565 Tuesday 29 July 2025 15:32:43 -0400 (0:00:00.095) 0:03:13.963 ********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "mssql-tools18-18.4.1.1-1.x86_64 providing mssql-tools18 is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } TASK [fedora.linux_system_roles.mssql : Reset certificate_requests] ************ task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:582 Tuesday 29 July 2025 15:32:44 -0400 (0:00:00.678) 0:03:14.641 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set certificate_requests] ************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:586 Tuesday 29 July 2025 15:32:44 -0400 (0:00:00.193) 0:03:14.835 ********** TASK [Create certificates using the certificate role] ************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:597 Tuesday 29 July 2025 15:32:45 -0400 (0:00:00.170) 0:03:15.005 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:603 Tuesday 29 July 2025 15:32:45 -0400 (0:00:00.170) 0:03:15.175 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Copy certificate and private_key files to the host] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:608 Tuesday 29 July 2025 15:32:45 -0400 (0:00:00.120) 0:03:15.295 ********** skipping: [managed-node2] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlscert setting] ********* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:626 Tuesday 29 July 2025 15:32:45 -0400 (0:00:00.120) 0:03:15.416 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlskey setting] ********** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:635 Tuesday 29 July 2025 15:32:45 -0400 (0:00:00.277) 0:03:15.694 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlsprotocols setting] **** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:644 Tuesday 29 July 2025 15:32:45 -0400 (0:00:00.094) 0:03:15.789 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the forceencryption setting] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:651 Tuesday 29 July 2025 15:32:45 -0400 (0:00:00.097) 0:03:15.886 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get the setting forceencryption] ******* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:660 Tuesday 29 July 2025 15:32:46 -0400 (0:00:00.193) 0:03:16.080 ********** ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail; grep '^forceencryption' /var/opt/mssql/mssql.conf | sed 's/forceencryption = //g'", "delta": "0:00:00.004375", "end": "2025-07-29 15:32:46.622572", "failed_when_result": false, "rc": 1, "start": "2025-07-29 15:32:46.618197" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Append -No to sqlcmd when TLS is not configured] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:669 Tuesday 29 July 2025 15:32:46 -0400 (0:00:00.735) 0:03:16.815 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Append -C to sqlcmd when TLS is configured but certs are self-signed] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:676 Tuesday 29 July 2025 15:32:47 -0400 (0:00:00.214) 0:03:17.030 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:689 Tuesday 29 July 2025 15:32:47 -0400 (0:00:00.181) 0:03:17.211 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Tuesday 29 July 2025 15:32:47 -0400 (0:00:00.327) 0:03:17.539 ********** ok: [managed-node2] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Tue 2025-07-29 15:31:34 EDT", "ActiveEnterTimestampMonotonic": "604519205", "ActiveExitTimestamp": "Tue 2025-07-29 15:31:33 EDT", "ActiveExitTimestampMonotonic": "603972653", "ActiveState": "active", "After": "systemd-journald.socket system.slice auditd.service basic.target network.target -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Tue 2025-07-29 15:31:34 EDT", "AssertTimestampMonotonic": "604518531", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2025-07-29 15:31:34 EDT", "ConditionTimestampMonotonic": "604518530", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "DropInPaths": "/etc/systemd/system/mssql-server.service.d/startlimit.conf", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "15172", "ExecMainStartTimestamp": "Tue 2025-07-29 15:31:34 EDT", "ExecMainStartTimestampMonotonic": "604519144", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Tue 2025-07-29 15:31:34 EDT", "InactiveEnterTimestampMonotonic": "604517184", "InactiveExitTimestamp": "Tue 2025-07-29 15:31:34 EDT", "InactiveExitTimestampMonotonic": "604519205", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "15172", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice -.mount basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Tue 2025-07-29 15:31:34 EDT", "WatchdogTimestampMonotonic": "604519185", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:9 Tuesday 29 July 2025 15:32:48 -0400 (0:00:00.912) 0:03:18.451 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:01.003966", "end": "2025-07-29 15:32:49.807434", "failed_when_result": false, "rc": 1, "start": "2025-07-29 15:32:48.803468" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:15 Tuesday 29 July 2025 15:32:50 -0400 (0:00:01.590) 0:03:20.042 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002926", "end": "2025-07-29 15:32:50.602143", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:32:50.599217" } STDOUT: ipaddress = 0.0.0.0 TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:21 Tuesday 29 July 2025 15:32:50 -0400 (0:00:00.772) 0:03:20.815 ********** 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 : Wait for mssql-server to prepare for client connections] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:693 Tuesday 29 July 2025 15:32:51 -0400 (0:00:00.264) 0:03:21.079 ********** ok: [managed-node2] => { "changed": false, "elapsed": 1, "gid": 994, "group": "mssql", "match_groupdict": {}, "match_groups": [], "mode": "0660", "owner": "mssql", "path": "/var/opt/mssql/log/errorlog", "port": null, "search_regex": "SQL Server is now ready for client connections", "secontext": "system_u:object_r:var_t:s0", "size": 7454, "state": "file", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Check if the set password matches the existing password] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:699 Tuesday 29 July 2025 15:32:52 -0400 (0:00:01.712) 0:03:22.792 ********** FAILED - RETRYING: Check if the set password matches the existing password (3 retries left). FAILED - RETRYING: Check if the set password matches the existing password (2 retries left). FAILED - RETRYING: Check if the set password matches the existing password (1 retries left). fatal: [managed-node2]: FAILED! => { "attempts": 3, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ...ignoring TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:708 Tuesday 29 July 2025 15:33:09 -0400 (0:00:16.761) 0:03:39.554 ********** changed: [managed-node2] => { "changed": true, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Tue 2025-07-29 15:31:34 EDT", "ActiveEnterTimestampMonotonic": "604519205", "ActiveExitTimestamp": "Tue 2025-07-29 15:31:33 EDT", "ActiveExitTimestampMonotonic": "603972653", "ActiveState": "active", "After": "systemd-journald.socket system.slice auditd.service basic.target network.target -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Tue 2025-07-29 15:31:34 EDT", "AssertTimestampMonotonic": "604518531", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2025-07-29 15:31:34 EDT", "ConditionTimestampMonotonic": "604518530", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "DropInPaths": "/etc/systemd/system/mssql-server.service.d/startlimit.conf", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "15172", "ExecMainStartTimestamp": "Tue 2025-07-29 15:31:34 EDT", "ExecMainStartTimestampMonotonic": "604519144", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Tue 2025-07-29 15:31:34 EDT", "InactiveEnterTimestampMonotonic": "604517184", "InactiveExitTimestamp": "Tue 2025-07-29 15:31:34 EDT", "InactiveExitTimestampMonotonic": "604519205", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "15172", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice -.mount basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Tue 2025-07-29 15:31:34 EDT", "WatchdogTimestampMonotonic": "604519185", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:717 Tuesday 29 July 2025 15:33:10 -0400 (0:00:00.817) 0:03:40.372 ********** 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 : Change the password of sa user] ******** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:725 Tuesday 29 July 2025 15:33:11 -0400 (0:00:01.333) 0:03:41.705 ********** changed: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.mssql : Pre-input SQL script files to SQL Server] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:746 Tuesday 29 July 2025 15:33:16 -0400 (0:00:04.950) 0:03:46.655 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:755 Tuesday 29 July 2025 15:33:16 -0400 (0:00:00.126) 0:03:46.781 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the set edition matches the existing edition] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:768 Tuesday 29 July 2025 15:33:16 -0400 (0:00:00.106) 0:03:46.887 ********** ok: [managed-node2] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Standard edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n edition_matches=false\nelse\n edition_matches=true\nfi\necho \"${edition_matches}\"\n", "delta": "0:00:00.004840", "end": "2025-07-29 15:33:17.260139", "rc": 0, "start": "2025-07-29 15:33:17.255299" } STDOUT: false TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:783 Tuesday 29 July 2025 15:33:17 -0400 (0:00:00.670) 0:03:47.558 ********** ok: [managed-node2] => { "changed": false, "name": "mssql-server", "state": "stopped", "status": { "ActiveEnterTimestamp": "Tue 2025-07-29 15:31:34 EDT", "ActiveEnterTimestampMonotonic": "604519205", "ActiveExitTimestamp": "Tue 2025-07-29 15:33:10 EDT", "ActiveExitTimestampMonotonic": "700352160", "ActiveState": "inactive", "After": "systemd-journald.socket system.slice auditd.service basic.target network.target -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Tue 2025-07-29 15:31:34 EDT", "AssertTimestampMonotonic": "604518531", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2025-07-29 15:31:34 EDT", "ConditionTimestampMonotonic": "604518530", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "DropInPaths": "/etc/systemd/system/mssql-server.service.d/startlimit.conf", "ExecMainCode": "1", "ExecMainExitTimestamp": "Tue 2025-07-29 15:33:10 EDT", "ExecMainExitTimestampMonotonic": "700574915", "ExecMainPID": "15172", "ExecMainStartTimestamp": "Tue 2025-07-29 15:31:34 EDT", "ExecMainStartTimestampMonotonic": "604519144", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Tue 2025-07-29 15:31:34 EDT] ; stop_time=[Tue 2025-07-29 15:33:10 EDT] ; pid=15172 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Tue 2025-07-29 15:33:10 EDT", "InactiveEnterTimestampMonotonic": "700575013", "InactiveExitTimestamp": "Tue 2025-07-29 15:31:34 EDT", "InactiveExitTimestampMonotonic": "604519205", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice -.mount basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:792 Tuesday 29 July 2025 15:33:18 -0400 (0:00:00.721) 0:03:48.279 ********** 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 : Change the edition of MSSQL] *********** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:798 Tuesday 29 July 2025 15:33:19 -0400 (0:00:01.442) 0:03:49.721 ********** changed: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.mssql : Configure the IP address setting] ****** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:817 Tuesday 29 July 2025 15:33:24 -0400 (0:00:05.072) 0:03:54.794 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting network ipaddress] ***** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Tuesday 29 July 2025 15:33:25 -0400 (0:00:00.206) 0:03:55.001 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003220", "end": "2025-07-29 15:33:25.484987", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:33:25.481767" } STDOUT: ipaddress = 0.0.0.0 TASK [fedora.linux_system_roles.mssql : Configure the setting network ipaddress] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Tuesday 29 July 2025 15:33:25 -0400 (0:00:00.605) 0:03:55.607 ********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.ipaddress", "127.0.0.1" ], "delta": "0:00:00.045587", "end": "2025-07-29 15:33:26.133343", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:33:26.087756" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting network ipaddress] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Tuesday 29 July 2025 15:33:26 -0400 (0:00:00.659) 0:03:56.266 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register the previous tcpport setting] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:824 Tuesday 29 July 2025 15:33:26 -0400 (0:00:00.094) 0:03:56.360 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1435] ************************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:831 Tuesday 29 July 2025 15:33:26 -0400 (0:00:00.100) 0:03:56.461 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the TCP port setting to 1435] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:843 Tuesday 29 July 2025 15:33:26 -0400 (0:00:00.095) 0:03:56.556 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting network tcpport] ******* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Tuesday 29 July 2025 15:33:26 -0400 (0:00:00.185) 0:03:56.742 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002867", "end": "2025-07-29 15:33:27.189734", "failed_when_result": false, "rc": 1, "start": "2025-07-29 15:33:27.186867" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Tuesday 29 July 2025 15:33:27 -0400 (0:00:00.595) 0:03:57.337 ********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "network.tcpport", "1435" ], "delta": "0:00:00.045440", "end": "2025-07-29 15:33:27.709794", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:33:27.664354" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting network tcpport] ***** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Tuesday 29 July 2025 15:33:27 -0400 (0:00:00.453) 0:03:57.791 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:849 Tuesday 29 July 2025 15:33:27 -0400 (0:00:00.097) 0:03:57.889 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the sqlagent setting] ******** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:869 Tuesday 29 July 2025 15:33:28 -0400 (0:00:00.083) 0:03:57.973 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting sqlagent enabled] ****** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Tuesday 29 July 2025 15:33:28 -0400 (0:00:00.152) 0:03:58.125 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002994", "end": "2025-07-29 15:33:28.440000", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:33:28.437006" } STDOUT: enabled = True TASK [fedora.linux_system_roles.mssql : Configure the setting sqlagent enabled] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Tuesday 29 July 2025 15:33:28 -0400 (0:00:00.403) 0:03:58.528 ********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "sqlagent.enabled", "False" ], "delta": "0:00:00.044650", "end": "2025-07-29 15:33:28.867680", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:33:28.823030" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting sqlagent enabled] **** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Tuesday 29 July 2025 15:33:28 -0400 (0:00:00.410) 0:03:58.939 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:876 Tuesday 29 July 2025 15:33:29 -0400 (0:00:00.063) 0:03:59.002 ********** changed: [managed-node2] => { "changed": true, "changes": { "removed": [ "mssql-server-fts" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server-fts.x86_64 0:14.0.3465.1-1 will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nRemoving:\n mssql-server-fts\n x86_64 14.0.3465.1-1 @packages-microsoft-com-mssql-server-2017 554 M\n\nTransaction Summary\n================================================================================\nRemove 1 Package\n\nInstalled size: 554 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Erasing : mssql-server-fts-14.0.3465.1-1.x86_64 1/1 \n Verifying : mssql-server-fts-14.0.3465.1-1.x86_64 1/1 \n\nRemoved:\n mssql-server-fts.x86_64 0:14.0.3465.1-1 \n\nComplete!\n" ] } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:883 Tuesday 29 July 2025 15:33:30 -0400 (0:00:01.515) 0:04:00.518 ********** changed: [managed-node2] => { "changed": true, "changes": { "removed": [ "powershell" ] }, "rc": 0, "results": [ "Loaded plugins: fastestmirror\nResolving Dependencies\n--> Running transaction check\n---> Package powershell.x86_64 0:7.3.12-1.rh will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nRemoving:\n powershell x86_64 7.3.12-1.rh @packages-microsoft-com-prod 168 M\n\nTransaction Summary\n================================================================================\nRemove 1 Package\n\nInstalled size: 168 M\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Erasing : powershell-7.3.12-1.rh.x86_64 1/1 \n Verifying : powershell-7.3.12-1.rh.x86_64 1/1 \n\nRemoved:\n powershell.x86_64 0:7.3.12-1.rh \n\nComplete!\n" ] } TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:892 Tuesday 29 July 2025 15:33:31 -0400 (0:00:01.397) 0:04:01.916 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003215", "end": "2025-07-29 15:33:32.193658", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:33:32.190443" } STDOUT: traceflag0 = 3979 TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:898 Tuesday 29 July 2025 15:33:32 -0400 (0:00:00.337) 0:04:02.254 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] ************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:905 Tuesday 29 July 2025 15:33:32 -0400 (0:00:00.166) 0:04:02.421 ********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "traceflag", "3979", "off" ], "delta": "0:00:00.045363", "end": "2025-07-29 15:33:32.755829", "rc": 0, "start": "2025-07-29 15:33:32.710466" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:913 Tuesday 29 July 2025 15:33:32 -0400 (0:00:00.397) 0:04:02.818 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting control alternatewritethrough] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Tuesday 29 July 2025 15:33:32 -0400 (0:00:00.112) 0:04:02.931 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003124", "end": "2025-07-29 15:33:33.217154", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:33:33.214030" } STDOUT: alternatewritethrough = 0 TASK [fedora.linux_system_roles.mssql : Configure the setting control alternatewritethrough] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Tuesday 29 July 2025 15:33:33 -0400 (0:00:00.352) 0:04:03.284 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting control alternatewritethrough] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Tuesday 29 July 2025 15:33:33 -0400 (0:00:00.087) 0:04:03.372 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] **** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:919 Tuesday 29 July 2025 15:33:33 -0400 (0:00:00.068) 0:04:03.440 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting control writethrough] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Tuesday 29 July 2025 15:33:33 -0400 (0:00:00.115) 0:04:03.556 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002784", "end": "2025-07-29 15:33:33.843878", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:33:33.841094" } STDOUT: writethrough = 1 TASK [fedora.linux_system_roles.mssql : Configure the setting control writethrough] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Tuesday 29 July 2025 15:33:33 -0400 (0:00:00.349) 0:04:03.906 ********** changed: [managed-node2] => { "changed": true, "cmd": [ "/opt/mssql/bin/mssql-conf", "set", "control.writethrough", "0" ], "delta": "0:00:00.045115", "end": "2025-07-29 15:33:34.238488", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:33:34.193373" } STDOUT: SQL Server needs to be restarted in order to apply this setting. Please run 'systemctl restart mssql-server.service'. TASK [fedora.linux_system_roles.mssql : Unset the setting control writethrough] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Tuesday 29 July 2025 15:33:34 -0400 (0:00:00.402) 0:04:04.309 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:929 Tuesday 29 July 2025 15:33:34 -0400 (0:00:00.081) 0:04:04.390 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:937 Tuesday 29 July 2025 15:33:34 -0400 (0:00:00.063) 0:04:04.454 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure adutil and krb5-workstation] **** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:945 Tuesday 29 July 2025 15:33:34 -0400 (0:00:00.064) 0:04:04.518 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print credential caches to check if AD principal exists] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:952 Tuesday 29 July 2025 15:33:34 -0400 (0:00:00.062) 0:04:04.580 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:959 Tuesday 29 July 2025 15:33:34 -0400 (0:00:00.067) 0:04:04.648 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:968 Tuesday 29 July 2025 15:33:34 -0400 (0:00:00.064) 0:04:04.713 ********** skipping: [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 : Check if AD user exists] *************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:981 Tuesday 29 July 2025 15:33:34 -0400 (0:00:00.154) 0:04:04.868 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : In AD server create user] ************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:990 Tuesday 29 July 2025 15:33:34 -0400 (0:00:00.064) 0:04:04.932 ********** skipping: [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 : Ensure proper configuration on user] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1004 Tuesday 29 July 2025 15:33:35 -0400 (0:00:00.068) 0:04:05.000 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get SPNs for the principal] ************ task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1014 Tuesday 29 July 2025 15:33:35 -0400 (0:00:00.068) 0:04:05.069 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register SPNs to the principal] ******** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1019 Tuesday 29 July 2025 15:33:35 -0400 (0:00:00.085) 0:04:05.154 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get kvno of the SPN host] ************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1036 Tuesday 29 July 2025 15:33:35 -0400 (0:00:00.073) 0:04:05.228 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get stats of the keytab file] ********** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1041 Tuesday 29 July 2025 15:33:35 -0400 (0:00:00.068) 0:04:05.297 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get keytab properties] ***************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1046 Tuesday 29 July 2025 15:33:35 -0400 (0:00:00.064) 0:04:05.362 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create keytab] ************************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1052 Tuesday 29 July 2025 15:33:35 -0400 (0:00:00.087) 0:04:05.449 ********** skipping: [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 : Add an entry in the keytab for the principal name and password] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1078 Tuesday 29 July 2025 15:33:35 -0400 (0:00:00.066) 0:04:05.515 ********** skipping: [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 : Ensure correct permissions and ownership on the keytab] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1099 Tuesday 29 July 2025 15:33:35 -0400 (0:00:00.062) 0:04:05.578 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fetch keytab file to host] ************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1107 Tuesday 29 July 2025 15:33:35 -0400 (0:00:00.063) 0:04:05.641 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1117 Tuesday 29 July 2025 15:33:35 -0400 (0:00:00.064) 0:04:05.705 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1123 Tuesday 29 July 2025 15:33:35 -0400 (0:00:00.065) 0:04:05.770 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Mark active hosts] ********************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1140 Tuesday 29 July 2025 15:33:35 -0400 (0:00:00.061) 0:04:05.831 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail if any hosts are no longer active] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1144 Tuesday 29 July 2025 15:33:35 -0400 (0:00:00.062) 0:04:05.894 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset __mssql_is_active] *************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1159 Tuesday 29 July 2025 15:33:35 -0400 (0:00:00.060) 0:04:05.955 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the port and enable the high-availability service in firewall tcp port 5022] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1165 Tuesday 29 July 2025 15:33:36 -0400 (0:00:00.064) 0:04:06.019 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set host variables] ******************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1185 Tuesday 29 July 2025 15:33:36 -0400 (0:00:00.062) 0:04:06.081 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1238 Tuesday 29 July 2025 15:33:36 -0400 (0:00:00.065) 0:04:06.147 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1245 Tuesday 29 July 2025 15:33:36 -0400 (0:00:00.061) 0:04:06.209 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1252 Tuesday 29 July 2025 15:33:36 -0400 (0:00:00.062) 0:04:06.272 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1264 Tuesday 29 July 2025 15:33:36 -0400 (0:00:00.062) 0:04:06.334 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate and private key files] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1270 Tuesday 29 July 2025 15:33:36 -0400 (0:00:00.164) 0:04:06.498 ********** skipping: [managed-node2] => (item=/var/opt/mssql/data/.cer) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.cer", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/var/opt/mssql/data/.pvk) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.pvk", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure SQL entities on the primary replica] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1278 Tuesday 29 July 2025 15:33:36 -0400 (0:00:00.081) 0:04:06.579 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create login for HA on in SQL Server] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1287 Tuesday 29 July 2025 15:33:36 -0400 (0:00:00.067) 0:04:06.647 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1295 Tuesday 29 July 2025 15:33:36 -0400 (0:00:00.063) 0:04:06.711 ********** skipping: [managed-node2] => (item={u'key': u'cert', u'value': u'/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'key': u'key', u'value': u'/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get the current primary replica in SQL] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1309 Tuesday 29 July 2025 15:33:36 -0400 (0:00:00.087) 0:04:06.798 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set fact with the current primary replica] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1315 Tuesday 29 July 2025 15:33:36 -0400 (0:00:00.064) 0:04:06.863 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that primary instance hosts is available] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1321 Tuesday 29 July 2025 15:33:36 -0400 (0:00:00.065) 0:04:06.929 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure ag] ************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1331 Tuesday 29 July 2025 15:33:37 -0400 (0:00:00.062) 0:04:06.991 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1338 Tuesday 29 July 2025 15:33:37 -0400 (0:00:00.063) 0:04:07.055 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Replicate DBs] ************************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1347 Tuesday 29 July 2025 15:33:37 -0400 (0:00:00.062) 0:04:07.117 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Mark active hosts] ********************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1354 Tuesday 29 July 2025 15:33:37 -0400 (0:00:00.064) 0:04:07.181 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail if any hosts are no longer active] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1358 Tuesday 29 July 2025 15:33:37 -0400 (0:00:00.061) 0:04:07.243 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1375 Tuesday 29 July 2025 15:33:37 -0400 (0:00:00.063) 0:04:07.307 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1388 Tuesday 29 July 2025 15:33:37 -0400 (0:00:00.062) 0:04:07.370 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1395 Tuesday 29 July 2025 15:33:37 -0400 (0:00:00.063) 0:04:07.434 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1402 Tuesday 29 July 2025 15:33:37 -0400 (0:00:00.075) 0:04:07.509 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1411 Tuesday 29 July 2025 15:33:37 -0400 (0:00:00.066) 0:04:07.576 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1418 Tuesday 29 July 2025 15:33:37 -0400 (0:00:00.060) 0:04:07.636 ********** skipping: [managed-node2] => (item={u'key': u'cert', u'value': u'/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'key': u'key', u'value': u'/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure SQL entities on not primary replicas] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1430 Tuesday 29 July 2025 15:33:37 -0400 (0:00:00.083) 0:04:07.719 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create HA login] *********************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1439 Tuesday 29 July 2025 15:33:37 -0400 (0:00:00.063) 0:04:07.783 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Join to availability group] ************ task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1446 Tuesday 29 July 2025 15:33:37 -0400 (0:00:00.064) 0:04:07.847 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1452 Tuesday 29 July 2025 15:33:37 -0400 (0:00:00.064) 0:04:07.911 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate and private key from the control node] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1460 Tuesday 29 July 2025 15:33:38 -0400 (0:00:00.157) 0:04:08.069 ********** skipping: [managed-node2] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=key) => { "ansible_loop_var": "item", "changed": false, "item": "key", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Save credentials for the SQL Server login] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1473 Tuesday 29 July 2025 15:33:38 -0400 (0:00:00.076) 0:04:08.146 ********** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1485 Tuesday 29 July 2025 15:33:38 -0400 (0:00:00.067) 0:04:08.213 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Wait for the cluster to finish configuration] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1490 Tuesday 29 July 2025 15:33:38 -0400 (0:00:00.061) 0:04:08.275 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure listener for the availability group] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1498 Tuesday 29 July 2025 15:33:38 -0400 (0:00:00.069) 0:04:08.345 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1507 Tuesday 29 July 2025 15:33:38 -0400 (0:00:00.065) 0:04:08.410 ********** changed: [managed-node2] => { "changed": true } MSG: Block inserted RUNNING HANDLER [fedora.linux_system_roles.mssql : Restart the mssql-server service] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/handlers/main.yml:3 Tuesday 29 July 2025 15:33:38 -0400 (0:00:00.441) 0:04:08.852 ********** changed: [managed-node2] => { "changed": true, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Tue 2025-07-29 15:31:34 EDT", "ActiveEnterTimestampMonotonic": "604519205", "ActiveExitTimestamp": "Tue 2025-07-29 15:33:10 EDT", "ActiveExitTimestampMonotonic": "700352160", "ActiveState": "inactive", "After": "systemd-journald.socket system.slice auditd.service basic.target network.target -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Tue 2025-07-29 15:31:34 EDT", "AssertTimestampMonotonic": "604518531", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2025-07-29 15:31:34 EDT", "ConditionTimestampMonotonic": "604518530", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "DropInPaths": "/etc/systemd/system/mssql-server.service.d/startlimit.conf", "ExecMainCode": "1", "ExecMainExitTimestamp": "Tue 2025-07-29 15:33:10 EDT", "ExecMainExitTimestampMonotonic": "700574915", "ExecMainPID": "15172", "ExecMainStartTimestamp": "Tue 2025-07-29 15:31:34 EDT", "ExecMainStartTimestampMonotonic": "604519144", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Tue 2025-07-29 15:31:34 EDT] ; stop_time=[Tue 2025-07-29 15:33:10 EDT] ; pid=15172 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Tue 2025-07-29 15:33:10 EDT", "InactiveEnterTimestampMonotonic": "700575013", "InactiveExitTimestamp": "Tue 2025-07-29 15:31:34 EDT", "InactiveExitTimestampMonotonic": "604519205", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice -.mount basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } META: ran handlers TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1520 Tuesday 29 July 2025 15:33:39 -0400 (0:00:00.501) 0:04:09.353 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1527 Tuesday 29 July 2025 15:33:39 -0400 (0:00:00.062) 0:04:09.416 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Run with the edited settings again - should report not changed] ********** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_idempotency.yml:69 Tuesday 29 July 2025 15:33:39 -0400 (0:00:00.065) 0:04:09.482 ********** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts and variables used by role] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:3 Tuesday 29 July 2025 15:33:40 -0400 (0:00:01.275) 0:04:10.758 ********** included: /tmp/collections-x4y/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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Tuesday 29 July 2025 15:33:40 -0400 (0:00:00.114) 0:04:10.872 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set platform/version specific variables] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Tuesday 29 July 2025 15:33:40 -0400 (0:00:00.085) 0:04:10.957 ********** 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-x4y/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, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node2] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Run systemctl] ************************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:22 Tuesday 29 July 2025 15:33:41 -0400 (0:00:00.103) 0:04:11.061 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Require installed systemd] ************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:29 Tuesday 29 July 2025 15:33:41 -0400 (0:00:00.063) 0:04:11.124 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:34 Tuesday 29 July 2025 15:33:41 -0400 (0:00:00.063) 0:04:11.187 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset internal role facts] ************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:8 Tuesday 29 July 2025 15:33:41 -0400 (0:00:00.065) 0:04:11.253 ********** 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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:16 Tuesday 29 July 2025 15:33:41 -0400 (0:00:00.062) 0:04:11.315 ********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_input_sql_file fact] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:24 Tuesday 29 July 2025 15:33:41 -0400 (0:00:00.064) 0:04:11.380 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that the variable is deprecated] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:31 Tuesday 29 July 2025 15:33:41 -0400 (0:00:00.061) 0:04:11.441 ********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_listener_port fact] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:38 Tuesday 29 July 2025 15:33:41 -0400 (0:00:00.064) 0:04:11.505 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:45 Tuesday 29 July 2025 15:33:41 -0400 (0:00:00.061) 0:04:11.566 ********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ad_sql_user_name fact] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:52 Tuesday 29 July 2025 15:33:41 -0400 (0:00:00.063) 0:04:11.630 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:59 Tuesday 29 July 2025 15:33:41 -0400 (0:00:00.072) 0:04:11.702 ********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated mssql_ha_cluster_run_role fact] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:66 Tuesday 29 July 2025 15:33:41 -0400 (0:00:00.062) 0:04:11.765 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print that variable is deprecated] ***** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:75 Tuesday 29 July 2025 15:33:41 -0400 (0:00:00.183) 0:04:11.948 ********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.mssql : Link the deprecated fact] ************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:84 Tuesday 29 July 2025 15:33:42 -0400 (0:00:00.064) 0:04:12.013 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:88 Tuesday 29 July 2025 15:33:42 -0400 (0:00:00.065) 0:04:12.079 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that the user accepts EULA variables] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:95 Tuesday 29 July 2025 15:33:42 -0400 (0:00:00.069) 0:04:12.148 ********** 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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:107 Tuesday 29 July 2025 15:33:42 -0400 (0:00:00.076) 0:04:12.225 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:115 Tuesday 29 July 2025 15:33:42 -0400 (0:00:00.063) 0:04:12.288 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:124 Tuesday 29 July 2025 15:33:42 -0400 (0:00:00.067) 0:04:12.356 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:133 Tuesday 29 July 2025 15:33:42 -0400 (0:00:00.062) 0:04:12.419 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:143 Tuesday 29 July 2025 15:33:42 -0400 (0:00:00.065) 0:04:12.484 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that mssql_manage_selinux is set properly] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:152 Tuesday 29 July 2025 15:33:42 -0400 (0:00:00.063) 0:04:12.548 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:163 Tuesday 29 July 2025 15:33:42 -0400 (0:00:00.064) 0:04:12.613 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:174 Tuesday 29 July 2025 15:33:42 -0400 (0:00:00.061) 0:04:12.674 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:185 Tuesday 29 July 2025 15:33:42 -0400 (0:00:00.081) 0:04:12.756 ********** 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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:189 Tuesday 29 July 2025 15:33:43 -0400 (0:00:01.200) 0:04:13.957 ********** ok: [managed-node2] => (item={u'value': 14, u'key': 2017}) => { "ansible_facts": { "__mssql_current_version": "2017" }, "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 } } skipping: [managed-node2] => (item={u'value': 15, u'key': 2019}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'value': 16, u'key': 2022}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify if mssql_version is not bigger then the existing SQL Server version] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:197 Tuesday 29 July 2025 15:33:44 -0400 (0:00:00.170) 0:04:14.128 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:210 Tuesday 29 July 2025 15:33:44 -0400 (0:00:00.070) 0:04:14.199 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:217 Tuesday 29 July 2025 15:33:44 -0400 (0:00:00.064) 0:04:14.263 ********** 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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:224 Tuesday 29 July 2025 15:33:44 -0400 (0:00:00.180) 0:04:14.443 ********** skipping: [managed-node2] => (item={u'value': 14, u'key': 2017}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2017, "value": 14 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'value': 15, u'key': 2019}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2019, "value": 15 }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'value': 16, u'key': 2022}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": 2022, "value": 16 }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Deploy the GPG key for Microsoft repositories] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:238 Tuesday 29 July 2025 15:33:44 -0400 (0:00:00.126) 0:04:14.570 ********** ok: [managed-node2] => { "attempts": 1, "changed": false } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:252 Tuesday 29 July 2025 15:33:45 -0400 (0:00:00.508) 0:04:15.079 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get yum repositories] ****************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:262 Tuesday 29 July 2025 15:33:45 -0400 (0:00:00.064) 0:04:15.143 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:273 Tuesday 29 July 2025 15:33:45 -0400 (0:00:00.067) 0:04:15.211 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Update all packages from SQL Server repo version 2017] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:287 Tuesday 29 July 2025 15:33:45 -0400 (0:00:00.068) 0:04:15.279 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get zypper repositories] *************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:296 Tuesday 29 July 2025 15:33:45 -0400 (0:00:00.066) 0:04:15.345 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove the current Microsoft SQL Server repository to upgrade to 2017] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:308 Tuesday 29 July 2025 15:33:45 -0400 (0:00:00.068) 0:04:15.413 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:315 Tuesday 29 July 2025 15:33:45 -0400 (0:00:00.069) 0:04:15.483 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server repo version 2017] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:327 Tuesday 29 July 2025 15:33:45 -0400 (0:00:00.085) 0:04:15.569 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:340 Tuesday 29 July 2025 15:33:45 -0400 (0:00:00.064) 0:04:15.634 ********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "mssql-server-selinux is not installed" ] } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server] ******* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:345 Tuesday 29 July 2025 15:33:46 -0400 (0:00:00.629) 0:04:16.263 ********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "mssql-server-14.0.3465.1-1.x86_64 providing mssql-server is already installed" ] } TASK [fedora.linux_system_roles.mssql : Check if the errorlog file exists and its location] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:350 Tuesday 29 July 2025 15:33:46 -0400 (0:00:00.572) 0:04:16.835 ********** ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\nerrorlog=\"$(grep '^errorlogfile = ' /var/opt/mssql/mssql.conf \\\n| sed 's/errorlogfile : //')\" || :\nif [ -s \"${errorlog}\" ]; then\n echo \"${errorlog}\"\nelif [ -s /var/opt/mssql/log/errorlog ]; then\n echo /var/opt/mssql/log/errorlog\nelse\n echo \"\"\nfi\n", "delta": "0:00:00.004328", "end": "2025-07-29 15:33:47.122157", "rc": 0, "start": "2025-07-29 15:33:47.117829" } STDOUT: /var/opt/mssql/log/errorlog TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is enabled] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:367 Tuesday 29 July 2025 15:33:47 -0400 (0:00:00.347) 0:04:17.183 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-enabled", "mssql-server.service" ], "delta": "0:00:00.004813", "end": "2025-07-29 15:33:47.456531", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:33:47.451718" } STDOUT: enabled TASK [fedora.linux_system_roles.mssql : Check if mssql-server.service is running] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:374 Tuesday 29 July 2025 15:33:47 -0400 (0:00:00.363) 0:04:17.546 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-active", "mssql-server.service" ], "delta": "0:00:00.004269", "end": "2025-07-29 15:33:47.836930", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:33:47.832661" } STDOUT: active TASK [fedora.linux_system_roles.mssql : Set the __mssql_is_setup variable] ***** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:381 Tuesday 29 July 2025 15:33:47 -0400 (0:00:00.366) 0:04:17.913 ********** ok: [managed-node2] => { "ansible_facts": { "__mssql_is_setup": true }, "changed": false } TASK [fedora.linux_system_roles.mssql : Verify that the variables required for setting up MSSQL are defined] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:388 Tuesday 29 July 2025 15:33:48 -0400 (0:00:00.066) 0:04:17.980 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set up MSSQL] ************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:404 Tuesday 29 July 2025 15:33:48 -0400 (0:00:00.175) 0:04:18.155 ********** skipping: [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 : Ensure the directory and permissions for datadir and logdir] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:430 Tuesday 29 July 2025 15:33:48 -0400 (0:00:00.065) 0:04:18.221 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml for managed-node2 included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Ensure the directory and permissions /var/opt/mssql/data] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Tuesday 29 July 2025 15:33:48 -0400 (0:00:00.139) 0:04:18.361 ********** ok: [managed-node2] => { "changed": false, "gid": 994, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/var/opt/mssql/data", "secontext": "unconfined_u:object_r:var_t:s0", "size": 4096, "state": "directory", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:12 Tuesday 29 July 2025 15:33:48 -0400 (0:00:00.422) 0:04:18.784 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the setting defaultdatadir] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:28 Tuesday 29 July 2025 15:33:48 -0400 (0:00:00.107) 0:04:18.891 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting filelocation defaultdatadir] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Tuesday 29 July 2025 15:33:49 -0400 (0:00:00.170) 0:04:19.062 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^defaultdatadir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002732", "end": "2025-07-29 15:33:49.368432", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:33:49.365700" } STDOUT: defaultdatadir = /var/opt/mssql/data TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultdatadir] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Tuesday 29 July 2025 15:33:49 -0400 (0:00:00.373) 0:04:19.436 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting filelocation defaultdatadir] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Tuesday 29 July 2025 15:33:49 -0400 (0:00:00.074) 0:04:19.510 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the directory and permissions /var/opt/mssql/log] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:3 Tuesday 29 July 2025 15:33:49 -0400 (0:00:00.067) 0:04:19.577 ********** ok: [managed-node2] => { "changed": false, "gid": 994, "group": "mssql", "mode": "0755", "owner": "mssql", "path": "/var/opt/mssql/log", "secontext": "unconfined_u:object_r:var_t:s0", "size": 4096, "state": "directory", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Append facts for the selinux role] ***** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:12 Tuesday 29 July 2025 15:33:49 -0400 (0:00:00.354) 0:04:19.931 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the setting defaultlogdir] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/configure_storage_paths.yml:28 Tuesday 29 July 2025 15:33:50 -0400 (0:00:00.079) 0:04:20.011 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting filelocation defaultlogdir] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Tuesday 29 July 2025 15:33:50 -0400 (0:00:00.110) 0:04:20.121 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^defaultlogdir = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002703", "end": "2025-07-29 15:33:50.406470", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:33:50.403767" } STDOUT: defaultlogdir = /var/opt/mssql/log TASK [fedora.linux_system_roles.mssql : Configure the setting filelocation defaultlogdir] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Tuesday 29 July 2025 15:33:50 -0400 (0:00:00.346) 0:04:20.467 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting filelocation defaultlogdir] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Tuesday 29 July 2025 15:33:50 -0400 (0:00:00.074) 0:04:20.542 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set selinux role facts for ports] ****** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:445 Tuesday 29 July 2025 15:33:50 -0400 (0:00:00.063) 0:04:20.606 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure correct SELinux context for storage paths and ports] ************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:459 Tuesday 29 July 2025 15:33:50 -0400 (0:00:00.175) 0:04:20.782 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned-profiles-mssql package is installed] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:470 Tuesday 29 July 2025 15:33:50 -0400 (0:00:00.065) 0:04:20.847 ********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "tuned-profiles-mssql-2.11.0-12.el7_9.noarch providing tuned-profiles-mssql is already installed" ] } TASK [fedora.linux_system_roles.mssql : Ensure that the tuned service is started and enabled] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:476 Tuesday 29 July 2025 15:33:51 -0400 (0:00:00.556) 0:04:21.404 ********** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "tuned", "state": "started", "status": { "ActiveEnterTimestamp": "Tue 2025-07-29 15:21:44 EDT", "ActiveEnterTimestampMonotonic": "14445810", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket system.slice dbus.service network.target basic.target systemd-sysctl.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Tue 2025-07-29 15:21:43 EDT", "AssertTimestampMonotonic": "13740956", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "com.redhat.tuned", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2025-07-29 15:21:43 EDT", "ConditionTimestampMonotonic": "13740955", "Conflicts": "cpupower.service shutdown.target", "ControlGroup": "/system.slice/tuned.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Dynamic System Tuning Daemon", "DevicePolicy": "auto", "Documentation": "man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "873", "ExecMainStartTimestamp": "Tue 2025-07-29 15:21:43 EDT", "ExecMainStartTimestampMonotonic": "13742797", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/tuned.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "tuned.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Tue 2025-07-29 15:21:43 EDT", "InactiveExitTimestampMonotonic": "13742837", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "873", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "tuned.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/tuned/tuned.pid", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice polkit.service dbus.service basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Tue 2025-07-29 15:21:44 EDT", "WatchdogTimestampMonotonic": "14445765", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.mssql : Get the active Tuned profiles] ********* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:483 Tuesday 29 July 2025 15:33:51 -0400 (0:00:00.456) 0:04:21.860 ********** ok: [managed-node2] => { "changed": false, "content": "dmlydHVhbC1ndWVzdCBtc3NxbAo=", "encoding": "base64", "source": "/etc/tuned/active_profile" } TASK [fedora.linux_system_roles.mssql : Decode the active Tuned profiles] ****** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:489 Tuesday 29 July 2025 15:33:52 -0400 (0:00:00.351) 0:04:22.212 ********** ok: [managed-node2] => { "ansible_facts": { "__mssql_tuned_active_profiles": "virtual-guest mssql" }, "changed": false } TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:502 Tuesday 29 July 2025 15:33:52 -0400 (0:00:00.071) 0:04:22.284 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove troublemaking include from the mssql profile] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:514 Tuesday 29 July 2025 15:33:52 -0400 (0:00:00.068) 0:04:22.353 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Add the fixed mssql profile to the list of Tuned profiles] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:523 Tuesday 29 July 2025 15:33:52 -0400 (0:00:00.071) 0:04:22.424 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Attempt to add mssql to the list of Tuned profiles] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:540 Tuesday 29 July 2025 15:33:52 -0400 (0:00:00.067) 0:04:22.491 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:548 Tuesday 29 July 2025 15:33:52 -0400 (0:00:00.064) 0:04:22.556 ********** ok: [managed-node2] => { "changed": false, "repo": "packages-microsoft-com-prod", "state": "present" } TASK [fedora.linux_system_roles.mssql : Configure the Microsoft SQL Server Tools repository] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:556 Tuesday 29 July 2025 15:33:52 -0400 (0:00:00.346) 0:04:22.902 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:565 Tuesday 29 July 2025 15:33:52 -0400 (0:00:00.061) 0:04:22.963 ********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "mssql-tools18-18.4.1.1-1.x86_64 providing mssql-tools18 is already installed", "unixODBC-devel-2.3.11-1.rh.x86_64 providing unixODBC-devel is already installed" ] } TASK [fedora.linux_system_roles.mssql : Reset certificate_requests] ************ task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:582 Tuesday 29 July 2025 15:33:53 -0400 (0:00:00.557) 0:04:23.521 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set certificate_requests] ************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:586 Tuesday 29 July 2025 15:33:53 -0400 (0:00:00.061) 0:04:23.582 ********** TASK [Create certificates using the certificate role] ************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:597 Tuesday 29 July 2025 15:33:53 -0400 (0:00:00.057) 0:04:23.639 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set mssql_tls_cert and _private_key based on the cert name] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:603 Tuesday 29 July 2025 15:33:53 -0400 (0:00:00.172) 0:04:23.811 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Copy certificate and private_key files to the host] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:608 Tuesday 29 July 2025 15:33:53 -0400 (0:00:00.065) 0:04:23.877 ********** skipping: [managed-node2] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=None) => { "ansible_loop_var": "item", "changed": false, "item": null, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlscert setting] ********* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:626 Tuesday 29 July 2025 15:33:53 -0400 (0:00:00.074) 0:04:23.952 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlskey setting] ********** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:635 Tuesday 29 July 2025 15:33:54 -0400 (0:00:00.063) 0:04:24.015 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the tlsprotocols setting] **** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:644 Tuesday 29 July 2025 15:33:54 -0400 (0:00:00.065) 0:04:24.081 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the forceencryption setting] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:651 Tuesday 29 July 2025 15:33:54 -0400 (0:00:00.078) 0:04:24.160 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get the setting forceencryption] ******* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:660 Tuesday 29 July 2025 15:33:54 -0400 (0:00:00.064) 0:04:24.225 ********** ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail; grep '^forceencryption' /var/opt/mssql/mssql.conf | sed 's/forceencryption = //g'", "delta": "0:00:00.004547", "end": "2025-07-29 15:33:54.519208", "failed_when_result": false, "rc": 1, "start": "2025-07-29 15:33:54.514661" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Append -No to sqlcmd when TLS is not configured] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:669 Tuesday 29 July 2025 15:33:54 -0400 (0:00:00.404) 0:04:24.630 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Append -C to sqlcmd when TLS is configured but certs are self-signed] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:676 Tuesday 29 July 2025 15:33:54 -0400 (0:00:00.086) 0:04:24.716 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Prepare MSSQL and facts for logging in] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:689 Tuesday 29 July 2025 15:33:54 -0400 (0:00:00.083) 0:04:24.800 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Tuesday 29 July 2025 15:33:54 -0400 (0:00:00.123) 0:04:24.924 ********** ok: [managed-node2] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Tue 2025-07-29 15:33:39 EDT", "ActiveEnterTimestampMonotonic": "729624952", "ActiveExitTimestamp": "Tue 2025-07-29 15:33:10 EDT", "ActiveExitTimestampMonotonic": "700352160", "ActiveState": "active", "After": "systemd-journald.socket system.slice auditd.service basic.target network.target -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Tue 2025-07-29 15:33:39 EDT", "AssertTimestampMonotonic": "729624314", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2025-07-29 15:33:39 EDT", "ConditionTimestampMonotonic": "729624313", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "DropInPaths": "/etc/systemd/system/mssql-server.service.d/startlimit.conf", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "21067", "ExecMainStartTimestamp": "Tue 2025-07-29 15:33:39 EDT", "ExecMainStartTimestampMonotonic": "729624908", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Tue 2025-07-29 15:33:39 EDT] ; stop_time=[n/a] ; pid=21067 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Tue 2025-07-29 15:33:10 EDT", "InactiveEnterTimestampMonotonic": "700575013", "InactiveExitTimestamp": "Tue 2025-07-29 15:33:39 EDT", "InactiveExitTimestampMonotonic": "729624952", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "21067", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice -.mount basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Tue 2025-07-29 15:33:39 EDT", "WatchdogTimestampMonotonic": "729624936", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:9 Tuesday 29 July 2025 15:33:55 -0400 (0:00:00.496) 0:04:25.420 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003568", "end": "2025-07-29 15:33:55.753308", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:33:55.749740" } STDOUT: tcpport = 1435 TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:15 Tuesday 29 July 2025 15:33:55 -0400 (0:00:00.395) 0:04:25.816 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002919", "end": "2025-07-29 15:33:56.106090", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:33:56.103171" } STDOUT: ipaddress = 127.0.0.1 TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:21 Tuesday 29 July 2025 15:33:56 -0400 (0:00:00.351) 0:04:26.168 ********** 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 : Wait for mssql-server to prepare for client connections] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:693 Tuesday 29 July 2025 15:33:56 -0400 (0:00:00.091) 0:04:26.259 ********** ok: [managed-node2] => { "changed": false, "elapsed": 1, "gid": 994, "group": "mssql", "match_groupdict": {}, "match_groups": [], "mode": "0660", "owner": "mssql", "path": "/var/opt/mssql/log/errorlog", "port": null, "search_regex": "SQL Server is now ready for client connections", "secontext": "system_u:object_r:var_t:s0", "size": 6573, "state": "file", "uid": 996 } TASK [fedora.linux_system_roles.mssql : Check if the set password matches the existing password] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:699 Tuesday 29 July 2025 15:33:57 -0400 (0:00:01.349) 0:04:27.609 ********** ok: [managed-node2] => { "attempts": 1, "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 : Ensure that the mssql-server service is stopped] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:708 Tuesday 29 July 2025 15:33:58 -0400 (0:00:00.387) 0:04:27.997 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:717 Tuesday 29 July 2025 15:33:58 -0400 (0:00:00.073) 0:04:28.070 ********** 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 : Change the password of sa user] ******** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:725 Tuesday 29 July 2025 15:33:59 -0400 (0:00:01.224) 0:04:29.294 ********** skipping: [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 : Pre-input SQL script files to SQL Server] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:746 Tuesday 29 July 2025 15:33:59 -0400 (0:00:00.080) 0:04:29.375 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Pre-input SQL script contents to SQL Server] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:755 Tuesday 29 July 2025 15:33:59 -0400 (0:00:00.069) 0:04:29.445 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Check if the set edition matches the existing edition] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:768 Tuesday 29 July 2025 15:33:59 -0400 (0:00:00.066) 0:04:29.511 ********** ok: [managed-node2] => { "changed": false, "cmd": "errorlog_edition=\"$(grep -oi 'Standard edition' \\\n/var/opt/mssql/log/errorlog)\"\nif [ -z \"${errorlog_edition}\" ]; then\n edition_matches=false\nelse\n edition_matches=true\nfi\necho \"${edition_matches}\"\n", "delta": "0:00:00.005573", "end": "2025-07-29 15:33:59.809395", "rc": 0, "start": "2025-07-29 15:33:59.803822" } STDOUT: true TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is stopped] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:783 Tuesday 29 July 2025 15:33:59 -0400 (0:00:00.359) 0:04:29.871 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Gather package facts] ****************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:792 Tuesday 29 July 2025 15:33:59 -0400 (0:00:00.074) 0:04:29.945 ********** 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 : Change the edition of MSSQL] *********** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:798 Tuesday 29 July 2025 15:34:01 -0400 (0:00:01.473) 0:04:31.419 ********** skipping: [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 : Configure the IP address setting] ****** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:817 Tuesday 29 July 2025 15:34:01 -0400 (0:00:00.072) 0:04:31.491 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting network ipaddress] ***** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Tuesday 29 July 2025 15:34:01 -0400 (0:00:00.125) 0:04:31.616 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002980", "end": "2025-07-29 15:34:01.904469", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:34:01.901489" } STDOUT: ipaddress = 127.0.0.1 TASK [fedora.linux_system_roles.mssql : Configure the setting network ipaddress] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Tuesday 29 July 2025 15:34:01 -0400 (0:00:00.353) 0:04:31.970 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network ipaddress] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Tuesday 29 July 2025 15:34:02 -0400 (0:00:00.076) 0:04:32.047 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register the previous tcpport setting] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:824 Tuesday 29 July 2025 15:34:02 -0400 (0:00:00.065) 0:04:32.112 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the TCP port 1435] ************************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:831 Tuesday 29 July 2025 15:34:02 -0400 (0:00:00.067) 0:04:32.180 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the TCP port setting to 1435] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:843 Tuesday 29 July 2025 15:34:02 -0400 (0:00:00.073) 0:04:32.253 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting network tcpport] ******* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Tuesday 29 July 2025 15:34:02 -0400 (0:00:00.187) 0:04:32.441 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002978", "end": "2025-07-29 15:34:02.767503", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:34:02.764525" } STDOUT: tcpport = 1435 TASK [fedora.linux_system_roles.mssql : Configure the setting network tcpport] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Tuesday 29 July 2025 15:34:02 -0400 (0:00:00.399) 0:04:32.841 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting network tcpport] ***** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Tuesday 29 July 2025 15:34:02 -0400 (0:00:00.102) 0:04:32.943 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Close the previously set SQL Server TCP port if it changed] ************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:849 Tuesday 29 July 2025 15:34:03 -0400 (0:00:00.097) 0:04:33.040 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the sqlagent setting] ******** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:869 Tuesday 29 July 2025 15:34:03 -0400 (0:00:00.084) 0:04:33.125 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting sqlagent enabled] ****** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Tuesday 29 July 2025 15:34:03 -0400 (0:00:00.144) 0:04:33.269 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^enabled = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003589", "end": "2025-07-29 15:34:03.556131", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:34:03.552542" } STDOUT: enabled = False TASK [fedora.linux_system_roles.mssql : Configure the setting sqlagent enabled] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Tuesday 29 July 2025 15:34:03 -0400 (0:00:00.390) 0:04:33.659 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting sqlagent enabled] **** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Tuesday 29 July 2025 15:34:03 -0400 (0:00:00.112) 0:04:33.772 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:876 Tuesday 29 July 2025 15:34:03 -0400 (0:00:00.112) 0:04:33.884 ********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "mssql-server-fts is not installed" ] } TASK [fedora.linux_system_roles.mssql : Ensure the package powershell] ********* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:883 Tuesday 29 July 2025 15:34:04 -0400 (0:00:00.733) 0:04:34.617 ********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "powershell is not installed" ] } TASK [fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:892 Tuesday 29 July 2025 15:34:05 -0400 (0:00:00.765) 0:04:35.383 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^traceflag[0-9] = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.004044", "end": "2025-07-29 15:34:05.835434", "failed_when_result": false, "rc": 1, "start": "2025-07-29 15:34:05.831390" } MSG: non-zero return code TASK [fedora.linux_system_roles.mssql : Set the 3979 traceflag] **************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:898 Tuesday 29 July 2025 15:34:05 -0400 (0:00:00.515) 0:04:35.899 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the 3979 traceflag] ************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:905 Tuesday 29 July 2025 15:34:05 -0400 (0:00:00.065) 0:04:35.965 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the alternatewritethrough setting] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:913 Tuesday 29 July 2025 15:34:06 -0400 (0:00:00.085) 0:04:36.051 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting control alternatewritethrough] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Tuesday 29 July 2025 15:34:06 -0400 (0:00:00.179) 0:04:36.230 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^alternatewritethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003578", "end": "2025-07-29 15:34:06.569073", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:34:06.565495" } STDOUT: alternatewritethrough = 0 TASK [fedora.linux_system_roles.mssql : Configure the setting control alternatewritethrough] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Tuesday 29 July 2025 15:34:06 -0400 (0:00:00.420) 0:04:36.650 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting control alternatewritethrough] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Tuesday 29 July 2025 15:34:06 -0400 (0:00:00.090) 0:04:36.741 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the writethrough setting] **** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:919 Tuesday 29 July 2025 15:34:06 -0400 (0:00:00.089) 0:04:36.831 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml for managed-node2 TASK [fedora.linux_system_roles.mssql : Get the setting control writethrough] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:3 Tuesday 29 July 2025 15:34:07 -0400 (0:00:00.161) 0:04:36.992 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^writethrough = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003128", "end": "2025-07-29 15:34:07.289474", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:34:07.286346" } STDOUT: writethrough = 0 TASK [fedora.linux_system_roles.mssql : Configure the setting control writethrough] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:12 Tuesday 29 July 2025 15:34:07 -0400 (0:00:00.379) 0:04:37.371 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset the setting control writethrough] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/mssql_conf_setting.yml:42 Tuesday 29 July 2025 15:34:07 -0400 (0:00:00.107) 0:04:37.479 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that ad_integration_realm variable is provided] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:929 Tuesday 29 July 2025 15:34:07 -0400 (0:00:00.099) 0:04:37.578 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Join to realm {{ ad_integration_realm }}] ******************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:937 Tuesday 29 July 2025 15:34:07 -0400 (0:00:00.102) 0:04:37.680 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure adutil and krb5-workstation] **** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:945 Tuesday 29 July 2025 15:34:07 -0400 (0:00:00.091) 0:04:37.772 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print credential caches to check if AD principal exists] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:952 Tuesday 29 July 2025 15:34:07 -0400 (0:00:00.086) 0:04:37.858 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Print status of credential cache for {{ __mssql_ad_kinit_user }}] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:959 Tuesday 29 July 2025 15:34:07 -0400 (0:00:00.076) 0:04:37.934 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Obtain Kerberos ticket for {{ __mssql_ad_kinit_user }}] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:968 Tuesday 29 July 2025 15:34:08 -0400 (0:00:00.068) 0:04:38.002 ********** skipping: [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 : Check if AD user exists] *************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:981 Tuesday 29 July 2025 15:34:08 -0400 (0:00:00.174) 0:04:38.177 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : In AD server create user] ************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:990 Tuesday 29 July 2025 15:34:08 -0400 (0:00:00.067) 0:04:38.245 ********** skipping: [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 : Ensure proper configuration on user] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1004 Tuesday 29 July 2025 15:34:08 -0400 (0:00:00.067) 0:04:38.312 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get SPNs for the principal] ************ task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1014 Tuesday 29 July 2025 15:34:08 -0400 (0:00:00.065) 0:04:38.378 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Register SPNs to the principal] ******** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1019 Tuesday 29 July 2025 15:34:08 -0400 (0:00:00.068) 0:04:38.446 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get kvno of the SPN host] ************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1036 Tuesday 29 July 2025 15:34:08 -0400 (0:00:00.065) 0:04:38.511 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get stats of the keytab file] ********** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1041 Tuesday 29 July 2025 15:34:08 -0400 (0:00:00.067) 0:04:38.579 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get keytab properties] ***************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1046 Tuesday 29 July 2025 15:34:08 -0400 (0:00:00.062) 0:04:38.642 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create keytab] ************************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1052 Tuesday 29 July 2025 15:34:08 -0400 (0:00:00.064) 0:04:38.706 ********** skipping: [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 : Add an entry in the keytab for the principal name and password] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1078 Tuesday 29 July 2025 15:34:08 -0400 (0:00:00.063) 0:04:38.770 ********** skipping: [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 : Ensure correct permissions and ownership on the keytab] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1099 Tuesday 29 July 2025 15:34:08 -0400 (0:00:00.079) 0:04:38.850 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fetch keytab file to host] ************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1107 Tuesday 29 July 2025 15:34:08 -0400 (0:00:00.062) 0:04:38.913 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1117 Tuesday 29 July 2025 15:34:09 -0400 (0:00:00.067) 0:04:38.980 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure the network.kerberoskeytabfile setting] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1123 Tuesday 29 July 2025 15:34:09 -0400 (0:00:00.062) 0:04:39.043 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Mark active hosts] ********************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1140 Tuesday 29 July 2025 15:34:09 -0400 (0:00:00.071) 0:04:39.115 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail if any hosts are no longer active] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1144 Tuesday 29 July 2025 15:34:09 -0400 (0:00:00.085) 0:04:39.201 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Unset __mssql_is_active] *************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1159 Tuesday 29 July 2025 15:34:09 -0400 (0:00:00.093) 0:04:39.295 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Open the port and enable the high-availability service in firewall tcp port 5022] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1165 Tuesday 29 July 2025 15:34:09 -0400 (0:00:00.082) 0:04:39.377 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set host variables] ******************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1185 Tuesday 29 July 2025 15:34:09 -0400 (0:00:00.076) 0:04:39.454 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1238 Tuesday 29 July 2025 15:34:09 -0400 (0:00:00.070) 0:04:39.524 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1245 Tuesday 29 July 2025 15:34:09 -0400 (0:00:00.063) 0:04:39.587 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1252 Tuesday 29 July 2025 15:34:09 -0400 (0:00:00.063) 0:04:39.651 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1264 Tuesday 29 July 2025 15:34:09 -0400 (0:00:00.064) 0:04:39.716 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate and private key files] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1270 Tuesday 29 July 2025 15:34:09 -0400 (0:00:00.191) 0:04:39.907 ********** skipping: [managed-node2] => (item=/var/opt/mssql/data/.cer) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.cer", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/var/opt/mssql/data/.pvk) => { "ansible_loop_var": "item", "changed": false, "item": "/var/opt/mssql/data/.pvk", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure SQL entities on the primary replica] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1278 Tuesday 29 July 2025 15:34:10 -0400 (0:00:00.080) 0:04:39.988 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create login for HA on in SQL Server] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1287 Tuesday 29 July 2025 15:34:10 -0400 (0:00:00.071) 0:04:40.059 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fetch certificate files from the primary to the control node] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1295 Tuesday 29 July 2025 15:34:10 -0400 (0:00:00.065) 0:04:40.124 ********** skipping: [managed-node2] => (item={u'key': u'cert', u'value': u'/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'key': u'key', u'value': u'/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Get the current primary replica in SQL] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1309 Tuesday 29 July 2025 15:34:10 -0400 (0:00:00.084) 0:04:40.210 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set fact with the current primary replica] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1315 Tuesday 29 July 2025 15:34:10 -0400 (0:00:00.062) 0:04:40.272 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Verify that primary instance hosts is available] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1321 Tuesday 29 July 2025 15:34:10 -0400 (0:00:00.062) 0:04:40.334 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure ag] ************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1331 Tuesday 29 July 2025 15:34:10 -0400 (0:00:00.066) 0:04:40.401 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1338 Tuesday 29 July 2025 15:34:10 -0400 (0:00:00.063) 0:04:40.465 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Replicate DBs] ************************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1347 Tuesday 29 July 2025 15:34:10 -0400 (0:00:00.065) 0:04:40.531 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Mark active hosts] ********************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1354 Tuesday 29 July 2025 15:34:10 -0400 (0:00:00.063) 0:04:40.594 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Fail if any hosts are no longer active] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1358 Tuesday 29 July 2025 15:34:10 -0400 (0:00:00.088) 0:04:40.683 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1375 Tuesday 29 July 2025 15:34:10 -0400 (0:00:00.089) 0:04:40.772 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the package mssql-server-ha] **** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1388 Tuesday 29 July 2025 15:34:10 -0400 (0:00:00.087) 0:04:40.860 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Enable the hadrenabled setting] ******** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1395 Tuesday 29 July 2025 15:34:10 -0400 (0:00:00.086) 0:04:40.947 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Restart the mssql-server service if hadrenabled task was changed] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1402 Tuesday 29 July 2025 15:34:11 -0400 (0:00:00.067) 0:04:41.014 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate from SQL Server] **** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1411 Tuesday 29 July 2025 15:34:11 -0400 (0:00:00.068) 0:04:41.083 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Distribute certificate and private key to managed nodes] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1418 Tuesday 29 July 2025 15:34:11 -0400 (0:00:00.097) 0:04:41.181 ********** skipping: [managed-node2] => (item={u'key': u'cert', u'value': u'/var/opt/mssql/data/.cer'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "cert", "value": "/var/opt/mssql/data/.cer" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'key': u'key', u'value': u'/var/opt/mssql/data/.pvk'}) => { "ansible_loop_var": "item", "changed": false, "item": { "key": "key", "value": "/var/opt/mssql/data/.pvk" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure SQL entities on not primary replicas] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1430 Tuesday 29 July 2025 15:34:11 -0400 (0:00:00.122) 0:04:41.303 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Create HA login] *********************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1439 Tuesday 29 July 2025 15:34:11 -0400 (0:00:00.079) 0:04:41.383 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Join to availability group] ************ task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1446 Tuesday 29 July 2025 15:34:11 -0400 (0:00:00.081) 0:04:41.464 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Grant permissions to HA login] ********* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1452 Tuesday 29 July 2025 15:34:11 -0400 (0:00:00.070) 0:04:41.534 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Remove certificate and private key from the control node] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1460 Tuesday 29 July 2025 15:34:11 -0400 (0:00:00.065) 0:04:41.600 ********** skipping: [managed-node2] => (item=cert) => { "ansible_loop_var": "item", "changed": false, "item": "cert", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=key) => { "ansible_loop_var": "item", "changed": false, "item": "key", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Save credentials for the SQL Server login] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1473 Tuesday 29 July 2025 15:34:11 -0400 (0:00:00.075) 0:04:41.676 ********** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run ha_cluster to configure pacemaker] *********************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1485 Tuesday 29 July 2025 15:34:11 -0400 (0:00:00.225) 0:04:41.902 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Wait for the cluster to finish configuration] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1490 Tuesday 29 July 2025 15:34:12 -0400 (0:00:00.127) 0:04:42.029 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Configure listener for the availability group] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1498 Tuesday 29 July 2025 15:34:12 -0400 (0:00:00.091) 0:04:42.121 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Ensure the ansible_managed header in /var/opt/mssql/mssql.conf] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1507 Tuesday 29 July 2025 15:34:12 -0400 (0:00:00.080) 0:04:42.202 ********** ok: [managed-node2] => { "changed": false } META: ran handlers TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1520 Tuesday 29 July 2025 15:34:12 -0400 (0:00:00.558) 0:04:42.760 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Post-input SQL scripts to SQL Server] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:1527 Tuesday 29 July 2025 15:34:12 -0400 (0:00:00.100) 0:04:42.861 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify disabled settings] ************************************************ task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_idempotency.yml:84 Tuesday 29 July 2025 15:34:12 -0400 (0:00:00.082) 0:04:42.944 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml for managed-node2 TASK [Get server version on non-booted systems] ******************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:10 Tuesday 29 July 2025 15:34:13 -0400 (0:00:00.806) 0:04:43.750 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get server edition on booted systems] ************************************ task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:19 Tuesday 29 July 2025 15:34:13 -0400 (0:00:00.097) 0:04:43.847 ********** ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\nerrorlog=\"$(grep '^errorlogfile' /var/opt/mssql/mssql.conf \\\n2>&1 | sed 's\\errorlogfile : \\\\')\" || :\nif [ -f \"${errorlog}\" ]; then\n cat \"${errorlog}\"\nelse\n cat /var/opt/mssql/log/errorlog\nfi\n", "delta": "0:00:00.005139", "end": "2025-07-29 15:34:14.410187", "rc": 0, "start": "2025-07-29 15:34:14.405048" } STDOUT: 2025-07-29 15:33:41.11 Server Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5029376) - 14.0.3465.1 (X64) Jul 30 2023 15:31:58 Copyright (C) 2017 Microsoft Corporation Standard Edition (64-bit) on Linux (CentOS Linux 7 (Core)) 2025-07-29 15:33:41.11 Server UTC adjustment: -4:00 2025-07-29 15:33:41.11 Server (c) Microsoft Corporation. 2025-07-29 15:33:41.11 Server All rights reserved. 2025-07-29 15:33:41.11 Server Server process ID is 392. 2025-07-29 15:33:41.11 Server Logging SQL Server messages in file '/var/opt/mssql/log/errorlog'. 2025-07-29 15:33:41.12 Server Registry startup parameters: -d /var/opt/mssql/data/master.mdf -l /var/opt/mssql/data/mastlog.ldf -e /var/opt/mssql/log/errorlog 2025-07-29 15:33:41.12 Server SQL Server detected 1 sockets with 2 cores per socket and 4 logical processors per socket, 4 total logical processors; using 4 logical processors based on SQL Server licensing. This is an informational message; no user action is required. 2025-07-29 15:33:41.12 Server SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required. 2025-07-29 15:33:41.12 Server Detected 5852 MB of RAM. This is an informational message; no user action is required. 2025-07-29 15:33:41.13 Server Using conventional memory in the memory manager. 2025-07-29 15:33:41.13 Server Page exclusion bitmap is enabled. 2025-07-29 15:33:41.20 Server Buffer pool extension is already disabled. No action is necessary. 2025-07-29 15:33:41.30 Server InitializeExternalUserGroupSid failed. Implied authentication will be disabled. 2025-07-29 15:33:41.30 Server Implied authentication manager initialization failed. Implied authentication will be disabled. 2025-07-29 15:33:41.31 Server Successfully initialized the TLS configuration. Allowed TLS protocol versions are ['1.0 1.1 1.2']. Allowed TLS ciphers are ['ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-ECDSA-AES128-SHA:AES256-GCM-SHA384:AES128-GCM-SHA256:AES256-SHA256:AES128-SHA256:AES256-SHA:AES128-SHA:!DHE-RSA-AES256-GCM-SHA384:!DHE-RSA-AES128-GCM-SHA256:!DHE-RSA-AES256-SHA:!DHE-RSA-AES128-SHA']. 2025-07-29 15:33:41.33 Server Query Store settings initialized with enabled = 1, 2025-07-29 15:33:41.34 Server The maximum number of dedicated administrator connections for this instance is '1' 2025-07-29 15:33:41.34 Server Node configuration: node 0: CPU mask: 0x000000000000000f:0 Active CPU mask: 0x000000000000000f:0. This message provides a description of the NUMA configuration for this computer. This is an informational message only. No user action is required. 2025-07-29 15:33:41.35 Server Using dynamic lock allocation. Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node. This is an informational message only. No user action is required. 2025-07-29 15:33:41.36 Server In-Memory OLTP initialized on lowend machine. 2025-07-29 15:33:41.39 Server Database Instant File Initialization: enabled. For security and performance considerations see the topic 'Database Instant File Initialization' in SQL Server Books Online. This is an informational message only. No user action is required. 2025-07-29 15:33:41.40 Server Software Usage Metrics is disabled. 2025-07-29 15:33:41.40 spid5s Starting up database 'master'. 2025-07-29 15:33:41.46 spid5s 3 transactions rolled forward in database 'master' (1:0). This is an informational message only. No user action is required. 2025-07-29 15:33:41.47 spid5s 0 transactions rolled back in database 'master' (1:0). This is an informational message only. No user action is required. 2025-07-29 15:33:41.47 spid5s Recovery is writing a checkpoint in database 'master' (1). This is an informational message only. No user action is required. 2025-07-29 15:33:41.60 spid5s SQL Server Audit is starting the audits. This is an informational message. No user action is required. 2025-07-29 15:33:41.61 spid5s SQL Server Audit has started the audits. This is an informational message. No user action is required. 2025-07-29 15:33:41.65 spid5s SQL Trace ID 1 was started by login "sa". 2025-07-29 15:33:41.67 spid5s Server name is 'managed-node2'. This is an informational message only. No user action is required. 2025-07-29 15:33:41.68 spid22s Always On: The availability replica manager is starting. This is an informational message only. No user action is required. 2025-07-29 15:33:41.68 spid22s Always On: The availability replica manager is waiting for the instance of SQL Server to allow client connections. This is an informational message only. No user action is required. 2025-07-29 15:33:41.68 spid11s Starting up database 'mssqlsystemresource'. 2025-07-29 15:33:41.69 spid5s Starting up database 'msdb'. 2025-07-29 15:33:41.69 spid11s The resource database build version is 14.00.3465. This is an informational message only. No user action is required. 2025-07-29 15:33:41.71 spid11s Starting up database 'model'. 2025-07-29 15:33:41.80 spid11s Polybase feature disabled. 2025-07-29 15:33:41.80 spid11s Clearing tempdb database. 2025-07-29 15:33:41.86 spid19s A self-generated certificate was successfully loaded for encryption. 2025-07-29 15:33:41.87 spid19s Server is listening on [ 127.0.0.1 1435]. 2025-07-29 15:33:41.88 Server Server is listening on [ ::1 1434]. 2025-07-29 15:33:41.88 Server Server is listening on [ 127.0.0.1 1434]. 2025-07-29 15:33:41.88 Server Dedicated admin connection support was established for listening locally on port 1434. 2025-07-29 15:33:41.89 spid19s SQL Server is now ready for client connections. This is an informational message; no user action is required. 2025-07-29 15:33:41.98 spid11s Starting up database 'tempdb'. 2025-07-29 15:33:42.14 spid11s The tempdb database has 1 data file(s). 2025-07-29 15:33:42.14 spid22s The Service Broker endpoint is in disabled or stopped state. 2025-07-29 15:33:42.14 spid22s The Database Mirroring endpoint is in disabled or stopped state. 2025-07-29 15:33:42.16 spid22s Service Broker manager has started. 2025-07-29 15:33:42.16 spid5s Recovery is complete. This is an informational message only. No user action is required. TASK [Verify that the edition matches] ***************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:33 Tuesday 29 July 2025 15:34:14 -0400 (0:00:00.701) 0:04:44.549 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify the setting {{ item.key }}] *************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:39 Tuesday 29 July 2025 15:34:14 -0400 (0:00:00.116) 0:04:44.666 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 TASK [Get the value of the setting ipaddress] ********************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Tuesday 29 July 2025 15:34:14 -0400 (0:00:00.253) 0:04:44.919 ********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^ipaddress' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003910", "end": "2025-07-29 15:34:15.433280", "rc": 0, "start": "2025-07-29 15:34:15.429370" } STDOUT: ipaddress = 127.0.0.1 TASK [Verify the setting when it is type str ipaddress] ************************ task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Tuesday 29 July 2025 15:34:15 -0400 (0:00:00.699) 0:04:45.619 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool ipaddress] *********************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Tuesday 29 July 2025 15:34:15 -0400 (0:00:00.188) 0:04:45.808 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 127.0.0.1] ***************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Tuesday 29 July 2025 15:34:15 -0400 (0:00:00.104) 0:04:45.913 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting defaultdatadir] ***************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Tuesday 29 July 2025 15:34:16 -0400 (0:00:00.199) 0:04:46.112 ********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^defaultdatadir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003952", "end": "2025-07-29 15:34:16.497053", "rc": 0, "start": "2025-07-29 15:34:16.493101" } STDOUT: defaultdatadir = /var/opt/mssql/data TASK [Verify the setting when it is type str defaultdatadir] ******************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Tuesday 29 July 2025 15:34:16 -0400 (0:00:00.499) 0:04:46.611 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultdatadir] ****************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Tuesday 29 July 2025 15:34:16 -0400 (0:00:00.218) 0:04:46.829 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /var/opt/mssql/data] ******************************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Tuesday 29 July 2025 15:34:17 -0400 (0:00:00.173) 0:04:47.003 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting enabled] ************************************ task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Tuesday 29 July 2025 15:34:17 -0400 (0:00:00.175) 0:04:47.179 ********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^enabled' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004621", "end": "2025-07-29 15:34:17.568747", "rc": 0, "start": "2025-07-29 15:34:17.564126" } STDOUT: enabled = False TASK [Verify the setting when it is type str enabled] ************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Tuesday 29 July 2025 15:34:17 -0400 (0:00:00.609) 0:04:47.788 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool enabled] ************************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Tuesday 29 July 2025 15:34:17 -0400 (0:00:00.117) 0:04:47.905 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Tuesday 29 July 2025 15:34:18 -0400 (0:00:00.253) 0:04:48.159 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting defaultlogdir] ****************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Tuesday 29 July 2025 15:34:18 -0400 (0:00:00.170) 0:04:48.329 ********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^defaultlogdir' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004036", "end": "2025-07-29 15:34:18.709231", "rc": 0, "start": "2025-07-29 15:34:18.705195" } STDOUT: defaultlogdir = /var/opt/mssql/log TASK [Verify the setting when it is type str defaultlogdir] ******************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Tuesday 29 July 2025 15:34:18 -0400 (0:00:00.544) 0:04:48.873 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify the setting when it is type bool defaultlogdir] ******************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Tuesday 29 July 2025 15:34:19 -0400 (0:00:00.195) 0:04:49.069 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = /var/opt/mssql/log] ******************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Tuesday 29 July 2025 15:34:19 -0400 (0:00:00.139) 0:04:49.209 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the value of the setting tcpport] ************************************ task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Tuesday 29 July 2025 15:34:19 -0400 (0:00:00.113) 0:04:49.322 ********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^tcpport' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004073", "end": "2025-07-29 15:34:19.684503", "rc": 0, "start": "2025-07-29 15:34:19.680430" } STDOUT: tcpport = 1435 TASK [Verify the setting when it is type str tcpport] ************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Tuesday 29 July 2025 15:34:19 -0400 (0:00:00.474) 0:04:49.796 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool tcpport] ************************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Tuesday 29 July 2025 15:34:19 -0400 (0:00:00.112) 0:04:49.908 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that tcpport = 1435] ********************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Tuesday 29 July 2025 15:34:20 -0400 (0:00:00.097) 0:04:50.006 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Get stat of mssql_datadir] *********************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:55 Tuesday 29 July 2025 15:34:20 -0400 (0:00:00.114) 0:04:50.121 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1753817420.0942938, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1753817420.0362935, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 262875, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1753817420.0362935, "nlink": 2, "path": "/var/opt/mssql/data", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "1171396585", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that mssql_datadir has proper permissions and ownership] ********** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:60 Tuesday 29 July 2025 15:34:20 -0400 (0:00:00.512) 0:04:50.633 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Get stat of mssql_logdir] ************************************************ task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:70 Tuesday 29 July 2025 15:34:20 -0400 (0:00:00.134) 0:04:50.768 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1753817621.6511433, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1753817621.6581433, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 994, "gr_name": "mssql", "inode": 262876, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0755", "mtime": 1753817621.6581433, "nlink": 2, "path": "/var/opt/mssql/log", "pw_name": "mssql", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 996, "version": "1171396586", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that mssql_logdir has proper permissions and ownership] *********** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:75 Tuesday 29 July 2025 15:34:21 -0400 (0:00:00.384) 0:04:51.152 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Prepare MSSQL and facts for logging in] ********************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:85 Tuesday 29 July 2025 15:34:21 -0400 (0:00:00.119) 0:04:51.271 ********** TASK [fedora.linux_system_roles.mssql : Ensure that the mssql-server service is started] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:3 Tuesday 29 July 2025 15:34:21 -0400 (0:00:00.149) 0:04:51.421 ********** ok: [managed-node2] => { "changed": false, "name": "mssql-server", "state": "started", "status": { "ActiveEnterTimestamp": "Tue 2025-07-29 15:33:39 EDT", "ActiveEnterTimestampMonotonic": "729624952", "ActiveExitTimestamp": "Tue 2025-07-29 15:33:10 EDT", "ActiveExitTimestampMonotonic": "700352160", "ActiveState": "active", "After": "systemd-journald.socket system.slice auditd.service basic.target network.target -.mount", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Tue 2025-07-29 15:33:39 EDT", "AssertTimestampMonotonic": "729624314", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2025-07-29 15:33:39 EDT", "ConditionTimestampMonotonic": "729624313", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/mssql-server.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "Microsoft SQL Server Database Engine", "DevicePolicy": "auto", "Documentation": "https://docs.microsoft.com/en-us/sql/linux", "DropInPaths": "/etc/systemd/system/mssql-server.service.d/startlimit.conf", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "21067", "ExecMainStartTimestamp": "Tue 2025-07-29 15:33:39 EDT", "ExecMainStartTimestampMonotonic": "729624908", "ExecMainStatus": "0", "ExecStart": "{ path=/opt/mssql/bin/sqlservr ; argv[]=/opt/mssql/bin/sqlservr ; ignore_errors=no ; start_time=[Tue 2025-07-29 15:33:39 EDT] ; stop_time=[n/a] ; pid=21067 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/mssql-server.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "mssql-server.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Tue 2025-07-29 15:33:10 EDT", "InactiveEnterTimestampMonotonic": "700575013", "InactiveExitTimestamp": "Tue 2025-07-29 15:33:39 EDT", "InactiveExitTimestampMonotonic": "729624952", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "process", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "18446744073709551615", "LimitNPROC": "18446744073709551615", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "21067", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "mssql-server.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice -.mount basic.target", "RequiresMountsFor": "/var/opt/mssql", "Restart": "on-failure", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "0", "StartLimitInterval": "0", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "30min", "TimeoutStopUSec": "30min", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UMask": "0007", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "User": "mssql", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Tue 2025-07-29 15:33:39 EDT", "WatchdogTimestampMonotonic": "729624936", "WatchdogUSec": "0", "WorkingDirectory": "/var/opt/mssql" } } TASK [fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:9 Tuesday 29 July 2025 15:34:21 -0400 (0:00:00.503) 0:04:51.924 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^tcpport = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.003021", "end": "2025-07-29 15:34:22.268202", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:34:22.265181" } STDOUT: tcpport = 1435 TASK [fedora.linux_system_roles.mssql : Check if a custom ipaddress setting exist] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:15 Tuesday 29 July 2025 15:34:22 -0400 (0:00:00.443) 0:04:52.368 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^ipaddress = ", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002956", "end": "2025-07-29 15:34:22.698674", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:34:22.695718" } STDOUT: ipaddress = 127.0.0.1 TASK [fedora.linux_system_roles.mssql : Set a fact with a login command] ******* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:21 Tuesday 29 July 2025 15:34:22 -0400 (0:00:00.466) 0:04:52.834 ********** 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 [Wait for mssql-server to prepare for client connections] ***************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:96 Tuesday 29 July 2025 15:34:22 -0400 (0:00:00.128) 0:04:52.963 ********** ok: [managed-node2] => { "changed": false, "elapsed": 1, "gid": 994, "group": "mssql", "match_groupdict": {}, "match_groups": [], "mode": "0660", "owner": "mssql", "path": "/var/opt/mssql/log/errorlog", "port": null, "search_regex": "SQL Server is now ready for client connections", "secontext": "system_u:object_r:var_t:s0", "size": 6573, "state": "file", "uid": 996 } TASK [Check if the set password matches the existing password] ***************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:117 Tuesday 29 July 2025 15:34:24 -0400 (0:00:01.453) 0:04:54.417 ********** ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "/opt/mssql-tools18/bin/sqlcmd", "-No", "-S", "127.0.0.1,1435", "-U", "sa", "-P", "p@55w0rD1", "-Q", "SELECT @@VERSION" ], "delta": "0:00:00.020685", "end": "2025-07-29 15:34:24.782108", "rc": 0, "start": "2025-07-29 15:34:24.761423" } STDOUT: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Microsoft SQL Server 2017 (RTM-CU31-GDR) (KB5029376) - 14.0.3465.1 (X64) Jul 30 2023 15:31:58 Copyright (C) 2017 Microsoft Corporation Standard Edition (64-bit) on Linux (CentOS Linux 7 (Core)) (1 rows affected) TASK [Set the mssql_password variable to default null] ************************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:137 Tuesday 29 July 2025 15:34:24 -0400 (0:00:00.481) 0:04:54.899 ********** ok: [managed-node2] => { "ansible_facts": { "mssql_password": null }, "changed": false } TASK [Verify the package mssql-server-fts] ************************************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:141 Tuesday 29 July 2025 15:34:25 -0400 (0:00:00.122) 0:04:55.021 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml for managed-node2 TASK [Gather package facts] **************************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml:7 Tuesday 29 July 2025 15:34:25 -0400 (0:00:00.166) 0:04:55.187 ********** 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 [Verify if the package is installed mssql-server-fts] ********************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml:12 Tuesday 29 July 2025 15:34:26 -0400 (0:00:01.455) 0:04:56.643 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the package is not installed mssql-server-fts] ***************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml:17 Tuesday 29 July 2025 15:34:26 -0400 (0:00:00.268) 0:04:56.912 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify the package powershell] ******************************************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:148 Tuesday 29 July 2025 15:34:27 -0400 (0:00:00.161) 0:04:57.073 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml for managed-node2 TASK [Gather package facts] **************************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml:7 Tuesday 29 July 2025 15:34:27 -0400 (0:00:00.178) 0:04:57.251 ********** 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 [Verify if the package is installed powershell] *************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml:12 Tuesday 29 July 2025 15:34:29 -0400 (0:00:01.797) 0:04:59.049 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify if the package is not installed powershell] *********************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml:17 Tuesday 29 July 2025 15:34:29 -0400 (0:00:00.115) 0:04:59.164 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Get the value of the traceflag setting] ********************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:159 Tuesday 29 July 2025 15:34:29 -0400 (0:00:00.157) 0:04:59.322 ********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^traceflag' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004119", "end": "2025-07-29 15:34:29.855656", "rc": 0, "start": "2025-07-29 15:34:29.851537" } TASK [Verify that the traceflag setting is set to 3979] ************************ task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:164 Tuesday 29 July 2025 15:34:30 -0400 (0:00:00.735) 0:05:00.058 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify that the traceflag setting is not set to 3979] ******************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:169 Tuesday 29 July 2025 15:34:30 -0400 (0:00:00.111) 0:05:00.170 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify that the alternatewritethrough setting is false] ****************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:175 Tuesday 29 July 2025 15:34:30 -0400 (0:00:00.113) 0:05:00.283 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 TASK [Get the value of the setting alternatewritethrough] ********************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Tuesday 29 July 2025 15:34:30 -0400 (0:00:00.200) 0:05:00.484 ********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^alternatewritethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.004037", "end": "2025-07-29 15:34:30.791789", "rc": 0, "start": "2025-07-29 15:34:30.787752" } STDOUT: alternatewritethrough = 0 TASK [Verify the setting when it is type str alternatewritethrough] ************ task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Tuesday 29 July 2025 15:34:30 -0400 (0:00:00.395) 0:05:00.879 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool alternatewritethrough] *********** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Tuesday 29 July 2025 15:34:31 -0400 (0:00:00.118) 0:05:00.997 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Tuesday 29 July 2025 15:34:31 -0400 (0:00:00.123) 0:05:01.121 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the writethrough setting] ***************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:181 Tuesday 29 July 2025 15:34:31 -0400 (0:00:00.189) 0:05:01.310 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml for managed-node2 TASK [Get the value of the setting writethrough] ******************************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:7 Tuesday 29 July 2025 15:34:31 -0400 (0:00:00.311) 0:05:01.622 ********** ok: [managed-node2] => { "changed": false, "cmd": "grep '^writethrough' /var/opt/mssql/mssql.conf || true", "delta": "0:00:00.003930", "end": "2025-07-29 15:34:31.918799", "rc": 0, "start": "2025-07-29 15:34:31.914869" } STDOUT: writethrough = 0 TASK [Verify the setting when it is type str writethrough] ********************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:14 Tuesday 29 July 2025 15:34:32 -0400 (0:00:00.376) 0:05:01.998 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the setting when it is type bool writethrough] ******************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:25 Tuesday 29 July 2025 15:34:32 -0400 (0:00:00.091) 0:05:02.090 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Verify that tcpport = False] ********************************************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/mssql_conf_verify.yml:40 Tuesday 29 July 2025 15:34:32 -0400 (0:00:00.087) 0:05:02.177 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlscert setting] ********************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:191 Tuesday 29 July 2025 15:34:32 -0400 (0:00:00.085) 0:05:02.263 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlskey setting] *********************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:202 Tuesday 29 July 2025 15:34:32 -0400 (0:00:00.093) 0:05:02.356 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the tlsprotocols setting] ***************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:214 Tuesday 29 July 2025 15:34:32 -0400 (0:00:00.082) 0:05:02.439 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the forceencryption setting] ************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:222 Tuesday 29 July 2025 15:34:32 -0400 (0:00:00.077) 0:05:02.516 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify configuration for confined application] *************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_settings.yml:229 Tuesday 29 July 2025 15:34:32 -0400 (0:00:00.099) 0:05:02.616 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the ansible_managed header in the configuration file] ************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/tests_idempotency.yml:103 Tuesday 29 July 2025 15:34:32 -0400 (0:00:00.175) 0:05:02.791 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/check_header.yml for managed-node2 TASK [Grep the ansible_managed header in /var/opt/mssql/mssql.conf] ************ task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/check_header.yml:4 Tuesday 29 July 2025 15:34:34 -0400 (0:00:01.186) 0:05:03.977 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "Ansible managed\n", "/var/opt/mssql/mssql.conf" ], "delta": "0:00:00.002996", "end": "2025-07-29 15:34:34.748811", "rc": 0, "start": "2025-07-29 15:34:34.745815" } STDOUT: # BEGIN ANSIBLE MANAGED BLOCK # # Ansible managed # # system_role:mssql # END ANSIBLE MANAGED BLOCK [sqlagent] enabled = False [EULA] accepteula = Y [filelocation] defaultdatadir = /var/opt/mssql/data defaultlogdir = /var/opt/mssql/log [network] ipaddress = 127.0.0.1 tcpport = 1435 [traceflag] [control] alternatewritethrough = 0 writethrough = 0 TASK [Clean up after the role invocation] ************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tests_idempotency_2017.yml:18 Tuesday 29 July 2025 15:34:35 -0400 (0:00:01.275) 0:05:05.252 ********** included: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml for managed-node2 TASK [Gather package facts] **************************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:3 Tuesday 29 July 2025 15:34:35 -0400 (0:00:00.202) 0:05:05.455 ********** 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-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:7 Tuesday 29 July 2025 15:34:36 -0400 (0:00:01.466) 0:05:06.922 ********** TASK [fedora.linux_system_roles.mssql : Ensure ansible_facts used by role] ***** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:3 Tuesday 29 July 2025 15:34:37 -0400 (0:00:00.214) 0:05:07.136 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Set platform/version specific variables] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:8 Tuesday 29 July 2025 15:34:37 -0400 (0:00:00.149) 0:05:07.286 ********** 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-x4y/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, "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_7.yml) => { "ansible_facts": { "__mssql_client_repository": "https://packages.microsoft.com/rhel/7/prod/", "__mssql_confined_supported": false, "__mssql_server_repository": "https://packages.microsoft.com/rhel/7/mssql-server-{{ mssql_version | int }}/", "__mssql_supported_versions": [ 2017, 2019 ] }, "ansible_included_var_files": [ "/tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/vars/CentOS_7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.yml" } skipping: [managed-node2] => (item=CentOS_7.9.yml) => { "ansible_loop_var": "item", "changed": false, "item": "CentOS_7.9.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Run systemctl] ************************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:22 Tuesday 29 July 2025 15:34:37 -0400 (0:00:00.177) 0:05:07.463 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.mssql : Require installed systemd] ************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:29 Tuesday 29 July 2025 15:34:37 -0400 (0:00:00.098) 0:05:07.562 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/set_vars.yml:34 Tuesday 29 July 2025 15:34:37 -0400 (0:00:00.103) 0:05:07.665 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Purge cluster configuration] ********************************************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:13 Tuesday 29 July 2025 15:34:37 -0400 (0:00:00.100) 0:05:07.766 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Debug ansible_python_version] ******************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:21 Tuesday 29 July 2025 15:34:37 -0400 (0:00:00.120) 0:05:07.886 ********** ok: [managed-node2] => { "ansible_python_version": "2.7.5" } TASK [Purge firewall configuration] ******************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:25 Tuesday 29 July 2025 15:34:38 -0400 (0:00:00.099) 0:05:07.986 ********** TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Tuesday 29 July 2025 15:34:38 -0400 (0:00:00.293) 0:05:08.279 ********** included: /tmp/collections-x4y/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-x4y/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Tuesday 29 July 2025 15:34:38 -0400 (0:00:00.228) 0:05:08.508 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Tuesday 29 July 2025 15:34:38 -0400 (0:00:00.447) 0:05:08.956 ********** 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-x4y/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Tuesday 29 July 2025 15:34:39 -0400 (0:00:00.456) 0:05:09.412 ********** 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-x4y/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Tuesday 29 July 2025 15:34:39 -0400 (0:00:00.083) 0:05:09.496 ********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Tuesday 29 July 2025 15:34:40 -0400 (0:00:00.478) 0:05:09.975 ********** ok: [managed-node2] => { "ansible_facts": { "__firewall_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Tuesday 29 July 2025 15:34:40 -0400 (0:00:00.147) 0:05:10.122 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.004942", "end": "2025-07-29 15:34:40.499488", "failed_when_result": false, "rc": 0, "start": "2025-07-29 15:34:40.494546" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Tuesday 29 July 2025 15:34:40 -0400 (0:00:00.484) 0:05:10.606 ********** skipping: [managed-node2] => { "changed": false, "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-x4y/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Tuesday 29 July 2025 15:34:40 -0400 (0:00:00.138) 0:05:10.745 ********** ok: [managed-node2] => { "ansible_facts": { "__firewall_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 Tuesday 29 July 2025 15:34:40 -0400 (0:00:00.106) 0:05:10.852 ********** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed" ] } TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:63 Tuesday 29 July 2025 15:34:41 -0400 (0:00:00.927) 0:05:11.779 ********** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:68 Tuesday 29 July 2025 15:34:41 -0400 (0:00:00.130) 0:05:11.909 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:73 Tuesday 29 July 2025 15:34:42 -0400 (0:00:00.108) 0:05:12.017 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Tuesday 29 July 2025 15:34:42 -0400 (0:00:00.104) 0:05:12.122 ********** skipping: [managed-node2] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14 Tuesday 29 July 2025 15:34:42 -0400 (0:00:00.143) 0:05:12.265 ********** skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'nftables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'iptables', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'skip_reason': u'Conditional result was False', u'item': u'ufw', u'skipped': True, u'ansible_loop_var': u'item', u'changed': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24 Tuesday 29 July 2025 15:34:42 -0400 (0:00:00.136) 0:05:12.402 ********** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestamp": "Tue 2025-07-29 15:29:15 EDT", "ActiveEnterTimestampMonotonic": "466037544", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice polkit.service dbus.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Tue 2025-07-29 15:29:15 EDT", "AssertTimestampMonotonic": "465790070", "Before": "network-pre.target multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2025-07-29 15:29:15 EDT", "ConditionTimestampMonotonic": "465790068", "Conflicts": "ipset.service ebtables.service ip6tables.service shutdown.target iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11825", "ExecMainStartTimestamp": "Tue 2025-07-29 15:29:15 EDT", "ExecMainStartTimestampMonotonic": "465791416", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Tue 2025-07-29 15:29:15 EDT", "InactiveExitTimestampMonotonic": "465791868", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "11825", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Tue 2025-07-29 15:29:15 EDT", "WatchdogTimestampMonotonic": "466037085", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 Tuesday 29 July 2025 15:34:43 -0400 (0:00:00.577) 0:05:12.979 ********** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestamp": "Tue 2025-07-29 15:29:15 EDT", "ActiveEnterTimestampMonotonic": "466037544", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice polkit.service dbus.service basic.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Tue 2025-07-29 15:29:15 EDT", "AssertTimestampMonotonic": "465790070", "Before": "network-pre.target multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2025-07-29 15:29:15 EDT", "ConditionTimestampMonotonic": "465790068", "Conflicts": "ipset.service ebtables.service ip6tables.service shutdown.target iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11825", "ExecMainStartTimestamp": "Tue 2025-07-29 15:29:15 EDT", "ExecMainStartTimestampMonotonic": "465791416", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Tue 2025-07-29 15:29:15 EDT", "InactiveExitTimestampMonotonic": "465791868", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "29173", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "29173", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "11825", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogTimestamp": "Tue 2025-07-29 15:29:15 EDT", "WatchdogTimestampMonotonic": "466037085", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Tuesday 29 July 2025 15:34:43 -0400 (0:00:00.580) 0:05:13.559 ********** ok: [managed-node2] => { "ansible_facts": { "__firewall_previous_replaced": true, "__firewall_python_cmd": "/usr/bin/python", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45 Tuesday 29 July 2025 15:34:43 -0400 (0:00:00.131) 0:05:13.691 ********** ok: [managed-node2] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.15.91 closed. TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:58 Tuesday 29 July 2025 15:34:44 -0400 (0:00:00.612) 0:05:14.303 ********** ok: [managed-node2] => { "ansible_facts": { "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74 Tuesday 29 July 2025 15:34:44 -0400 (0:00:00.148) 0:05:14.452 ********** TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:126 Tuesday 29 July 2025 15:34:44 -0400 (0:00:00.106) 0:05:14.559 ********** TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:137 Tuesday 29 July 2025 15:34:44 -0400 (0:00:00.100) 0:05:14.659 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:146 Tuesday 29 July 2025 15:34:44 -0400 (0:00:00.089) 0:05:14.748 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:152 Tuesday 29 July 2025 15:34:44 -0400 (0:00:00.071) 0:05:14.820 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:161 Tuesday 29 July 2025 15:34:44 -0400 (0:00:00.098) 0:05:14.918 ********** ok: [managed-node2] => { "changed": false, "rc": 0 } STDERR: Shared connection to 10.31.15.91 closed. TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:172 Tuesday 29 July 2025 15:34:45 -0400 (0:00:00.425) 0:05:15.344 ********** ok: [managed-node2] => { "ansible_facts": { "firewall_lib_result": { "changed": false } }, "changed": false } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:178 Tuesday 29 July 2025 15:34:45 -0400 (0:00:00.127) 0:05:15.472 ********** skipping: [managed-node2] => {} TASK [Purge selinux configuration] ********************************************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:33 Tuesday 29 July 2025 15:34:45 -0400 (0:00:00.110) 0:05:15.583 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Leave realm] ************************************************************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:40 Tuesday 29 July 2025 15:34:45 -0400 (0:00:00.075) 0:05:15.658 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Destroy Kerberos tickets] ************************************************ task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:48 Tuesday 29 July 2025 15:34:45 -0400 (0:00:00.094) 0:05:15.753 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove related packages] ************************************************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:52 Tuesday 29 July 2025 15:34:45 -0400 (0:00:00.085) 0:05:15.839 ********** changed: [managed-node2] => { "changed": true, "changes": { "removed": [ "mssql-server*", "mssql-tools*", "unixODBC-devel" ] }, "rc": 0, "results": [ "adutil is not installed", "mssql-server-fts is not installed", "mssql-server-ha is not installed", "powershell is not installed", "Loaded plugins: fastestmirror\nResolving Dependencies\n--> Running transaction check\n---> Package mssql-server.x86_64 0:14.0.3465.1-1 will be erased\n---> Package mssql-tools18.x86_64 0:18.4.1.1-1 will be erased\n---> Package unixODBC-devel.x86_64 0:2.3.11-1.rh will be erased\n--> Finished Dependency Resolution\n--> Finding unneeded leftover dependencies\n---> Marking msodbcsql18 to be removed - no longer needed by mssql-tools18\n---> Marking unixODBC to be removed - no longer needed by unixODBC-devel\n---> Marking cyrus-sasl to be removed - no longer needed by mssql-server\n---> Marking gdb to be removed - no longer needed by mssql-server\n---> Marking libatomic to be removed - no longer needed by mssql-server\n---> Marking libsss_nss_idmap to be removed - no longer needed by mssql-server\n---> Marking bzip2 to be removed - no longer needed by mssql-server\n---> Marking cyrus-sasl-gssapi to be removed - no longer needed by mssql-server\n---> Marking libtool-ltdl to be removed - no longer needed by unixODBC\nFound and removing 9 unneeded dependencies\n--> Running transaction check\n---> Package bzip2.x86_64 0:1.0.6-13.el7 will be erased\n---> Package cyrus-sasl.x86_64 0:2.1.26-24.el7_9 will be erased\n---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 will be erased\n---> Package gdb.x86_64 0:7.6.1-120.el7 will be erased\n---> Package libatomic.x86_64 0:4.8.5-44.el7 will be erased\n---> Package libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.16 will be erased\n---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be erased\n---> Package msodbcsql18.x86_64 0:18.4.1.1-1 will be erased\n---> Package unixODBC.x86_64 0:2.3.11-1.rh will be erased\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nRemoving:\n mssql-server x86_64 14.0.3465.1-1 @packages-microsoft-com-mssql-server-2017\n 1.0 G\n mssql-tools18 x86_64 18.4.1.1-1 @packages-microsoft-com-prod 718 k\n unixODBC-devel x86_64 2.3.11-1.rh @packages-microsoft-com-prod 223 k\nRemoving for dependencies:\n bzip2 x86_64 1.0.6-13.el7 @base 82 k\n cyrus-sasl x86_64 2.1.26-24.el7_9 @updates 141 k\n cyrus-sasl-gssapi x86_64 2.1.26-24.el7_9 @updates 36 k\n gdb x86_64 7.6.1-120.el7 @base 7.0 M\n libatomic x86_64 4.8.5-44.el7 @base 26 k\n libsss_nss_idmap x86_64 1.16.5-10.el7_9.16 @updates 82 k\n libtool-ltdl x86_64 2.4.2-22.el7_3 @base 66 k\n msodbcsql18 x86_64 18.4.1.1-1 @packages-microsoft-com-prod 2.3 M\n unixODBC x86_64 2.3.11-1.rh @packages-microsoft-com-prod 648 k\n\nTransaction Summary\n================================================================================\nRemove 3 Packages (+9 Dependent packages)\n\nInstalled size: 1.0 G\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Erasing : mssql-server-14.0.3465.1-1.x86_64 1/12 \n Erasing : mssql-tools18-18.4.1.1-1.x86_64 2/12 \n Erasing : msodbcsql18-18.4.1.1-1.x86_64 3/12 \nODBC Driver 18 for SQL Server has been deleted (if it existed at all) because its usage count became zero\n Erasing : unixODBC-devel-2.3.11-1.rh.x86_64 4/12 \n Erasing : unixODBC-2.3.11-1.rh.x86_64 5/12 \nwarning: /etc/odbcinst.ini saved as /etc/odbcinst.ini.rpmsave\n Erasing : libtool-ltdl-2.4.2-22.el7_3.x86_64 6/12 \n Erasing : libatomic-4.8.5-44.el7.x86_64 7/12 \n Erasing : bzip2-1.0.6-13.el7.x86_64 8/12 \n Erasing : gdb-7.6.1-120.el7.x86_64 9/12 \n Erasing : libsss_nss_idmap-1.16.5-10.el7_9.16.x86_64 10/12 \n Erasing : cyrus-sasl-2.1.26-24.el7_9.x86_64 11/12 \n Erasing : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 12/12 \n Verifying : msodbcsql18-18.4.1.1-1.x86_64 1/12 \n Verifying : libatomic-4.8.5-44.el7.x86_64 2/12 \n Verifying : bzip2-1.0.6-13.el7.x86_64 3/12 \n Verifying : libtool-ltdl-2.4.2-22.el7_3.x86_64 4/12 \n Verifying : mssql-server-14.0.3465.1-1.x86_64 5/12 \n Verifying : unixODBC-devel-2.3.11-1.rh.x86_64 6/12 \n Verifying : cyrus-sasl-2.1.26-24.el7_9.x86_64 7/12 \n Verifying : gdb-7.6.1-120.el7.x86_64 8/12 \n Verifying : unixODBC-2.3.11-1.rh.x86_64 9/12 \n Verifying : mssql-tools18-18.4.1.1-1.x86_64 10/12 \n Verifying : libsss_nss_idmap-1.16.5-10.el7_9.16.x86_64 11/12 \n Verifying : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 12/12 \n\nRemoved:\n mssql-server.x86_64 0:14.0.3465.1-1 mssql-tools18.x86_64 0:18.4.1.1-1 \n unixODBC-devel.x86_64 0:2.3.11-1.rh \n\nDependency Removed:\n bzip2.x86_64 0:1.0.6-13.el7 \n cyrus-sasl.x86_64 0:2.1.26-24.el7_9 \n cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 \n gdb.x86_64 0:7.6.1-120.el7 \n libatomic.x86_64 0:4.8.5-44.el7 \n libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.16 \n libtool-ltdl.x86_64 0:2.4.2-22.el7_3 \n msodbcsql18.x86_64 0:18.4.1.1-1 \n unixODBC.x86_64 0:2.3.11-1.rh \n\nComplete!\n" ] } TASK [Remove related files] **************************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:65 Tuesday 29 July 2025 15:34:49 -0400 (0:00:03.229) 0:05:19.068 ********** [WARNING]: Consider using the file module with state=absent rather than running 'rm'. If you need to use command because file is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. changed: [managed-node2] => { "changed": true, "cmd": "rm -rfv /var/opt/mssql* /opt/mssql* /var/log/pacemaker/pacemaker.log /etc/yum.repos.d/packages-microsoft-com-* /tmp/*.j2_* /tmp/mssql_data /tmp/mssql_log /etc/systemd/system/mssql-server.service.d /etc/systemd/system/multi-user.target.wants/mssql-server.service", "delta": "0:00:00.007495", "end": "2025-07-29 15:34:49.369084", "rc": 0, "start": "2025-07-29 15:34:49.361589" } STDOUT: removed ‘/var/opt/mssql/FTData/tsheb.xml’ removed ‘/var/opt/mssql/FTData/tsplk.xml’ removed ‘/var/opt/mssql/FTData/tsptg.xml’ removed ‘/var/opt/mssql/FTData/tsmal.xml’ removed ‘/var/opt/mssql/FTData/tsfra.xml’ removed directory: ‘/var/opt/mssql/FTData/FilterData’ removed ‘/var/opt/mssql/FTData/tsrus.xml’ removed ‘/var/opt/mssql/FTData/tsguj.xml’ removed ‘/var/opt/mssql/FTData/tsnor.xml’ removed ‘/var/opt/mssql/FTData/tsenu.xml’ removed ‘/var/opt/mssql/FTData/tstam.xml’ removed ‘/var/opt/mssql/FTData/tssky.xml’ removed ‘/var/opt/mssql/FTData/tseng.xml’ removed ‘/var/opt/mssql/FTData/tsita.xml’ removed ‘/var/opt/mssql/FTData/tsmar.xml’ removed ‘/var/opt/mssql/FTData/tskan.xml’ removed ‘/var/opt/mssql/FTData/tsglobal.xml’ removed ‘/var/opt/mssql/FTData/tsara.xml’ removed ‘/var/opt/mssql/FTData/tsben.xml’ removed ‘/var/opt/mssql/FTData/tsesn.xml’ removed ‘/var/opt/mssql/FTData/tsnld.xml’ removed ‘/var/opt/mssql/FTData/tsisl.xml’ removed ‘/var/opt/mssql/FTData/tskor.xml’ removed ‘/var/opt/mssql/FTData/tstel.xml’ removed ‘/var/opt/mssql/FTData/tsukr.xml’ removed ‘/var/opt/mssql/FTData/tstrk.xml’ removed ‘/var/opt/mssql/FTData/tshin.xml’ removed ‘/var/opt/mssql/FTData/tscht.xml’ removed ‘/var/opt/mssql/FTData/tstha.xml’ removed ‘/var/opt/mssql/FTData/tslvi.xml’ removed ‘/var/opt/mssql/FTData/tsdan.xml’ removed ‘/var/opt/mssql/FTData/tsvit.xml’ removed ‘/var/opt/mssql/FTData/tsrom.xml’ removed ‘/var/opt/mssql/FTData/tshrv.xml’ removed ‘/var/opt/mssql/FTData/tsmsl.xml’ removed ‘/var/opt/mssql/FTData/tsdeu.xml’ removed ‘/var/opt/mssql/FTData/tschs.xml’ removed ‘/var/opt/mssql/FTData/tsurd.xml’ removed ‘/var/opt/mssql/FTData/tsgrk.xml’ removed ‘/var/opt/mssql/FTData/tssve.xml’ removed ‘/var/opt/mssql/FTData/tsslv.xml’ removed ‘/var/opt/mssql/FTData/tsbgr.xml’ removed ‘/var/opt/mssql/FTData/tssrb.xml’ removed ‘/var/opt/mssql/FTData/tsptb.xml’ removed ‘/var/opt/mssql/FTData/tsjpn.xml’ removed ‘/var/opt/mssql/FTData/tsind.xml’ removed ‘/var/opt/mssql/FTData/tslth.xml’ removed ‘/var/opt/mssql/FTData/tssrl.xml’ removed ‘/var/opt/mssql/FTData/tspan.xml’ removed ‘/var/opt/mssql/FTData/tscat.xml’ removed ‘/var/opt/mssql/FTData/tscze.xml’ removed directory: ‘/var/opt/mssql/FTData’ removed ‘/var/opt/mssql/mssql.conf’ removed ‘/var/opt/mssql/data/model.mdf’ removed ‘/var/opt/mssql/data/templog.ldf’ removed ‘/var/opt/mssql/data/tempdb.mdf’ removed ‘/var/opt/mssql/data/msdbdata.mdf’ removed ‘/var/opt/mssql/data/modellog.ldf’ removed ‘/var/opt/mssql/data/msdblog.ldf’ removed ‘/var/opt/mssql/data/mastlog.ldf’ removed ‘/var/opt/mssql/data/master.mdf’ removed directory: ‘/var/opt/mssql/data’ removed ‘/var/opt/mssql/secrets/machine-key’ removed directory: ‘/var/opt/mssql/secrets’ removed ‘/var/opt/mssql/.system/system/lsa.hiv’ removed directory: ‘/var/opt/mssql/.system/system/Temp’ removed ‘/var/opt/mssql/.system/system/licensing.hiv’ removed ‘/var/opt/mssql/.system/system/lsasetup.log’ removed ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/fdee58a9-de2f-4ecd-b826-f813628f0afb’ removed ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User/Preferred’ removed directory: ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18/User’ removed directory: ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect/S-1-5-18’ removed directory: ‘/var/opt/mssql/.system/system/system32/Microsoft/Protect’ removed directory: ‘/var/opt/mssql/.system/system/system32/Microsoft’ removed directory: ‘/var/opt/mssql/.system/system/system32/LogFiles/Scm’ removed directory: ‘/var/opt/mssql/.system/system/system32/LogFiles’ removed directory: ‘/var/opt/mssql/.system/system/system32’ removed ‘/var/opt/mssql/.system/system/security.hiv’ removed ‘/var/opt/mssql/.system/system/debug/PASSWD.LOG’ removed directory: ‘/var/opt/mssql/.system/system/debug’ removed directory: ‘/var/opt/mssql/.system/system’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/Temp’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/LocalLow’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows/Temporary Internet Files’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft/Windows’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Local/Microsoft’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Local’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA/S-1-5-21-3073684488-288446651-1707003499-500/42e7704ae40b0d75de00736cc66b813a_2151bb5c-d8d4-4110-ac02-b87d69045b5f’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA/S-1-5-21-3073684488-288446651-1707003499-500’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto/RSA’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Crypto’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/CRLs’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/AppContainerUserCertRead’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/Certificates’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My/CTLs’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates/My’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/SystemCertificates’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-3073684488-288446651-1707003499-500/Preferred’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-3073684488-288446651-1707003499-500/2c2058f4-d647-4642-b6f7-9187641b39fe’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/S-1-5-21-3073684488-288446651-1707003499-500’ removed ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect/CREDHIST’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft/Protect’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming/Microsoft’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData/Roaming’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/AppData’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/Desktop’ removed directory: ‘/var/opt/mssql/.system/profiles/Client/Documents’ removed directory: ‘/var/opt/mssql/.system/profiles/Client’ removed directory: ‘/var/opt/mssql/.system/profiles’ removed ‘/var/opt/mssql/.system/instance_id’ removed ‘/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore/Microsoft.Diagnostics.Tracing.EventSource, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ removed ‘/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore/Microsoft.Diagnostics.Tracing.EventSource, Version=1.1.26.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ removed directory: ‘/var/opt/mssql/.system/programdata/Microsoft/NetFramework/BreadcrumbStore’ removed directory: ‘/var/opt/mssql/.system/programdata/Microsoft/NetFramework’ removed directory: ‘/var/opt/mssql/.system/programdata/Microsoft’ removed directory: ‘/var/opt/mssql/.system/programdata’ removed directory: ‘/var/opt/mssql/.system’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133982910964480000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133982911942220000.xel’ removed ‘/var/opt/mssql/log/errorlog.6’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133982912213870000.xel’ removed ‘/var/opt/mssql/log/log_4.trc’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133982912024430000.xel’ removed ‘/var/opt/mssql/log/log_3.trc’ removed ‘/var/opt/mssql/log/errorlog’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133982910225920000.xel’ removed ‘/var/opt/mssql/log/log_2.trc’ removed ‘/var/opt/mssql/log/errorlog.5’ removed ‘/var/opt/mssql/log/errorlog.3’ removed ‘/var/opt/mssql/log/system_health_0_133982911944310000.xel’ removed ‘/var/opt/mssql/log/HkEngineEventFile_0_133982910189250000.xel’ removed ‘/var/opt/mssql/log/sqlagent.1’ removed ‘/var/opt/mssql/log/sqlagentstartup.log’ removed ‘/var/opt/mssql/log/system_health_0_133982912026710000.xel’ removed ‘/var/opt/mssql/log/log_5.trc’ removed ‘/var/opt/mssql/log/sqlagent.2’ removed ‘/var/opt/mssql/log/errorlog.4’ removed ‘/var/opt/mssql/log/errorlog.2’ removed ‘/var/opt/mssql/log/FDLAUNCHERRORLOG’ removed ‘/var/opt/mssql/log/sqlagent.out’ removed ‘/var/opt/mssql/log/system_health_0_133982910966840000.xel’ removed ‘/var/opt/mssql/log/log_1.trc’ removed ‘/var/opt/mssql/log/system_health_0_133982910195620000.xel’ removed ‘/var/opt/mssql/log/errorlog.1’ removed ‘/var/opt/mssql/log/system_health_0_133982910229220000.xel’ removed ‘/var/opt/mssql/log/system_health_0_133982912216370000.xel’ removed directory: ‘/var/opt/mssql/log’ removed directory: ‘/var/opt/mssql’ removed directory: ‘/opt/mssql/misc’ removed directory: ‘/opt/mssql’ removed directory: ‘/opt/mssql-tools18’ removed ‘/etc/yum.repos.d/packages-microsoft-com-mssql-server-2017.repo’ removed ‘/etc/yum.repos.d/packages-microsoft-com-prod.repo’ removed directory: ‘/tmp/mssql_data’ removed directory: ‘/tmp/mssql_log’ removed ‘/etc/systemd/system/mssql-server.service.d/startlimit.conf’ removed directory: ‘/etc/systemd/system/mssql-server.service.d’ removed ‘/etc/systemd/system/multi-user.target.wants/mssql-server.service’ TASK [Stop the mssql-server service] ******************************************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:80 Tuesday 29 July 2025 15:34:49 -0400 (0:00:00.406) 0:05:19.475 ********** ok: [managed-node2] => { "changed": false, "cmd": "systemctl stop mssql-server || true", "delta": "0:00:01.171136", "end": "2025-07-29 15:34:50.972578", "rc": 0, "start": "2025-07-29 15:34:49.801442" } TASK [Get SELinux policy modules] ********************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:85 Tuesday 29 July 2025 15:34:51 -0400 (0:00:01.585) 0:05:21.060 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "semodule", "-l" ], "delta": "0:00:02.150282", "end": "2025-07-29 15:34:53.504574", "rc": 0, "start": "2025-07-29 15:34:51.354292" } STDOUT: abrt 1.4.1 accountsd 1.1.0 acct 1.6.0 afs 1.9.0 aiccu 1.1.0 aide 1.7.1 ajaxterm 1.0.0 alsa 1.12.2 amanda 1.15.0 amtu 1.3.0 anaconda 1.7.0 antivirus 1.0.0 apache 2.7.2 apcupsd 1.9.0 apm 1.12.0 application 1.2.0 arpwatch 1.11.0 asterisk 1.12.1 auditadm 2.2.0 authconfig 1.0.0 authlogin 2.5.1 automount 1.14.1 avahi 1.14.1 awstats 1.5.0 bacula 1.2.0 base (null) bcfg2 1.1.0 bind 1.13.1 bitlbee 1.5.0 blkmapd 1.0.0 blueman 1.1.0 bluetooth 3.5.0 boinc 1.1.1 boltd 1.0.0 bootloader 1.14.0 brctl 1.7.0 brltty 1.0.0 bugzilla 1.1.0 bumblebee 1.0.0 cachefilesd 1.1.0 calamaris 1.8.0 callweaver 1.1.0 canna 1.12.0 ccs 1.6.0 cdrecord 2.6.0 certmaster 1.3.0 certmonger 1.2.0 certwatch 1.8.0 cfengine 1.1.0 cgdcbxd 1.0.0 cgroup 1.2.0 chrome 1.0.0 chronyd 1.2.0 cinder 1.0.0 cipe 1.6.0 clock 1.7.0 clogd 1.1.0 cloudform 1.0 cmirrord 1.1.0 cobbler 1.2.0 cockpit 1.0.0 collectd 1.0.0 colord 1.1.0 comsat 1.8.0 condor 1.0.1 conman 1.0.0 consolekit 1.9.0 container 1.0.0 couchdb 1.1.1 courier 1.14.0 cpucontrol 1.4.0 cpufreqselector 1.4.0 cpuplug 1.0.0 cron 2.6.3 ctdb 1.1.0 cups 1.16.2 cvs 1.10.2 cyphesis 1.3.0 cyrus 1.13.1 daemontools 1.3.0 dbadm 1.1.0 dbskk 1.6.0 dbus 1.19.0 dcc 1.12.0 ddclient 1.10.0 denyhosts 1.1.0 devicekit 1.3.1 dhcp 1.11.0 dictd 1.8.0 dirsrv 1.0.0 dirsrv-admin 1.0.0 dmesg 1.3.0 dmidecode 1.5.1 dnsmasq 1.10.0 dnssec 1.0.0 dovecot 1.16.1 drbd 1.1.0 dspam 1.1.0 entropyd 1.8.0 exim 1.6.1 fail2ban 1.5.0 fcoe 1.1.0 fetchmail 1.13.2 finger 1.10.0 firewalld 1.1.1 firewallgui 1.1.0 firstboot 1.13.0 fprintd 1.2.0 freeipmi 1.0.0 freqset 1.0.0 fstools 1.16.1 ftp 1.15.1 games 2.3.0 ganesha 1.0.0 gdomap 1.0.1 geoclue 1.0.0 getty 1.10.0 git 1.3.2 gitosis 1.4.0 glance 1.1.0 glusterd 1.1.2 gnome 2.3.0 gpg 2.8.0 gpm 1.9.0 gpsd 1.2.0 gssproxy 1.0.0 guest 1.3.0 hddtemp 1.2.0 hostname 1.8.1 hsqldb 1.0.0 hwloc 1.0.0 hypervkvp 1.0.0 icecast 1.2.0 inetd 1.13.0 init 1.20.1 inn 1.11.0 iodine 1.1.0 iotop 1.0.0 ipa 1.0.0 ipmievd 1.0.0 ipsec 1.14.0 iptables 1.14.0 irc 2.3.1 irqbalance 1.6.0 iscsi 1.9.0 isns 1.0.0 jabber 1.10.0 jetty 1.0.0 jockey 1.0.0 journalctl 1.0.0 kdump 1.3.0 kdumpgui 1.2.0 keepalived 1.0.0 kerberos 1.12.0 keyboardd 1.1.0 keystone 1.1.0 kismet 1.7.0 kmscon 1.0 kpatch 1.0.0 ksmtuned 1.1.1 ktalk 1.9.2 l2tp 1.1.0 ldap 1.11.1 libraries 2.10.0 likewise 1.3.0 linuxptp 1.0.0 lircd 1.2.0 livecd 1.3.0 lldpad 1.1.0 loadkeys 1.9.0 locallogin 1.12.0 lockdev 1.5.0 logadm 1.0.0 logging 1.20.1 logrotate 1.15.0 logwatch 1.12.2 lpd 1.14.0 lsm 1.0.0 lttng-tools 1.0.0 lvm 1.15.2 mailman 1.10.0 mailscanner 1.1.0 man2html 1.0.0 mandb 1.1.1 mcelog 1.2.0 mediawiki 1.0.0 memcached 1.3.1 milter 1.5.0 minidlna 0.1 minissdpd 1.0.0 mip6d 1.0.0 mirrormanager 1.0.0 miscfiles 1.11.0 mock 1.0.0 modemmanager 1.2.1 modutils 1.14.0 mojomojo 1.1.0 mon_statd 1.0.0 mongodb 1.1.0 motion 1.0.0 mount 1.16.1 mozilla 2.8.0 mpd 1.1.1 mplayer 2.5.0 mrtg 1.9.0 mta 2.7.3 munin 1.9.1 mysql 1.14.1 mythtv 1.0.0 nagios 1.13.0 namespace 1.0.0 ncftool 1.2.0 netlabel 1.3.0 netutils 1.12.1 networkmanager 1.15.2 ninfod 1.0.0 nis 1.12.0 nova 1.0.0 nscd 1.11.0 nsd 1.8.0 nslcd 1.4.1 ntop 1.10.0 ntp 1.11.0 numad 1.1.0 nut 1.3.0 nx 1.7.0 obex 1.0.0 oddjob 1.10.0 openct 1.6.1 opendnssec 1.0.0 openhpid 1.0.0 openshift 1.0.0 openshift-origin 1.0.0 opensm 1.0.0 openvpn 1.12.2 openvswitch 1.1.1 openwsman 1.0.0 oracleasm 1.0.0 osad 1.0.0 pads 1.1.0 passenger 1.1.1 pcmcia 1.7.0 pcp 1.0.0 pcscd 1.8.0 pegasus 1.9.0 permissivedomains (null) pesign 1.0.0 pingd 1.1.0 piranha 1.0.0 pkcs 1.0.1 pki 10.0.11 plymouthd 1.2.0 podsleuth 1.7.0 policykit 1.3.0 polipo 1.1.1 portmap 1.11.0 portreserve 1.4.0 postfix 1.15.1 postgresql 1.16.0 postgrey 1.9.0 ppp 1.14.0 prelink 1.11.0 prelude 1.4.0 privoxy 1.12.0 procmail 1.13.1 prosody 1.0.0 psad 1.1.0 ptchown 1.2.0 publicfile 1.2.0 pulseaudio 1.6.0 puppet 1.4.0 pwauth 1.0.0 qmail 1.6.1 qpid 1.1.0 quantum 1.1.0 quota 1.6.0 rabbitmq 1.0.2 radius 1.13.0 radvd 1.14.0 raid 1.13.1 rasdaemon 1.0.0 rdisc 1.8.0 readahead 1.13.0 realmd 1.1.0 redis 1.0.1 remotelogin 1.8.0 restraint 1.0 rhcs 1.2.1 rhev 1.0 rhgb 1.9.0 rhnsd 1.0.0 rhsmcertd 1.1.1 rhts 2.0.1 ricci 1.8.0 rkhunter 1.0 rlogin 1.11.3 rngd 1.1.0 roundup 1.8.0 rpc 1.15.1 rpcbind 1.6.1 rpm 1.16.0 rshd 1.8.1 rssh 2.3.0 rsync 1.13.0 rtas 1.0.0 rtkit 1.2.0 rwho 1.7.0 samba 1.16.3 sambagui 1.2.0 sandboxX 1.0.0 sanlock 1.1.0 sasl 1.15.1 sbd 1.0.0 sblim 1.1.0 screen 2.6.0 secadm 2.4.0 sectoolm 1.1.0 selinuxutil 1.17.2 sendmail 1.12.1 sensord 1.0.0 setrans 1.8.0 setroubleshoot 1.12.1 seunshare 1.1.0 sge 1.0.0 shorewall 1.4.0 slocate 1.12.2 slpd 1.1.0 smartmon 1.12.0 smokeping 1.2.0 smoltclient 1.2.0 smsd 1.0.0 snapper 1.0.0 snmp 1.14.0 snort 1.11.0 sosreport 1.3.1 soundserver 1.9.0 spamassassin 2.6.1 speech-dispatcher 1.0.0 squid 1.12.1 ssh 2.4.2 sssd 1.2.0 staff 2.4.0 stapserver 1.1.0 stunnel 1.11.0 su 1.12.0 sudo 1.10.0 svnserve 1.1.0 swift 1.0.0 sysadm 2.6.1 sysadm_secadm 1.0.0 sysnetwork 1.15.4 sysstat 1.8.0 systemd 1.0.0 tangd 1.0.0 targetd 1.0.0 tcpd 1.5.0 tcsd 1.1.1 telepathy 1.4.2 telnet 1.11.3 tftp 1.13.0 tgtd 1.3.1 thin 1.0 thumb 1.0.0 tlp 1.0.0 tmpreaper 1.7.1 tomcat 1.0.0 tor 1.9.0 tuned 1.2.0 tvtime 2.3.0 udev 1.16.2 ulogd 1.3.0 uml 2.3.0 unconfined 3.5.0 unconfineduser 1.0.0 unlabelednet 1.0.0 unprivuser 2.4.0 updfstab 1.6.0 usbmodules 1.3.0 usbmuxd 1.2.0 userdomain 4.9.1 userhelper 1.8.1 usermanage 1.19.0 usernetctl 1.7.0 uucp 1.13.0 uuidd 1.1.0 varnishd 1.2.0 vdagent 1.1.1 vhostmd 1.1.0 virt 1.5.0 vlock 1.2.0 vmtools 1.0.0 vmware 2.7.0 vnstatd 1.1.0 vpn 1.16.0 w3c 1.1.0 watchdog 1.8.0 wdmd 1.1.0 webadm 1.2.0 webalizer 1.13.0 wine 1.11.0 wireshark 2.4.0 xen 1.13.0 xguest 1.2.0 xserver 3.9.4 zabbix 1.6.0 zarafa 1.2.0 zebra 1.13.0 zoneminder 1.0.0 zosremote 1.2.0 TASK [Ensure that semanage command is available] ******************************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:91 Tuesday 29 July 2025 15:34:53 -0400 (0:00:02.524) 0:05:23.585 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Hack around broken mssql SELinux profile and actually remove it] ********* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:99 Tuesday 29 July 2025 15:34:53 -0400 (0:00:00.084) 0:05:23.669 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check for leftover mssql processes] ************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:108 Tuesday 29 July 2025 15:34:53 -0400 (0:00:00.116) 0:05:23.786 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "pgrep", "-au", "mssql" ], "delta": "0:00:00.008819", "end": "2025-07-29 15:34:54.097864", "failed_when_result": false, "rc": 1, "start": "2025-07-29 15:34:54.089045" } MSG: non-zero return code TASK [Kill leftover mssql processes] ******************************************* task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:115 Tuesday 29 July 2025 15:34:54 -0400 (0:00:00.382) 0:05:24.168 ********** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove system user] ****************************************************** task path: /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:120 Tuesday 29 July 2025 15:34:54 -0400 (0:00:00.073) 0:05:24.242 ********** changed: [managed-node2] => { "changed": true, "force": false, "name": "mssql", "remove": true, "state": "absent" } STDERR: userdel: mssql mail spool (/var/spool/mail/mssql) not found userdel: mssql home directory (/var/opt/mssql) not found META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node2 : ok=345 changed=37 unreachable=0 failed=0 skipped=613 rescued=0 ignored=1 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Tuesday 29 July 2025 15:34:55 -0400 (0:00:00.743) 0:05:24.985 ********** =============================================================================== fedora.linux_system_roles.mssql : Ensure the package mssql-server ------ 37.31s /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:345 fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts -- 30.10s /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:876 fedora.linux_system_roles.mssql : Check if the set password matches the existing password -- 16.76s /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:699 fedora.linux_system_roles.mssql : Ensure the package powershell -------- 15.12s /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:883 fedora.linux_system_roles.mssql : Ensure that SQL Server client tools are installed --- 5.53s /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:565 fedora.linux_system_roles.mssql : Change the edition of MSSQL ----------- 5.07s /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:798 fedora.linux_system_roles.mssql : Set up MSSQL -------------------------- 4.98s /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:404 fedora.linux_system_roles.mssql : Change the password of sa user -------- 4.95s /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:725 Remove related packages ------------------------------------------------- 3.23s /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:52 fedora.linux_system_roles.mssql : Gather package facts ------------------ 2.89s /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:185 Get SELinux policy modules ---------------------------------------------- 2.52s /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:85 fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist --- 1.82s /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:9 Gather package facts ---------------------------------------------------- 1.80s /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/verify_package.yml:7 fedora.linux_system_roles.mssql : Wait for mssql-server to prepare for client connections --- 1.71s /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:693 fedora.linux_system_roles.mssql : Check if the 3979 trace flag is enabled --- 1.71s /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:892 fedora.linux_system_roles.mssql : Wait for mssql-server to prepare for client connections --- 1.59s /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:693 fedora.linux_system_roles.mssql : Check if a custom tcpport setting exist --- 1.59s /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/verify_password.yml:9 Stop the mssql-server service ------------------------------------------- 1.59s /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/tests/mssql/tasks/cleanup.yml:80 fedora.linux_system_roles.mssql : Configure to run as a confined application with SELinux --- 1.58s /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:340 fedora.linux_system_roles.mssql : Ensure the package mssql-server-fts --- 1.52s /tmp/collections-x4y/ansible_collections/fedora/linux_system_roles/roles/mssql/tasks/main.yml:876